G
Guest
Instead of using autonumber (I am linking to an Oracle table), I would like
the default value of a new record to be the max(id)+1. I tried creating a
query that returns the max(id)+1 and using that for the default value but I
get an error. Any suggestions?
the default value of a new record to be the max(id)+1. I tried creating a
query that returns the max(id)+1 and using that for the default value but I
get an error. Any suggestions?