I want a code that just test whether a given number allready excist in a field or not.
Lets say i'm adding one element, i want to know if it's there allready.
I can use DCount to count all the elements in the table with my number in the criteria and test if DCount is > 0, but for the future, there must be an easier way? some "IsInTable-Field" kind of-function.
Lets say i'm adding one element, i want to know if it's there allready.
I can use DCount to count all the elements in the table with my number in the criteria and test if DCount is > 0, but for the future, there must be an easier way? some "IsInTable-Field" kind of-function.