G
Guest
I want to set the default value for a field to incriment by 1 every time data
is entered. I received the following code from this page (Sorry but I don't
remember where or who from) but it won't work. I am trying to put it as the
default value in the table.
Should I put it as the default value on the form where the data is entered?
The error I get states that there is an "Unknown function "Nz" in the
validation or default value of Device Id List.EquipID"
=Nz(DMax("[EquipID]","Device_Id_List"),0)+1
Any Sugestions?
is entered. I received the following code from this page (Sorry but I don't
remember where or who from) but it won't work. I am trying to put it as the
default value in the table.
Should I put it as the default value on the form where the data is entered?
The error I get states that there is an "Unknown function "Nz" in the
validation or default value of Device Id List.EquipID"
=Nz(DMax("[EquipID]","Device_Id_List"),0)+1
Any Sugestions?