Hi cant seem to find what Im trying to do, which I think is quite simple
I have a unique identifier (DogID), its the users reqposibility to put that number in, but I need the code to check the table to see if the number is already in use. I suspect I should be using the DLookUp function. But I dont know how to implemet it.
I have this in my Before Update on the field, but its clearly wrong
I have a unique identifier (DogID), its the users reqposibility to put that number in, but I need the code to check the table to see if the number is already in use. I suspect I should be using the DLookUp function. But I dont know how to implemet it.
I have this in my Before Update on the field, but its clearly wrong
Code:
DLookUp([tbl_Profile]![DogID],[DogID])