Hi all,
I have an application form that contains many fields from few different tables.
One of those fields is a dropdown that list all active customers. I just added ‘Inactive’ field to the customer table today, this table is what is used as the rowsource for that dropdown box.
The Dropdown should hide all inactive customers UNLESS that customer is selected as the applicant on the current file.
I modified the rowsource of the dropdown to: ‘Select CustID, CustName from Customers where Inactive = false’ ; however if the current form has a customer that is inactive it does not show the CUSTID at all.
How do I get the dropdown to show me the CUSTID on the current form if that customer is inactive?
Thanks
EG
I have an application form that contains many fields from few different tables.
One of those fields is a dropdown that list all active customers. I just added ‘Inactive’ field to the customer table today, this table is what is used as the rowsource for that dropdown box.
The Dropdown should hide all inactive customers UNLESS that customer is selected as the applicant on the current file.
I modified the rowsource of the dropdown to: ‘Select CustID, CustName from Customers where Inactive = false’ ; however if the current form has a customer that is inactive it does not show the CUSTID at all.
How do I get the dropdown to show me the CUSTID on the current form if that customer is inactive?
Thanks
EG