F
Forensic db
And nothign I've seen displayed works. I tried using the same method
exhibited on this model:
http://www.rogersaccesslibrary.com/download3.asp?SampleName=AutonumberProblem.mdb which tells me to put:
=DMax("Control name","Table name")+1
in the default value of the control properties, but I get #Error in the
field when I open it up in form view. I made sure that all the properties fro
my table and my form matched the model, but it simply doesn't work in my db.
Aaagh! I just want to keep a running count of specimens as they're
entered,as opposed to sutonumber which is no for human consumption, but all
of the recommendations I've found in these pages are either way above my head
or do not seem to work. Is this because I'm working with multiple nested
forms?
I also tried another recommendation cribbed from these pages, which looked
promising:
=Nz(DMax("main form","subformâ€,â€sub-subform","[control name]=control
name()"),0)+1
but this didin't work either. Does anyone have a relatively simple way of
generating a sequential, incremental counting field which will be bound to
the table?
exhibited on this model:
http://www.rogersaccesslibrary.com/download3.asp?SampleName=AutonumberProblem.mdb which tells me to put:
=DMax("Control name","Table name")+1
in the default value of the control properties, but I get #Error in the
field when I open it up in form view. I made sure that all the properties fro
my table and my form matched the model, but it simply doesn't work in my db.
Aaagh! I just want to keep a running count of specimens as they're
entered,as opposed to sutonumber which is no for human consumption, but all
of the recommendations I've found in these pages are either way above my head
or do not seem to work. Is this because I'm working with multiple nested
forms?
I also tried another recommendation cribbed from these pages, which looked
promising:
=Nz(DMax("main form","subformâ€,â€sub-subform","[control name]=control
name()"),0)+1
but this didin't work either. Does anyone have a relatively simple way of
generating a sequential, incremental counting field which will be bound to
the table?