Adding Records into SQL db

  • Thread starter Thread starter Craig
  • Start date Start date
C

Craig

I have a form which I use to display records which are linked to a SQL table
via ODBC. When we add a new record to the table using this form and then
advance to the next record, when we go back to the previous record (the
newly added one) every field shows as "deleted". The only way to show the
record is to close the form and re-open.

This is probably a simple explaination, but ....

TIA

Craig
 
hi Craig,
I have a form which I use to display records which are linked to a SQL table
via ODBC. When we add a new record to the table using this form and then
advance to the next record, when we go back to the previous record (the
newly added one) every field shows as "deleted".
Check your PK on the server, compare it with th PK in the linked table.
Optionally add a timestamp field.

mfG
--> stefan <--
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top