C
circuit slave
Okay, I've tried to read various posts but can't seem to find quite
the exact answer. What I need is to be able to have two fields in a
table auto fill in, from a form entry--either by combo box (first
field) and/or auto fill in (second field) based on what's selected in
first field combo. I need to have these two fields in the form
written into the table database after entry because I will need to
mail merge using these fields, and because I also need to have a hard
copy of the database--not just a report.
So in the form, the combo box has a list of vendor numbers, the second
field has the vendor name which would fill in with the corresponding
name. Now this vendor list is always the same and this list rarely
needs updating, but it's possible. I thought of creating first
another table from which it's derived called [vendor list] which I
would have first column (Vendor #) and second columm(Vendor name).
I have read other posts about redundancy in tables or proper
calculated fields, unbound, so I'm a little confused. I want to creat
this properly, but this separate table needs to have the vendor # and
corresponding name entered into it, and this information, I'd like to
create in advance so entry is easier. Remember, I need to be able to
print this table database, merge from it.
thanks!
the exact answer. What I need is to be able to have two fields in a
table auto fill in, from a form entry--either by combo box (first
field) and/or auto fill in (second field) based on what's selected in
first field combo. I need to have these two fields in the form
written into the table database after entry because I will need to
mail merge using these fields, and because I also need to have a hard
copy of the database--not just a report.
So in the form, the combo box has a list of vendor numbers, the second
field has the vendor name which would fill in with the corresponding
name. Now this vendor list is always the same and this list rarely
needs updating, but it's possible. I thought of creating first
another table from which it's derived called [vendor list] which I
would have first column (Vendor #) and second columm(Vendor name).
I have read other posts about redundancy in tables or proper
calculated fields, unbound, so I'm a little confused. I want to creat
this properly, but this separate table needs to have the vendor # and
corresponding name entered into it, and this information, I'd like to
create in advance so entry is easier. Remember, I need to be able to
print this table database, merge from it.
thanks!