R
Rich
Hi,
I currently have a table that has consists of two
(relevant to this problem) columns. Column one is all the
owned properties, column 2 is a list of all the tenants
residing in the properties. I am trying to set up a form
where the user can first choose the property then choose
the specific tenant and then get all the records
accociated with the tenant (the other columns). As of now
I have set up a form that has one combo box with the row
values being the property column (unique values is
enabled) and a command button to open another form. The
second form is the problem as I'd like to show the
tenants listed in combo box (so that they can open a
third form with the relevant data). However, using
queries the best i can do is have the property listed as
many times as there is tenants. Is there any way to have
the tenants listed in the second combo box? Any answer
would be much appreciated.
Rich
I currently have a table that has consists of two
(relevant to this problem) columns. Column one is all the
owned properties, column 2 is a list of all the tenants
residing in the properties. I am trying to set up a form
where the user can first choose the property then choose
the specific tenant and then get all the records
accociated with the tenant (the other columns). As of now
I have set up a form that has one combo box with the row
values being the property column (unique values is
enabled) and a command button to open another form. The
second form is the problem as I'd like to show the
tenants listed in combo box (so that they can open a
third form with the relevant data). However, using
queries the best i can do is have the property listed as
many times as there is tenants. Is there any way to have
the tenants listed in the second combo box? Any answer
would be much appreciated.
Rich