G
Guest
I have a form "frm_Estimating_Input" that is based on a table
"tbl_Estimating_Input" and the first field in the form is "Quote_Number"
which the default value is [Forms]![frm_Quote_Information]![Quote_Number].
The next field is "Item_Number" this is the one where I have the DMax
formula in and not working: =DMax("Item_Number","qry_frm_Estimating_Input")+1
(this is on the line Default Value) - do I have this (a) in the wrong spot
(b) not working due to the Quote_Number criteria or (c) just have it wrong
all together.
What my goal is I have the form "frm_Quote_Information" which is based on
table "tbl_Quote_Information"that has basic input with the Quote_Number as
the primary key. From this form I choose the command button "Open Estimating
Input Screen" which brings up form "frm_Estimating_Input" with the
Quote_Number already filled in from the previous form. Now I want for this
specific quote to have an increment Item_Number not an autonumber.
Where am I going wrong?
Thanks!!
Stacey
"tbl_Estimating_Input" and the first field in the form is "Quote_Number"
which the default value is [Forms]![frm_Quote_Information]![Quote_Number].
The next field is "Item_Number" this is the one where I have the DMax
formula in and not working: =DMax("Item_Number","qry_frm_Estimating_Input")+1
(this is on the line Default Value) - do I have this (a) in the wrong spot
(b) not working due to the Quote_Number criteria or (c) just have it wrong
all together.
What my goal is I have the form "frm_Quote_Information" which is based on
table "tbl_Quote_Information"that has basic input with the Quote_Number as
the primary key. From this form I choose the command button "Open Estimating
Input Screen" which brings up form "frm_Estimating_Input" with the
Quote_Number already filled in from the previous form. Now I want for this
specific quote to have an increment Item_Number not an autonumber.
Where am I going wrong?
Thanks!!
Stacey