John Bartow
john at winhaven.net
Tue Sep 26 23:35:53 CDT 2006
This must be something I'm simply not seeing. Why doesn't this work as the
default value for a textbox on a popup form?
= (DMax("[ItemNumber]", "tblJobDetail", "[JobNumber] = " &
[Forms]![frmProject]![txtJobNumber])) + 1
ItemNumber is Integer
JobNumber is Text
TIA
John B.