D
Devon
I have a form 'Main Form' that is linked to a
table, 'Main Table'. The Main Table is linked to a
separate table 'Fund Table' through the lookup function.
Specifically, I have one of the fields as Fund #, which
uses the lookup feature to find the information through
the Fund Table.
The Fund Table contains several fields, which includes
Fund #, Fund Name, and Fund Style. From the Main Form I
would like to be able to use the lookup feature to find
the fund number, and once that has been entered, I have
two unbound fields on the Main Form, 'Fund Name'
and 'Fund Style' that I would like to use code to
populate these fields.
I realize that I can get this data by doing a multi-table
query, but my audience would like this data populated on
the Main form so that they can be sure they entered the
correct fund #.
Does anyone out there know how this is accomplished?
Thanks
table, 'Main Table'. The Main Table is linked to a
separate table 'Fund Table' through the lookup function.
Specifically, I have one of the fields as Fund #, which
uses the lookup feature to find the information through
the Fund Table.
The Fund Table contains several fields, which includes
Fund #, Fund Name, and Fund Style. From the Main Form I
would like to be able to use the lookup feature to find
the fund number, and once that has been entered, I have
two unbound fields on the Main Form, 'Fund Name'
and 'Fund Style' that I would like to use code to
populate these fields.
I realize that I can get this data by doing a multi-table
query, but my audience would like this data populated on
the Main form so that they can be sure they entered the
correct fund #.
Does anyone out there know how this is accomplished?
Thanks