ComboBox and Tables.

D

David A.

I have a combo box that finds a name and text boxes that fill in based on
that name. What I need is for all that information to be added to a table
and a mail merge along with information that is manaully entered in the rest
of the form. HELP!
 
K

Kgwill85

I have a combo box that finds a name and text boxes that fill in based on
that name. What I need is for all that information to be added to a table
and a mail merge along with information that is manaully entered in the rest
of the form. HELP!

I have the same question.

*patiently awaits reply*
 
J

Jeff Boyce

David

If I'm understanding, no you don't! If the data is already stored in one
table, don't redundantly store it again. Instead, use a query to look it up
when you need it.

Regards

Jeff Boyce
Microsoft Office/Access MVP
 
D

David A.

Jeff,
I have a table that pulls REp names, CUIDs Managers, Area managers. After I
find this rep name in the drop down box I need all that information entered
to another (different) table. I can get the Rep Name to enter the different
table but none of the other information is making it to the table.
The secord talbe will be holding more information that the user enters on
the form where my drop down information is.
 
D

David A.

Jeff Boyce said:
David

If I'm understanding, no you don't! If the data is already stored in one
table, don't redundantly store it again. Instead, use a query to look it up
when you need it.

Regards

Jeff Boyce
Microsoft Office/Access MVP
 
Top