Hi,
I have looked through past threads but can't find the help I need!
I have a table with the following :
ID
RequestNo
Startdate
Finishdate
Can I put this into a query and use an IIF statement to tell me when each request has finished. Something like
IIF([Finishdate] = Now(), "Yes","No")
Ideally I'd like the database to alert me when each request has finished, either by email or just a pop up! Is this possible?
thanks for any help in advance,
I'm quite new to this so please be gentle!
cheers
Sue
I have looked through past threads but can't find the help I need!
I have a table with the following :
ID
RequestNo
Startdate
Finishdate
Can I put this into a query and use an IIF statement to tell me when each request has finished. Something like
IIF([Finishdate] = Now(), "Yes","No")
Ideally I'd like the database to alert me when each request has finished, either by email or just a pop up! Is this possible?
thanks for any help in advance,
I'm quite new to this so please be gentle!
cheers
Sue