Question?

tacoboy42

Registered User.
Local time
Today, 11:08
Joined
Apr 11, 2006
Messages
13
I have database with a primary key that is 4 random numbers 0001-9999 is there a query that i can run that will give me all the numbers that are not used in that series?:confused:
 
No, although you can run a query that tells you if a number is being used. You could use a little bit of VBA and SQL to create a function that returns if a number is being used or not, and use that to test instead.
 

Users who are viewing this thread

Back
Top Bottom