K
Kevin Sprinkel
I have a tabbed main form for maintaining data about
construction projects that we estimate at multiple stages
of design. The three pages correspond to Project Header
Information, Estimate and Bid Details (what we estimated
each round, and the Hi, Lo, and Avg actual bids), and Bid
Breakdown (HVAC, Plumbing, Electrical, etc.)
From our last estimate and the awarded bid (a checkbox in
the Bid Detail form), I would like to calculate a Delta,
i.e., the percentage our opinion differed from the awarded
bid. The calculation is easy, my question is one of how
to refer to the values I need.
The following subforms are on the fpagEstimateBidData page
(the second main form tab):
fsubEstimateData (Child Fields Link = ProjectNumber)
-----------
EstimateNumber
EstimateType
EstimateAmount
SquareFootage
Note
fsubBidData (Child Fields Link = ProjectNumber)
----------------
BidType
BidAmount
Note
AwardedBid
The Delta is to be calculated from the EstimateAmount
corresponding to the estimate with the highest
EstimateNumber and the BidAmount which has the AwardedBid
field checked. Form code ensures defaults the check to
the Low Bid and ensures one and only one of the bid
entries are checked.
Can anyone tell me how to refer to these values?
Thank you.
Kevin Sprinkel
Becker & Frondorf
construction projects that we estimate at multiple stages
of design. The three pages correspond to Project Header
Information, Estimate and Bid Details (what we estimated
each round, and the Hi, Lo, and Avg actual bids), and Bid
Breakdown (HVAC, Plumbing, Electrical, etc.)
From our last estimate and the awarded bid (a checkbox in
the Bid Detail form), I would like to calculate a Delta,
i.e., the percentage our opinion differed from the awarded
bid. The calculation is easy, my question is one of how
to refer to the values I need.
The following subforms are on the fpagEstimateBidData page
(the second main form tab):
fsubEstimateData (Child Fields Link = ProjectNumber)
-----------
EstimateNumber
EstimateType
EstimateAmount
SquareFootage
Note
fsubBidData (Child Fields Link = ProjectNumber)
----------------
BidType
BidAmount
Note
AwardedBid
The Delta is to be calculated from the EstimateAmount
corresponding to the estimate with the highest
EstimateNumber and the BidAmount which has the AwardedBid
field checked. Form code ensures defaults the check to
the Low Bid and ensures one and only one of the bid
entries are checked.
Can anyone tell me how to refer to these values?
Thank you.
Kevin Sprinkel
Becker & Frondorf