philliplaw
IS-IT--Management
I have combobox with a list of customers. Once a customer is selected, I have a button to allow the user to edit the customer's infomation. The button launches a form with a "Where" statement.
Where Condition = ="[Customer].[CustID]=" & [cboCustID]
This works perfectly, but I do not understand some of the items (copied from a sample file).
Why are there two "=" signs after Where Condition?
Why is [Customer].[CustID]= in quotes?
What is the & sign for?
Thank you.
Where Condition = ="[Customer].[CustID]=" & [cboCustID]
This works perfectly, but I do not understand some of the items (copied from a sample file).
Why are there two "=" signs after Where Condition?
Why is [Customer].[CustID]= in quotes?
What is the & sign for?
Thank you.