To the existing If conditions i want to add the condition If IsNull(TglUnitPrice).
The existing working conditions are as folllows If IsNull(Me!Quantity) And Me!cartons = 0 And Me.Parent!Customerid 123 Then
I get the error in the following expression when i wnated to add the next if condition:
If IsNull(Me!Quantity) And Me!cartons = 0 And Me.Parent!Customerid 123 And If IsNull(Me!TglUnitPtice) Then
How can i correct it ?
-
If condition (Access 2000)
- This topic has 1 reply, 2 voices, and was last updated 18 years, 4 months ago.
AuthorViewing 0 reply threadsAuthorViewing 0 reply threads