Thunder2781
Programmer
Hi all,
I have two questions:
1. I have a public procedure that i call in another procedure but in the second procedure I use a Exit sub but then it goes back to the first procedure but I would like to get out of both procedures. So that I return to my form. I hope that i'm clear.
2. I have a date field in my table but when I use a Insert query in VBA I get an error on that field because of a type mismatch, if the field is empty. What can i do about this? I prefer not to give a default value because it's a date field.
I hope somebody can help me out. If I'm not clear enough please ask.
I have two questions:
1. I have a public procedure that i call in another procedure but in the second procedure I use a Exit sub but then it goes back to the first procedure but I would like to get out of both procedures. So that I return to my form. I hope that i'm clear.
2. I have a date field in my table but when I use a Insert query in VBA I get an error on that field because of a type mismatch, if the field is empty. What can i do about this? I prefer not to give a default value because it's a date field.
I hope somebody can help me out. If I'm not clear enough please ask.