R
Ripper
I am attempting to open a form from a continuous form using the Where
Condition.
DoCmd.OpenForm "frmNonCountablesEdit", acNormal, , TestID = Me.TestID And
BoxNumber = Me.BoxNumber
The form opens and shows all the records instead of filtering the results to
the TEstID and BoxNum. Both the TestID and BoxNumber are numbers. I guess I
need a tutorial in Where Conditioning. Can anyone help?
Condition.
DoCmd.OpenForm "frmNonCountablesEdit", acNormal, , TestID = Me.TestID And
BoxNumber = Me.BoxNumber
The form opens and shows all the records instead of filtering the results to
the TEstID and BoxNum. Both the TestID and BoxNumber are numbers. I guess I
need a tutorial in Where Conditioning. Can anyone help?