C
Chris Strug
Hi,
I have a orders form with a combo box on linked to a list of customers. The
combo displays the customer for the current record and allows the user to
select a customer when entering a new record or updating an old one.
The combo box is set to only display those customers who are "current" or
"live" and are restricted to the contents of the list.
The problem is that when it is setup this way, the form will not display the
customer name for orders where the customer is not live / current.
This is due to the limit to list option being set to true.
Is there a way to work around this. A user should only be able to select
live customers when updating a record or entering a new one. However, the
customer should always be displayed, even if they are not current.
The customer combo source is a query that pulls customer ID, customer name
and a boolean indicating whether the customer is live from a customer table.
The control source is the Customer ID stored in the orders table.
I hope I have explained this clearly enough.
Kind thanks
Chris Strug
I have a orders form with a combo box on linked to a list of customers. The
combo displays the customer for the current record and allows the user to
select a customer when entering a new record or updating an old one.
The combo box is set to only display those customers who are "current" or
"live" and are restricted to the contents of the list.
The problem is that when it is setup this way, the form will not display the
customer name for orders where the customer is not live / current.
This is due to the limit to list option being set to true.
Is there a way to work around this. A user should only be able to select
live customers when updating a record or entering a new one. However, the
customer should always be displayed, even if they are not current.
The customer combo source is a query that pulls customer ID, customer name
and a boolean indicating whether the customer is live from a customer table.
The control source is the Customer ID stored in the orders table.
I hope I have explained this clearly enough.
Kind thanks
Chris Strug