Greetings!
Here is my situation. I have two forms in a parent and child
relationship, with the child form contained in the parent.
When the forms first open up, they are blanked for data entry.
If I try to enter some data into the child form, before entering any data into the parent a message box would pop up saying
"You tried to assign the Null value to a variable that is not a variant data type."
Once I pressed ok, I can continue entering the data like normal.
My question is how can I prevent this message box from popping up in the first place?
Here is my situation. I have two forms in a parent and child
relationship, with the child form contained in the parent.
When the forms first open up, they are blanked for data entry.
If I try to enter some data into the child form, before entering any data into the parent a message box would pop up saying
"You tried to assign the Null value to a variable that is not a variant data type."
Once I pressed ok, I can continue entering the data like normal.
My question is how can I prevent this message box from popping up in the first place?