R
RyanF17
I am trying to create a fairly simple database, but I am having troube with
creating a custom autonumber field. I need to create a field called "Bid
Number" that is the primary key and has the following format: "yy000" where
"yy" is the current fiscal year (May to April, or 8 months ahead of calendar
year), and "000" is the generated/incremented number. Ex. 08123. And I need
the "000" part to automatically reset each Fiscal Year (May 1st). For
example, say a bid number on April 31st is 08158, then the first one on May
1st would be 09001. Can this be done? Thank you very much.
creating a custom autonumber field. I need to create a field called "Bid
Number" that is the primary key and has the following format: "yy000" where
"yy" is the current fiscal year (May to April, or 8 months ahead of calendar
year), and "000" is the generated/incremented number. Ex. 08123. And I need
the "000" part to automatically reset each Fiscal Year (May 1st). For
example, say a bid number on April 31st is 08158, then the first one on May
1st would be 09001. Can this be done? Thank you very much.