I've got a problem that I could use some advice on.
Basically I have a text field that is manually entered (account number), where after entered automatically populates a combo box with the name of a customer. This is working just fine.
However, if an account number match is not found, the combo box logic fails--but what I need is the for the combobox to default to all customers which would allow the user to pick one. Is there an easy way to do this ? I know Access does not allow case statements.
Thanks.