Hiding columns on datasheet subform - need help asap!

B

BigMrC

I have a subform on a form which is displayed in datasheet view. I want
certain columns of this subform hidden depending on whether a password
has been entered on the main screen.
Failing that, even to hide the data by making it invisible or
something.
How do I program that in?
thanks
 
P

Pavel Romashkin

Either use another subform for the same subform frame of the main form,
or change the record source to a query not providing valid data for
confidential fields.

Pavel
 

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