hide field on subform

  • Thread starter Thread starter Souris
  • Start date Start date
S

Souris

I have code and description fields in my query.
I need the code on the datasheet subform and only want to show the
description to the user.

I tried to use visible to false, but it still shows the field on the user
interface.

Are there any way to hid field on the subform, but must exist in the query
and subform for the access from VBA code.


Your help is great is great appreciated,
 
You cannot selectively hide a control in only some rows of a continuous form
or datasheet.

Instead, use conditional formatting (such as white text on a white
background.)
 
Open your form in form view

Select column(s) you want to hide.
From the main menu, Format, HideColumns

Then save the form. The columns will then show in design view, but not form
view.
 
Thanks,

Does it support Access 2003?
I do not see hideColumns on the format menu on my Access 2003.

Thanks again,
 
Thanks millions,

I found the menu.
I thought that the menu is available on the design time.

Thnks again,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top