D
Daniel M
I have a historical service database. In it i list all serial numbers and
work done. I wrote a query that scanns the db and find the last time a
battery was changed on all units.
I need to go now and from that query, pull a particual record (lets say for
serial number 123) then evaluate the date it was done and let the user know
if the battery should be replaced again or not. Lets set the criteria at 2
months or older to be replaced.
I have a form with a text box in it where i barcode scan all the units in. I
then parse that string to find each serial number. I now need a way to look
at the query for just that number and decide it's fate. Ideally it can be
written to a temptable. then after it cycles through all the serial numbers
and looks them up i can open the temp table. then just delete it after it
closes.
Can someone give me some ideas on the pulling the data out and validating
the date? Thanks.
work done. I wrote a query that scanns the db and find the last time a
battery was changed on all units.
I need to go now and from that query, pull a particual record (lets say for
serial number 123) then evaluate the date it was done and let the user know
if the battery should be replaced again or not. Lets set the criteria at 2
months or older to be replaced.
I have a form with a text box in it where i barcode scan all the units in. I
then parse that string to find each serial number. I now need a way to look
at the query for just that number and decide it's fate. Ideally it can be
written to a temptable. then after it cycles through all the serial numbers
and looks them up i can open the temp table. then just delete it after it
closes.
Can someone give me some ideas on the pulling the data out and validating
the date? Thanks.