ADRIANCULLEN
Technical User
My database has 2 tables, one for people and another for events for those people.
I need to check that a certain field on all the records in the second table for an individual has been completed before allowing a field in the other table to be updated.
I can write the query to do the checking based on an IDno used as the link between them and "is null" for the criteria for the required field but how do I store the information that there are no records in such a way as to use it to test entries in another control and produce a message box?
I need to check that a certain field on all the records in the second table for an individual has been completed before allowing a field in the other table to be updated.
I can write the query to do the checking based on an IDno used as the link between them and "is null" for the criteria for the required field but how do I store the information that there are no records in such a way as to use it to test entries in another control and produce a message box?