K
kathrynwoning via AccessMonster.com
In this phase of our database I have created a form through which data is
entered for a bid proposal. After the data is entered a report prints that is
faxed to general contractors.
Prior to using Access we typed these bids in MS Word. Each bid was assigned a
bid number with this format: YYMMDD-1, -2, -3 etc. according to the number of
bids in a day. The bids are filed with architectural drawings etc according
to this number. We kept track of all these bids in Excel.
I have been able to format a bid number that auto generates according to this
expression:
=(Format([bidDate],"yymmdd-")) & (Format([bidNumbr],"00"))
However, I am getting duplicate bid numbers.
Bids are produced according to an invitation from General Contractors. They
have deadlines we call Bid Dates. Duplicates are created when I call a bid
date for the future. I select a date for the bid in the form and the above
expression generates a number. However, when that date actually rolls around
and I select that date it gives me -01 again. Naturally, this causes
difficulty when the general contractor comes back and refers to that number,
which is on more than one bid.
entered for a bid proposal. After the data is entered a report prints that is
faxed to general contractors.
Prior to using Access we typed these bids in MS Word. Each bid was assigned a
bid number with this format: YYMMDD-1, -2, -3 etc. according to the number of
bids in a day. The bids are filed with architectural drawings etc according
to this number. We kept track of all these bids in Excel.
I have been able to format a bid number that auto generates according to this
expression:
=(Format([bidDate],"yymmdd-")) & (Format([bidNumbr],"00"))
However, I am getting duplicate bid numbers.
Bids are produced according to an invitation from General Contractors. They
have deadlines we call Bid Dates. Duplicates are created when I call a bid
date for the future. I select a date for the bid in the form and the above
expression generates a number. However, when that date actually rolls around
and I select that date it gives me -01 again. Naturally, this causes
difficulty when the general contractor comes back and refers to that number,
which is on more than one bid.