Re: confirmation of transferred records from myodbc

2001-10-01 Thread Miguel Angel Solórzano
At 14:18 01/10/2001 -0400, melissa allman wrote: Hi, If you link the MySQL table using MyODBC you can build an Append Query on Access which inform you the number of rows from the record set and at the end the number of rows which had successfully processed. If you want to avoid duplication of reco

confirmation of transferred records from myodbc

2001-10-01 Thread melissa allman
Hi, I am working on a project that involves using a form to populate a MYSQL table. I then need to transfer these records to an Access database. I want to have a flag on the MYSQL table to indicate that the record was successfully sent to Access. It could be an on/off or Y/N value. I am trying