K
Kevin
I have a form with the following properties:
MainForm Source: tblProjects (One Side)
SubForm Source: tblEstimates (Many Side)
I would like to default the first subform control,
EstimateNumber, to the next number. Setting the control's
Default Value property to the following results in an
error:
=DMax([EstimateNumber],"tblEstimates",[JobNumber]
=Me.JobNumber)
This also results in an error:
=DMax([EstimateNumber],"tblEstimates",[JobNumber]="00001")
Ideas?
MainForm Source: tblProjects (One Side)
SubForm Source: tblEstimates (Many Side)
I would like to default the first subform control,
EstimateNumber, to the next number. Setting the control's
Default Value property to the following results in an
error:
=DMax([EstimateNumber],"tblEstimates",[JobNumber]
=Me.JobNumber)
This also results in an error:
=DMax([EstimateNumber],"tblEstimates",[JobNumber]="00001")
Ideas?