Hi,
When a button is pressed on a form several different csv files are loaded into tables on my database. I have then got a query which displays any error records [Upload Errors].
What I want to do is display a message box if the Upload Errors query has any records in it.
Is this possible?
I am a newbie so not sure what I'm doing but attempted the following after an If macro: (DCount("Stock No",[Upload Errors]))>0 but this didn't work.
Thanks in advance for any help
Kim
When a button is pressed on a form several different csv files are loaded into tables on my database. I have then got a query which displays any error records [Upload Errors].
What I want to do is display a message box if the Upload Errors query has any records in it.
Is this possible?
I am a newbie so not sure what I'm doing but attempted the following after an If macro: (DCount("Stock No",[Upload Errors]))>0 but this didn't work.
Thanks in advance for any help

Kim