View Full Version : Need help on incrementing field


flushfire
05-24-2008, 11:00 PM
I need a field that auto increments. My problems are it also needs to have a prefix of "541-", and there is already an existing record (on paper) so i cannot start from 0. I have tried using format and max (field) + 1 but I can't get those to work properly. Any help?

WayneRyan
05-25-2008, 02:08 PM
ff,

You want the DMax function. There are a lot of posts here as it is quite a
common problem.

Use the Search here for --> DMax

Or, post what you currently have.

Wayne

flushfire
05-26-2008, 11:22 AM
thanks, will read up on that. :)