How can I refresh data in tables

  • Thread starter Thread starter Angus Comber
  • Start date Start date
A

Angus Comber

Hello

I have a module which does an INSERT INTO - ie adds some data to a table. I
want to find out what an autonumber field is in the table so I do a:

SELECT ClientID FROM Client WHERE xyz

It doesn't find the ClientID - I think it is because if I look in the table
I don't see the newly added row - I think I have to refresh to see newly
added data. Might be wrong here.

What do I need to do to get the autonumber field straight after doing an
INSERT INTO?

Angus
 

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