D
Dimitris Nikolakakis
I have a form with a TextBox and I have put a button to....
***********************************************************************
Dim x As Variant
x = DLookup("OrderID", "Orders", "[OrderID] =" &
Forms![DLGOfferTransform]!Text2)
If x <> Null Then
Dim Response
Response = MsgBox .... ..... .....
Else .... .... ....
************************************************************************
When I press the button I get the error message:
***********************************************************************
Dim x As Variant
x = DLookup("OrderID", "Orders", "[OrderID] =" &
Forms![DLGOfferTransform]!Text2)
If x <> Null Then
Dim Response
Response = MsgBox .... ..... .....
Else .... .... ....
************************************************************************
When I press the button I get the error message: