G
Guest
I need to insert the next record number into a form. The Field name is BoxID
and the field is a text a text field. The Number should be takenfrom the
[Box] Table.
I searched around and found the DMax() function with this code, to be put in
the [BoxID} Default Property but it dosen't work
DMax("[ManulaID]","tblYourTableName") + 1, I changed ManualID for BoxID
Can someone help?
and the field is a text a text field. The Number should be takenfrom the
[Box] Table.
I searched around and found the DMax() function with this code, to be put in
the [BoxID} Default Property but it dosen't work
DMax("[ManulaID]","tblYourTableName") + 1, I changed ManualID for BoxID
Can someone help?