wabtrainer
IS-IT--Management
I know there is probably an easy answer to this but I am struggling (cant see the wood for the trees!)
U have a form open that populates the listbox from a stored query.
When I select a row in the listbox I want it to open a new form opened at that selected record.
At the moment it jus opens the form at the first record.
Private Sub LstFindings_Click()
Me.Visible = False
DoCmd.OpenForm "frmQIPPriceAll"
End Sub
I tried various things to the docmd statement but get errors.
Any ideas????????????
If you want to be a bear:
Be a Grizzly!
U have a form open that populates the listbox from a stored query.
When I select a row in the listbox I want it to open a new form opened at that selected record.
At the moment it jus opens the form at the first record.
Private Sub LstFindings_Click()
Me.Visible = False
DoCmd.OpenForm "frmQIPPriceAll"
End Sub
I tried various things to the docmd statement but get errors.
Any ideas????????????
If you want to be a bear:
Be a Grizzly!