D
Danny Jacobs
My form has multiple rows (records).
The form is based on a simple table (say table1).
The table has 3 fields (say field1, field2 and field3).
I would like the value of field1 for the next new row to default to the
highest previous value of field1 (i.e. MAX value for [table1].[field1]).
I have been trying to achieve this result by entering a select statement in
the default property for the form field but this does not seem to work. Any
ideas?
The form is based on a simple table (say table1).
The table has 3 fields (say field1, field2 and field3).
I would like the value of field1 for the next new row to default to the
highest previous value of field1 (i.e. MAX value for [table1].[field1]).
I have been trying to achieve this result by entering a select statement in
the default property for the form field but this does not seem to work. Any
ideas?