O
owilson
Hi,
I have subform, with a linked combobox, inside a subform
inside a subform.
I keep getting a syntax error message with the following:
(((tblCostCode2.Div)=Forms!BillingOption2.form!DivTots
subform1.form!CCTotsStep3 subform.form!Table4a subform4!
cboDiv));
I cannot find the error. If anyone else can please help.
Also, what do I need to add to the following when I'm
dealing with a subform:
Private Sub cboDiv_AfterUpdate()
Me![cboCostCode] = Null
Me![cboCostCode].Requery
End Sub
TIA
Owen
I have subform, with a linked combobox, inside a subform
inside a subform.
I keep getting a syntax error message with the following:
(((tblCostCode2.Div)=Forms!BillingOption2.form!DivTots
subform1.form!CCTotsStep3 subform.form!Table4a subform4!
cboDiv));
I cannot find the error. If anyone else can please help.
Also, what do I need to add to the following when I'm
dealing with a subform:
Private Sub cboDiv_AfterUpdate()
Me![cboCostCode] = Null
Me![cboCostCode].Requery
End Sub
TIA
Owen