S
Skunk
Hi all!
I get "error 3075 Syntax error (missing operator) in query expression
'[InvNum]81441." (81441 is the invoice number being acted upon.)
DoCmd.OpenForm "2frmDELabor", , , "[InvNum]" & Me![InvNum], acFormEdit
1. InvNum is a number field, long integer.
2. The command is attached to a button on [2frmDEInvoice].
3. [2frmDELabor] is a parent form to [2frmDELaborRP1].
4. [2frmDELaborRP1] is named LaborRP1
5. LaborRP1 is linked to parent via [InvNum].
Is there something about the subform? Am I not calling it correctly?
I would gratefully accept any and all aid.
Thanks,
Skunk
I get "error 3075 Syntax error (missing operator) in query expression
'[InvNum]81441." (81441 is the invoice number being acted upon.)
DoCmd.OpenForm "2frmDELabor", , , "[InvNum]" & Me![InvNum], acFormEdit
1. InvNum is a number field, long integer.
2. The command is attached to a button on [2frmDEInvoice].
3. [2frmDELabor] is a parent form to [2frmDELaborRP1].
4. [2frmDELaborRP1] is named LaborRP1
5. LaborRP1 is linked to parent via [InvNum].
Is there something about the subform? Am I not calling it correctly?
I would gratefully accept any and all aid.
Thanks,
Skunk