G
Guest
I have a form based on a query. I was using a combo box on the form to have
the user select from the following list
code Prodname vendor rawid#
they are comfortable knowing the code to the drop down works fine. want all
3 fields to automatically get filled in on the form and to populate the
record for the underlying query. Have tried in form view to set the other 3
fields control source to =comboname.Column(#)
It works for the form and put the fields on it but does not populate the
underlying query.
The two table the query is based on it are
Raw Matl info Table
rawmatid(P)
code
prodname
vendorname
etc
Receiving
Trans#(p)
date
time
code
rawmatid
need help displaying list of code,prodname,vendor,rawmatid
bottom line want them to select the code and all other 3 fields get
populated in query and form!!
Please help,
Thanks,
Barb
the user select from the following list
code Prodname vendor rawid#
they are comfortable knowing the code to the drop down works fine. want all
3 fields to automatically get filled in on the form and to populate the
record for the underlying query. Have tried in form view to set the other 3
fields control source to =comboname.Column(#)
It works for the form and put the fields on it but does not populate the
underlying query.
The two table the query is based on it are
Raw Matl info Table
rawmatid(P)
code
prodname
vendorname
etc
Receiving
Trans#(p)
date
time
code
rawmatid
need help displaying list of code,prodname,vendor,rawmatid
bottom line want them to select the code and all other 3 fields get
populated in query and form!!
Please help,
Thanks,
Barb