I need to get a value based on the contents of a text box. I've tried this code to no avail. Can anyone see my error?
All help is greatly appreciated.
Private Sub Form_Load()
Text1 = currentDB.openrecordset(SELECT Single_Small_Price FROM Price WHERE Product_ID= me!List9)
End Sub
All help is greatly appreciated.
Private Sub Form_Load()
Text1 = currentDB.openrecordset(SELECT Single_Small_Price FROM Price WHERE Product_ID= me!List9)
End Sub