form field does not update database

P

pabone

I'm trying to change a frontpage website that use access database. Is a real
state website. I want to add two more fields to database, I add the fields
at the end of the database and change all forms to show those two fields.
When I add a record, it is added fine. When I edit a record, I change those
two new fields and it send the message that the record were update
succesfully but those two fields that I add keep unchanged, I mean keep the
value as when the records was added,the rest all the fields change OK. What
can I do on form to edit those two fields?
 
J

Jim Fitzgerald

I had the same problem. When you add a new field to the database, you need to
redo the database editor too, because the "Update function does not know that
the new fields exist. Just run the Databse Wizard again, which will create a
new set of folders and files, and it will work like it should.
 
Top