How to hide information

N

Niklas

I have a form holding data....I do not want to everyone
see e.g. price information. Is it ok to hide price data on
the form or should I do that somewhere else (table,
query...) and what would be a good way to do that?
 
M

matt perpick

i just put text boxes on a page, link them to a field and make the page
invisible. You actually may not even need to put the boxes on a page, just
get at the fields with Item.UserProperties("my field")
 
H

HSalim

There is hardly any use in hiding information in a form when the tables
behind it are available for viewing.
This is a fairly large subject. it involves designing your application for
multiple users, setting up user accounts and security
and all the things that go with it.
Get a good book on Access.
 

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