D
Default Value equal to record number
How can I make a field Default Value equal to the record number ?
Jeff Boyce said:Isn't the record number already available? Why do you want to set the
default value of a(nother) field to record number?
down in the navigation area? If so, be aware that that is ONLY a way to
count how many records there are -- those numbers are NOT attached to the
records. You can prove this to yourself by adding a record that fits
somewhere in the "middle" of the sort order and re-checking.
Does your underlying table have a Primary Key field? If you use an Access
Autonumber field as a primary key, that will hold a "record number".