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")...