Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Auto Increment UniqueIdentifyer MySQL

Status
Not open for further replies.
Aug 10, 2001
15
0
0
AT
Dear all,
I have exported an Access Database into SQL. Apparently no problem. I had a primary key field that autoincremented, which I exported to MySQL.
The problem is: when I create new Data with my Access frontend, the record will appear only after closing and reopening the table.
Why does the auto increment field not automatically auto increment. Is there a function to do this?

Any help very welcome, YvonneNina
 
Have you included a timestamp column in your table? Are you viewing the data through a form?

-Rob
 
I have no timestamp column and I am reviewing the data through a form.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top