okie lemme see if i can explain this easy enough
I have a simple cmdButton that opens a diff frm and closes the excisting frm. Not a problem so far
now heres the problem
when using the standard x in the corner to close a form you will be prompted if you have forgotten to fill in a required field.
using a cmdbutton does NOT and does not save the record or tell the user that there was even a problem.
i am somewhat fluent in vba but this problem eludes me so far.
what i need is way for it to verify all the data and prompt if not all required fields are not filled in.
I suppose i could do this with a ton of vba code to check each box each time but I am thinking there has got to be an easier way to do it.
any suggestions would be grateful
al0y0u
I have a simple cmdButton that opens a diff frm and closes the excisting frm. Not a problem so far
now heres the problem
when using the standard x in the corner to close a form you will be prompted if you have forgotten to fill in a required field.
using a cmdbutton does NOT and does not save the record or tell the user that there was even a problem.
i am somewhat fluent in vba but this problem eludes me so far.
what i need is way for it to verify all the data and prompt if not all required fields are not filled in.
I suppose i could do this with a ton of vba code to check each box each time but I am thinking there has got to be an easier way to do it.
any suggestions would be grateful
al0y0u