L
Lozzaw
Hi
I have used Microsoft's help to create a form which runs a parameter query.
After setting the parameter values in the form I click OK and the results are
displayed in a list. How would I get the results to be shown in a
pre-designed form?
N.b. Using Microsoft help, I coded the On Click Event on the parameter form
thus:
Private Sub OK_Click()
Me.Visible = False
DoCmd.OpenQuery "Company Details by Postcode or Position QRY",
acViewNormal, acEdit
DoCmd.Close acForm, "Company Details by Postcode or Position FRM"
End Sub
Thanks
I have used Microsoft's help to create a form which runs a parameter query.
After setting the parameter values in the form I click OK and the results are
displayed in a list. How would I get the results to be shown in a
pre-designed form?
N.b. Using Microsoft help, I coded the On Click Event on the parameter form
thus:
Private Sub OK_Click()
Me.Visible = False
DoCmd.OpenQuery "Company Details by Postcode or Position QRY",
acViewNormal, acEdit
DoCmd.Close acForm, "Company Details by Postcode or Position FRM"
End Sub
Thanks