I want a button to Add a record and at the same time generate an ID number. (or ideally have the form come up with a new record ready for append) I dont like (dont know how to use) the autonumber field, so Id planned a select max(idnumber)+ 1 from target_table. I want to press a ADD record button, replace the blank contents of the idnumber with the new generated ID number and let the user edit the other fields and save their record.
any help would be appreciated....
any help would be appreciated....