spectrolab
Registered User.
- Local time
- Tomorrow, 04:52
- Joined
- Feb 9, 2005
- Messages
- 119
Hi all,
I have a form that adds records into a table based on the fields in the form. It then calls for a few append queries to add these records to other tables based on check boxes on the form, i.e, if this box is checked, run this append query etc. It all works fines and has been ok for many years. Recently I trimmed down the original table by archiving old records to get the table smaller and speed up the append queries. This access front end links to a mySQL backend and the front end is installed on a few desktops around the office.
Just recently, if I add records to the original table, when I close the form used to add the records it changes one of the fields in the first record of the table to whatever is entered in the form. Only when I actually close the form. There is no 'On Close' event in the form.
Any ideas?
I have a form that adds records into a table based on the fields in the form. It then calls for a few append queries to add these records to other tables based on check boxes on the form, i.e, if this box is checked, run this append query etc. It all works fines and has been ok for many years. Recently I trimmed down the original table by archiving old records to get the table smaller and speed up the append queries. This access front end links to a mySQL backend and the front end is installed on a few desktops around the office.
Just recently, if I add records to the original table, when I close the form used to add the records it changes one of the fields in the first record of the table to whatever is entered in the form. Only when I actually close the form. There is no 'On Close' event in the form.
Any ideas?