how can I hide a field?

I

imnewtoaccess

I have a form with subforms, and they pull data from tables that I have set
up. There's information on the tables that I don't want shown in the form,
but I don't want to delete it since it may mess it up. The subforms are shown
in Datasheet view. Anyone know how I can leave the info there but make it not
visible?
 
T

tina

just remove the control(s) that are bound to the field(s) that you don't
want to display. the data is still available to be read and/or edited
programmatically if necessary, because it's *not* excluded from the form's
RecordSource.

hth
 
J

Jeff Boyce

In addition to Tina's suggestion, consider using a query as the record
source for your form. That's another way you can choose to include/exclude
fields that exist in the table.

Regards

Jeff Boyce
Microsoft Office/Access MVP
 

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

Top