***//Hiding columns in a subform

jhsurti

Registered User.
Local time
Today, 06:43
Joined
May 11, 2003
Messages
24
I have a suform on a form. The subform displays in a datasheet view. There is a column of its Primary Key which is generated bya certain code. hemce I do not wish to show this column on the user interface. how do i hide this column? will it have to be done in code?
 
Open your subform in design datasheet view. Highlight the column that you want hidden. Go to the main toolbar and click on "Format" and then on "Hide Columns"
 
Thanks a lot.
 

Users who are viewing this thread

Back
Top Bottom