AndyCabbages
Registered User.
- Local time
- Today, 13:46
- Joined
- Feb 15, 2010
- Messages
- 74
Thanks for the offer to take a look, I wish it was as easy as that. Unfortunatly due to confidenciality issues it would be a breach of my contact if I shared the database with anyone
The box on the form where the 'PreparedBy' value is a combo box with row source type: Table/Query and the row source is defined as: SELECT [UserList].[Name] FROM UserList;
This can be changed to select 'Location' as well. Surely this means that the field 'PreparedBy' stores both the Username and the location somewhere?
The box on the form where the 'PreparedBy' value is a combo box with row source type: Table/Query and the row source is defined as: SELECT [UserList].[Name] FROM UserList;
This can be changed to select 'Location' as well. Surely this means that the field 'PreparedBy' stores both the Username and the location somewhere?