Hide a Column

T

tina

*table* columns? i don't think so. but i can't think why you'd need to
anyway; adding/editing/deleting records should be done via a *form*, not
directly in a table. in a form whose DefaultView property is set to
Datasheet, you can set a control's ColumnHidden property to True, as

Me!ControlName.ColumnHidden = True

read up on the property and other related properties in VBA Help, so you'll
understand how best to use them.

hth
 
T

tina

and btw, in Access, macros and VBA are two different things, though they're
used for the same purpose - to manipulate the data and objects in a
database. VBA is much more powerful and flexible than macros.

hth
 

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