I have a novice question.
 
I have a database where the ID's are determined by date, time and random number...
#DateFormat(Now(), "DDMMYYYY")#-#TimeFormat(Now(), "HHmmss")#-#Round(Rand()*1000)#
 
I want to use this ID to do a query on all records for the past week.
 
Is this possible?
 
Christopher V. Holdman

Reply via email to