Validation rule in Form

Vugar

Registered User.
Local time
Today, 21:59
Joined
Sep 15, 2015
Messages
55
Hi,

I have "Outgoing" form in StockDB.

in "Outgoing" Form in "Quantity" field I set validation rule:<=Nz(DLookUp("[SumOfQuantity]","[TotalInStock]"," ItemID = " & [ItemID] & "And [Status ID] = " & [Status ID]),0)

and when I did not fill out "StatusId" there is an error (see attached). Can I change the text of the error to "You have entered StatusId"

Thank you.
 

Attachments

  • 2015-10-20_16-53-07.jpg
    2015-10-20_16-53-07.jpg
    52.9 KB · Views: 54
Last edited:
Look at that error message closely. You are missing some spaces between keywords.
 

Users who are viewing this thread

Back
Top Bottom