Hi,
i want to be able to open a query by using the 'On dbl Click'event on a form.
The command I have used is this:
DoCmd.OpenQuery "Accounts_1_StoreOS", , , , "RecordID=" & Me.RecordID
As a test If I use:DoCmd.Openform "Accounts_1", , , , "RecordID=" & Me.RecordID it will open a form.
Is it...