Hi,
I want to be able to have the input of a textbox go to SQL statement as follows:
Set RS1 = DB.OpenRecordset("Select Sales_ID As hold From Funding_ShcedualWhere Sales_ID = " & Me!txtSaleID)
b = RS1!hold
The problem is that I can not get the Where clause to work. Could someone tell me what I am doing wrong. Thank You
I want to be able to have the input of a textbox go to SQL statement as follows:
Set RS1 = DB.OpenRecordset("Select Sales_ID As hold From Funding_ShcedualWhere Sales_ID = " & Me!txtSaleID)
b = RS1!hold
The problem is that I can not get the Where clause to work. Could someone tell me what I am doing wrong. Thank You