R
Russ via AccessMonster.com
I am doing a record select on a table that has a date in one field (field #8)
I want to see if the date is past due (maybe 1 day past today) if it is then
delete the record and provide no Confirmation or error message.
example (maybe?)
if rs.fields(8) = date()-1 then
??Delete only this record??
End if
I want to see if the date is past due (maybe 1 day past today) if it is then
delete the record and provide no Confirmation or error message.
example (maybe?)
if rs.fields(8) = date()-1 then
??Delete only this record??
End if