I have a form that has various inputs, combo boxes, radio buttons etc, the form is bound to a table. I am getting a problem that every now and again the user is entering the data but as SAVE button (a macro button) is selected the record does not write to the table and there is no warning that the record isnt being written.
on the save button i verify that all options have been selected and stop the user on null input, but i cant seem to see where the record is failing.
Is there any way i can debug to get the program to tell me what field/entry is missing that the record isnt being written.
on the save button i verify that all options have been selected and stop the user on null input, but i cant seem to see where the record is failing.
Is there any way i can debug to get the program to tell me what field/entry is missing that the record isnt being written.