G
Guest
I'm trying to follow the basic premise of this article
http://office.microsoft.com/en-ca/assistance/HA011730581033.aspx
Basically, I have a form where you select a choice from a combo box and 20
other fields are automatically filled in based on the information in a query.
I've setup the query to contain all the information and filtered it using
the code [Forms]![Portfolio]![Portfolio] which I'm thinking is telling it to
only return the values that correspond to the combo box choice. The query
works if I run it by itself and enter the parameter at the begining.
However, the form isn't being filled in with the data when I try to make the
two work together. Any ideas about how this could be done differently or how
to make this method work? Thanks.
http://office.microsoft.com/en-ca/assistance/HA011730581033.aspx
Basically, I have a form where you select a choice from a combo box and 20
other fields are automatically filled in based on the information in a query.
I've setup the query to contain all the information and filtered it using
the code [Forms]![Portfolio]![Portfolio] which I'm thinking is telling it to
only return the values that correspond to the combo box choice. The query
works if I run it by itself and enter the parameter at the begining.
However, the form isn't being filled in with the data when I try to make the
two work together. Any ideas about how this could be done differently or how
to make this method work? Thanks.