Search found 2 matches
- Mon Jan 08, 2007 11:55 pm
- Forum: General
- Topic: #Deleted when entering new records.
- Replies: 2
- Views: 17586
Using MySql autonumber fields with MS Access
autonumber in MySql and MS Access tables. I found one solution for autonumber fields. The trick is to NOT use the autonumber field in the PRIMARY key and to add a record save command to the after-update event property of a field on the form. I placed this on the first data entry field. You can use t...
- Mon Jan 08, 2007 6:15 pm
- Forum: General
- Topic: #Deleted when entering new records.
- Replies: 2
- Views: 17586
#Deleted when entering new records.
First, the MS Access to MySql program is impressive. I was up and running in under five minutes! I converted a small database that uses a autocounter field as the primary key. After entering the record, all fields change to #Deleted. Closing and reopening the table works OK. I've read a little about...