Multiple Forms Problem

R

Randal

I am restricting users to their own data by creating a secured form for each
user. All data is in the same table and I only give the user access through
their form which filters for their data only. Is there an easier way to
restrict a user to records that contain their ID only?
 
R

Rick B

Yes, just use something like the following in the query criteria...


=CurrentUser()


This would go under the field which contains their UserID. Obviously, you'd
have to write their UserID to the record when you create them.

Rick B
 
R

Randal

That's it!!!

Thanks,
Randal
Rick B said:
Yes, just use something like the following in the query criteria...


=CurrentUser()


This would go under the field which contains their UserID. Obviously, you'd
have to write their UserID to the record when you create them.

Rick B
 

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