K
Kevin
tblEstimates is a detail table for tblProjects, linked by
ProjectNumber. tblEstimates primary key is an AutoNumber,
but there is also a numeric field EstimateNumber which we
use elsewhere in our process.
There is an Estimates subform (fsubEstimates) embedded on
a main form (frmProjects). I would like the estimate
number (control txtEstimateNumber) to default to the next
available number, that is [Max(EstimateNumber) of this
Project] + 1.
Can anyone help?
TIA
Kevin
ProjectNumber. tblEstimates primary key is an AutoNumber,
but there is also a numeric field EstimateNumber which we
use elsewhere in our process.
There is an Estimates subform (fsubEstimates) embedded on
a main form (frmProjects). I would like the estimate
number (control txtEstimateNumber) to default to the next
available number, that is [Max(EstimateNumber) of this
Project] + 1.
Can anyone help?
TIA
Kevin