unluckytoe
Registered User.
- Local time
- Today, 01:36
- Joined
- Oct 14, 2009
- Messages
- 43
Hello All:
I have an issue and I hope that you could assist me.
When a user logs into the DB, I would like all the records for the user to be the only ones that he can view/edit.
The table name where all of records in question are is called: Devices
This table is bound to a query: Devices Extended
The table name where the user names are used to log into: tbl_UserAccess
Devices
ID (PK)
Customer (field that needs to be filtered)
tbl_UserAccess
MyID (PK)
UserName
I hope this make sense. If not I can supply you with any info that you need.
Thank you for your time:
Brian
I have an issue and I hope that you could assist me.
When a user logs into the DB, I would like all the records for the user to be the only ones that he can view/edit.
The table name where all of records in question are is called: Devices
This table is bound to a query: Devices Extended
The table name where the user names are used to log into: tbl_UserAccess
Devices
ID (PK)
Customer (field that needs to be filtered)
tbl_UserAccess
MyID (PK)
UserName
I hope this make sense. If not I can supply you with any info that you need.
Thank you for your time:
Brian