One way of simulating autonumber may be found here:
http://www.rogersaccesslibrary.com/d...berProblem.mdb
(Watch out for line wrapping)
You haven't mentioned what you find limiting about autonumber, but I assume
that you want something like an invoice number or some such that the user
can see, and you want it to increment without gaps in the numbering
sequence. However, a number produced by any means will interact with other
tables in pretty much the same way as a number produced by some other means,
so if there is some problem other than the number sequence, the simulated
autonumber code will probably not help.
"FireGeek822" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>I am finding AutoNumber is limiting what I can do with a subform and
> how it interacts with other data/controls on the parent form. Anyone
> have ideas on how to code a function as a substitute that can increment
> an ID field automatically in the same way the AutoNumber does?
>
> THANKS FOR YOUR ASSISTANCE!
>
> Tammy
>