Hi,
I have a module which opens a simple select query called "Duplicate User IDs" and I want to check if it returns an empty recordset or not.
Ok simple enough using SQL and a recordset but I don't want to have to use these (I have my reasons!) - I want to stick to using docmd's and the like - is there anyway of doing this?
Many thanks.
I have a module which opens a simple select query called "Duplicate User IDs" and I want to check if it returns an empty recordset or not.
Ok simple enough using SQL and a recordset but I don't want to have to use these (I have my reasons!) - I want to stick to using docmd's and the like - is there anyway of doing this?
Many thanks.