I am trying to write code to run which will check if there is an existing record in my employment table with no End Date. ie staffID matches one on existing form and End Date is not null.
Thought about trying to open a recordset and if the recordset.record count was >0 giving a message. I'm trying to do it with DAO but am getting nowhere.
Thought about trying to open a recordset and if the recordset.record count was >0 giving a message. I'm trying to do it with DAO but am getting nowhere.