Firstly, i hope this is posted in the right place.
I have very little access experience and so have been looking on the internet how to modify an existing database template to meet my needs.
I am trying to create a command button that sits on the order details page and that will open up a report i have created called 'picklist' which is basically the same as an invoice but with some different product information listed on it.
I want the command button to open up the picklist that corresponds to the order that i am on e.g picklist #2 for invoice#2
I have 2 issues/questions:
1) I have seen this code on the internet -
DoCmd.OpenForm "SecondFormName", , , "FieldName = #" & Me.ControlName & "#"
Would this work for me if i was to modidy it to:
DoCmd.OpenForm "PickList", , , "InvoiceID = #" & Me.[txtID] & "#"
2) Where do i input this code? If i click on the 'onclick' in the properties form im presented with this page (attachment):
Hope this makes sense.
Thanks