I have create a database, and I have a table within that database, with information, id, fname, lname, etc..about 12 columns. I would like to import into a database in access into the MySQL table. Any suggestions.
And then once I have them up there, and I add more, how do I keep from adding duplicates?
ODBC import is the solution (Tools menu). Creating indices (primary key or unique) will prevent you from adding duplicate entries. Besides, you can write your own query which will import those records only that you specify!