JerryN
08-08-2000, 04:21 AM
Can anyone suggest a method to update my table from a data entry form? Changes to my data are not saved to the table until I close the database. I don't know if this makes a difference, but I am also using the data entry form to update existing records.
So far I have tried the following:
1)opening the table and saving it with a macro
2)saving the form using the onUpdate, onChange events.
3)A combination of both, opening the table saving it, saving the form.
Any help would be greatly appreciated. I need to update the data because I have a synchronized form that refers to it.
So far I have tried the following:
1)opening the table and saving it with a macro
2)saving the form using the onUpdate, onChange events.
3)A combination of both, opening the table saving it, saving the form.
Any help would be greatly appreciated. I need to update the data because I have a synchronized form that refers to it.