Afternoon All,
I've got another problem, no doubt simply solved by some access expert -
I have a user defined, indexed unique reference number on a form. How can I get access to check whether a reference that is entered has not been used in a previous record? The way I have the form set up just now the user will enter all the info only to be told when they move off the record that the reference number has been used before (then the whole record is not saved.... v.frustrating for the user!). I can see two possible solutions -
1) have some sort of lookup using Afterupdate(), or
2) make the reference automatically generated.
I would prefer to keep the reference user defined, anyone got any suggestions?
thanks.
I've got another problem, no doubt simply solved by some access expert -
I have a user defined, indexed unique reference number on a form. How can I get access to check whether a reference that is entered has not been used in a previous record? The way I have the form set up just now the user will enter all the info only to be told when they move off the record that the reference number has been used before (then the whole record is not saved.... v.frustrating for the user!). I can see two possible solutions -
1) have some sort of lookup using Afterupdate(), or
2) make the reference automatically generated.
I would prefer to keep the reference user defined, anyone got any suggestions?
thanks.