Data

G

Guest

I would like to know if there is a way to have the Primary
Key in table one "autonumber" be entered into the foriegn
Key in table two, without typing the number.

I'm trying to create a form that is one page and doesn't
require the enduser to enter the Foriegn key manually..
 
J

John Vinson

I would like to know if there is a way to have the Primary
Key in table one "autonumber" be entered into the foriegn
Key in table two, without typing the number.

I'm trying to create a form that is one page and doesn't
require the enduser to enter the Foriegn key manually..

Use a Form for TableOne, with a Subform for TableTwo. Use the
autonumber field as the Master Link Field and the Long Integer foreign
key field in TableTwo as the Child Link Field.
 

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

Similar Threads

Student class payments 6
Table with composite key 2
Problem with composite key 4
Create tables from large report 6
One-to-one relationship 2
Table Question 1
Multiple Lookup Fields 1
Autonumber 1

Top