Lookup Field

G

Guest

I have a table with a lookup field that is pulling rows from another table. The table with the lookup field and table that provides the lookup field values are connected by the index of a third table. Anyone know how to limit the number of rows that show up in the lookup field based on the particular index (to the third table) in that current record

In other words, is there any way to get the value of a field in the CURRENT record, the record where the user is using the lookup combo box?
 
S

solex

MJ,

I do not believe that this is possible in the design of a table. Also I
would not recommend using a lookup combo box in the design of a table as it
does negatively impact your peformance.

The best way to do this is to design a bound form that is based on your
initial table. A combo box can then be designed to lookup values based on
your third table.

Regards,
Dan

MJ said:
I have a table with a lookup field that is pulling rows from another
table. The table with the lookup field and table that provides the lookup
field values are connected by the index of a third table. Anyone know how to
limit the number of rows that show up in the lookup field based on the
particular index (to the third table) in that current record?
In other words, is there any way to get the value of a field in the
CURRENT record, the record where the user is using the lookup combo box?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top