Hello Friends
I'm making an auto incrementing numbers for my field (In Table Default Value, That to be filled automatically for a new record) I tried this code, but getting errors... Please help what I'm doing incorrectly..
=DCount("ID","DATA","ID <=" & [ID]) It's working from unbound text box, but i need it to put in the Default Value of the field.
And How to add my format for this code too for example: SSD00001, SSD00002, SSD00003 and so on.
Thank you in Advanced
I'm making an auto incrementing numbers for my field (In Table Default Value, That to be filled automatically for a new record) I tried this code, but getting errors... Please help what I'm doing incorrectly..
=DCount("ID","DATA","ID <=" & [ID]) It's working from unbound text box, but i need it to put in the Default Value of the field.
And How to add my format for this code too for example: SSD00001, SSD00002, SSD00003 and so on.
Thank you in Advanced