Lavenderchan
Technical User
Hello
I am trying to open a second form from my first form based on the records on the selected on the first. The code I am using is
DoCmd.OpenForm "Expense Report List", , , "id = " & Me.number
However it is only returning the first record from the first list and not all five. What am I doing wrong?
Thanks.
I am trying to open a second form from my first form based on the records on the selected on the first. The code I am using is
DoCmd.OpenForm "Expense Report List", , , "id = " & Me.number
However it is only returning the first record from the first list and not all five. What am I doing wrong?
Thanks.