How to hide a record?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is it possible to hide a record in query form?

After users do a query I check if this record should be displayed or not.
then hide it if need be.

Thank you,
-Me
 
Add a hidedata field to the table in Yes/No format. You check the records to
be hidden and then use a select query that shows all records except those
that have Yes in the Hide field. and let the users see data via that query.
 
Hi Ja...

Thanks for the reply!
Sorry I forgot to add earlier on that I will need to display these records for
some users based on their userid.

I am able to hide them, but how to unhide for few others?

Thanks again,
-Me
 

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