P
Paul Schandel
I am using FP 2002 and the Database Interface Wizard to create a
Add/Delete/Edit and Submission Form page. It accesses and displays the data
fine. My problems come in 2 different areas.
1) When adding a new record it comes back and tells me the record has been
added. Though when I view the database and table the record is no where to
be found. So it doesn't actually seem to be adding.
2) When I edit a record and try to update the record I get the following
error: Remember though... this isnt my code its all code the FP auto
generates so I have no clue as to what the code does etc...
Database Results Error
Description: Syntax error in UPDATE statement.
Number: -2147217900 (0x80040E14)
Source: Microsoft JET Database Engine
One or more form fields were empty. You should provide default values for
all form fields that are used in the query.
Now, just so you know, I have gone through and put data in every field and I
still get the error just without the message of the empty fields.
Add/Delete/Edit and Submission Form page. It accesses and displays the data
fine. My problems come in 2 different areas.
1) When adding a new record it comes back and tells me the record has been
added. Though when I view the database and table the record is no where to
be found. So it doesn't actually seem to be adding.
2) When I edit a record and try to update the record I get the following
error: Remember though... this isnt my code its all code the FP auto
generates so I have no clue as to what the code does etc...
Database Results Error
Description: Syntax error in UPDATE statement.
Number: -2147217900 (0x80040E14)
Source: Microsoft JET Database Engine
One or more form fields were empty. You should provide default values for
all form fields that are used in the query.
Now, just so you know, I have gone through and put data in every field and I
still get the error just without the message of the empty fields.