And what does this have to do with PHP?
I made an application in Microsoft Access97 with various input forms. I have set some fields on the forms to be manditory so the user has to input various data before the can save the record. The problem I found is if the user only fills in one of the data fields and then closes Access itself it will save the incomplete record. Do you possibly know of a fix for this problem. I have tried to set the "Undo" function on the Close & "BeforeUpdate" of the forms so it would not save the record before exiting but does not seem to work. The record is still being saved incomplete. If you have a fix or know of someone who does it would be greatly appreciated.
Thank you, Roy Allen
The sollution is, you create a form with now direct database access for the input. if the user selects to save, you check if all required fields are filled out and then you write a new record by script..
The question was not about PHP so the answer isn't too, but, I think its a general question about interfacing a database and so it has to be answered in a forum like this even if it's not exactly at the right place 😉