I made a report that sort all my data, next to each individual row there is Edit button.
For the OnClick Event for the button I used OpenForm from the Macro Builder to open my editing form. Now I am trying to send the unique ID for that specific row to the next form. I could not do that using the Where Condition filed. Each time I click the edit form, it popup a dialog asks my to enter the id.
How can I properly send the ID to the new form, and use it there?
Thanks for your help