G
Guest
My afterupdate event won't compile but returns an invalid argument error. My
syntax only requires that the form open as a "snapshot". So my current syntax
is:
Private Sub Combo40_AfterUpdate()
DoCmd.OpenForm(frmDimensionLookup).[acPreview]
End Sub
I am not a programmer, but I've been able to program with VB in maximizing
and zooming, but opening this form by entering parameters into a combo box
from another form isn't working. Any help is greatly appreciated.
Thank you, Petra
syntax only requires that the form open as a "snapshot". So my current syntax
is:
Private Sub Combo40_AfterUpdate()
DoCmd.OpenForm(frmDimensionLookup).[acPreview]
End Sub
I am not a programmer, but I've been able to program with VB in maximizing
and zooming, but opening this form by entering parameters into a combo box
from another form isn't working. Any help is greatly appreciated.
Thank you, Petra