I don’t use access much so apologies if this is a simple question.
I have a form we will be using to up ‘client info’. This form updates a table. In this form there is client ID, client name and other info.
All clients are known already and are in table ‘tbl_clientinfo’
Now the prob. As we don’t want people enter client names differently, I want to populate in the form the client name, from ‘tbl_clientinfo’ using the client I’d that was populated in the form already.
I created a simple select query, and built the criteria to look to the client ID in the form, but this is not working and I can’t understand why?
Any help would be greatly appreciated