insert autonumber

  • Thread starter Thread starter R.Kisoenpersad
  • Start date Start date
R

R.Kisoenpersad

hi,
I want to insert an autonumber into 2 tables at the same time is this
possible?

thx Kisoen
 
Sure, just add a new record to each table and autonumber will increment
in both.
I am afraid though that you are talking about *the same* autonumber :-(

Pavel
 
Should append query not work??/

Please help me out
Kisoen

______
 
If you run an append query, it should set the value of an Autonumber field.
It's an extremely unusual thing to need to do, though. Perhaps if you
explained what you're trying to do, someone could offer a better suggestion.
 

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