B
Billp
Hi,
I am so happy I got this statement to work thru trial and error
Forms!frmSER![cboContactID].RowSource = "SELECT
[FirstName],[LastName],[CustomerID],[LineID]" & _
"FROM
[tblCustomerContacts]" & _
"WHERE [CustomerID] =
""" & [Forms]![frmSER]![cboCompany_Name].Column(2) & """"
Now how do I add the ORDER BY [LastName] into it with all those quote marks
- cause its causing me grief and I have run out of ideas of trial and error.
Thank you so much in advance
Bill
I am so happy I got this statement to work thru trial and error
Forms!frmSER![cboContactID].RowSource = "SELECT
[FirstName],[LastName],[CustomerID],[LineID]" & _
"FROM
[tblCustomerContacts]" & _
"WHERE [CustomerID] =
""" & [Forms]![frmSER]![cboCompany_Name].Column(2) & """"
Now how do I add the ORDER BY [LastName] into it with all those quote marks
- cause its causing me grief and I have run out of ideas of trial and error.
Thank you so much in advance
Bill