I have my first table with an IdNumber as a field that is input.
Then I have another table with questions that the IdNumber answered how do I
get that same IdNumber into the 2nd table so I know what IdNumber the data
goes with.
1. Create a form based on the second table. Be sure to include the IDNumber
in the record source of the form.
2. Create a form based on the first table, that also includes the ID number
3. Place a sub-form control on your second form and make sure the 2 forms
use the IDNumber as the Master-child link fields.

Signature
Lynn Trapp
MS Access MVP
www.ltcomputerdesigns.com
Access Security: www.ltcomputerdesigns.com/Security.htm
Jeff Conrad's Big List: www.ltcomputerdesigns.com/JCReferences.html
>I have my first table with an IdNumber as a field that is input.
> Then I have another table with questions that the IdNumber answered how do
> I
> get that same IdNumber into the 2nd table so I know what IdNumber the data
> goes with.
pokdbz - 20 Apr 2005 15:53 GMT
What do you mean by create a form based on the second table? and vise versa
> 1. Create a form based on the second table. Be sure to include the IDNumber
> in the record source of the form.
[quoted text clipped - 7 lines]
> > get that same IdNumber into the 2nd table so I know what IdNumber the data
> > goes with.
pokdbz - 21 Apr 2005 14:56 GMT
I made a subform on the 2nd table where i want the IDnumber to go. That
seems to be pulling the number from the 1st form. But how do I actually get
it so save in the table that is assigned to the 2nd forum?
Am I going about this the right way?
Could you give some instructions on what to do?
> 1. Create a form based on the second table. Be sure to include the IDNumber
> in the record source of the form.
[quoted text clipped - 7 lines]
> > get that same IdNumber into the 2nd table so I know what IdNumber the data
> > goes with.
Lynn Trapp - 21 Apr 2005 16:17 GMT
Let's take a step backward. Could you post the structure of your two tables?
What relationship exists between the tables? One to Many or One to One?

Signature
Lynn Trapp
MS Access MVP
www.ltcomputerdesigns.com
Access Security: www.ltcomputerdesigns.com/Security.htm
Jeff Conrad's Big List: www.ltcomputerdesigns.com/JCReferences.html
>I made a subform on the 2nd table where i want the IDnumber to go. That
> seems to be pulling the number from the 1st form. But how do I actually
[quoted text clipped - 20 lines]
>> > data
>> > goes with.
pokdbz - 21 Apr 2005 17:51 GMT
I don't have any relationships defined. I don't need any. It is just a
single entry into each table for each person. Just need the IdNumber off of
the first form to go into every Table.
> Let's take a step backward. Could you post the structure of your two tables?
> What relationship exists between the tables? One to Many or One to One?
[quoted text clipped - 23 lines]
> >> > data
> >> > goes with.
Lynn Trapp - 21 Apr 2005 19:51 GMT
You may not have a relationship defined, but relationships have to exist (in
one form or another) to accomplish what you want. I can't help you if you
won't post your table structure.

Signature
Lynn Trapp
MS Access MVP
www.ltcomputerdesigns.com
Access Security: www.ltcomputerdesigns.com/Security.htm
Jeff Conrad's Big List: www.ltcomputerdesigns.com/JCReferences.html
>I don't have any relationships defined. I don't need any. It is just a
> single entry into each table for each person. Just need the IdNumber off
[quoted text clipped - 32 lines]
>> >> > data
>> >> > goes with.
pokdbz - 21 Apr 2005 20:01 GMT
Ok, Here is what I have for each table. The first table has a field IdNumber
and some other fields this is the table where the IdNumber is entered and
this value has to be used in every table. All of the other tables have a
field idNum and some other fields.
So is this all that you needed? If there is anything else you need let me
know.
> You may not have a relationship defined, but relationships have to exist (in
> one form or another) to accomplish what you want. I can't help you if you
[quoted text clipped - 36 lines]
> >> >> > data
> >> >> > goes with.
Lynn Trapp - 22 Apr 2005 16:58 GMT
So may I assume that IDNumber is the primary key for for the first table? Or
is idNum the primary key for the other tables or do you have another field
defined as the primary key?

Signature
Lynn Trapp
MS Access MVP
www.ltcomputerdesigns.com
Access Security: www.ltcomputerdesigns.com/Security.htm
Jeff Conrad's Big List: www.ltcomputerdesigns.com/JCReferences.html
> Ok, Here is what I have for each table. The first table has a field
> IdNumber
[quoted text clipped - 52 lines]
>> >> >> > data
>> >> >> > goes with.
pokdbz - 26 Apr 2005 16:24 GMT
Yes you are correct on both accounts. Sorry for not getting back sooner
> So may I assume that IDNumber is the primary key for for the first table? Or
> is idNum the primary key for the other tables or do you have another field
[quoted text clipped - 56 lines]
> >> >> >> > data
> >> >> >> > goes with.