Hi,
I have a client file, and the surname field is not unique.
eg. There are many "smith"s
The entry field is for the client_id, but I display the client name and some other fields to show which client it is
eg.
Name & addres_1 & address_2
This works quite well except the unique client_id is not loaded into the entry fields, but always the description.
I am assuming that it is because of the name not being unique and possibly the lookup with the name does not get a unique record,
and then returns the description field and not the value field.
Is there a way to intercept this and store the unique client id of the client the user has selected?
thanks
Johan