2 tables same AutoNumber ID?

  • Thread starter Thread starter Bob
  • Start date Start date
B

Bob

Can 2 separate tables be linked with the same AutoNumberID but different
other fields?
Thanks for any help........Bob
 
Bob said:
Can 2 separate tables be linked with the same
AutoNumberID but different other fields?

In one of the tables it will be AutoNumber, in the other, it will be just a
Long Integer containing the same value. (An AutoNumber Field is just a Long
Integer that is automatically incremented, or in the case of GUID,
created/maintained, by the DB Engine).

Larry Linson
Microsoft Access MVP
 
Dear Tom:

I'm not so sure. Couldn't we develop this as a "random join relationship?"

Tom Ellison
Microsoft Access MVP
 
I suppose, if one does not set either field as a primary key, and doesn't
care that the end result will be an Indeterminate relationship. And doesn't
care that a form built on two tables related in this way will act very
screwy, indeed.

By the way, when are you planning on stopping by and saying "Hello" in the
P_NG's?


Tom Wickerath
Microsoft Access MVP
https://mvp.support.microsoft.com/profile/Tom
http://www.access.qbuilt.com/html/expert_contributors.html
__________________________________________
 
Dear Tom:

I still have a bit of paperwork to complete, NDA and such, then I'll be very
happy to come say hello. I have many friends among the group of MVPs, and
some new ones to meet!

Tom Ellison
Microsoft Access MVP
 
Dear Tom:

I still have a bit of paperwork to complete, NDA and such, then I'll be very
happy to come say hello. I have many friends among the group of MVPs, and
some new ones to meet!

You'll be welcome. The Access group is friendly, you may want to bring a flak
jacket for the Coffeehouse... <g>

John W. Vinson [MVP]
 

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