R
Robert
Hi,
I need some advice for my database.
I have a case with an unique number (001-2005). Now i need an unique number
for every item in that case like 001.2005.001, next must be 001.2005.002
etc.
For case number 002-2005 the item must start with 002.2005.001, 002.2005.002
etc.
So i can't use an autonum field.
I tried to use the DMax function but it doesn't work.
It's a multiuser database.
When i create a new item the default value for the case number is set by the
forms default value.
Robert
I need some advice for my database.
I have a case with an unique number (001-2005). Now i need an unique number
for every item in that case like 001.2005.001, next must be 001.2005.002
etc.
For case number 002-2005 the item must start with 002.2005.001, 002.2005.002
etc.
So i can't use an autonum field.
I tried to use the DMax function but it doesn't work.
It's a multiuser database.
When i create a new item the default value for the case number is set by the
forms default value.
Robert