Hey guys
I have a question
I have a table called "DepInfo"
in the table I have
8 fields named
PartTimer
FirstName
LastName
Position
TeamLeader
WorkNumber
EmployeeID
Tnumbers
I created a form with all these fields in them.
What I would like to do is on the On Open event of the form is to have access look at all the fields and return any fields that have a null value in them.
I know what you may be thinking set the field to required field but the problem is that when I have new users I may not receive all their information at the same time.
Let me know if this can be done thanks
I have a question
I have a table called "DepInfo"
in the table I have
8 fields named
PartTimer
FirstName
LastName
Position
TeamLeader
WorkNumber
EmployeeID
Tnumbers
I created a form with all these fields in them.
What I would like to do is on the On Open event of the form is to have access look at all the fields and return any fields that have a null value in them.
I know what you may be thinking set the field to required field but the problem is that when I have new users I may not receive all their information at the same time.
Let me know if this can be done thanks