B
BrianPaul
Here is what I got, I seen the answer on here but now its gone. Anyhower
here is the code I have now, its working but I want to add to it.
DoCmd.OpenReport "RIndexForStudy PLAN", acViewPreview, , _
"(IndexPageID = " & Me![List113].Column(3) & ")"
This is the 2nd list box on the code above. However I have in the 1st list
box called "List12" a "recordID" I know its possible cause thats how I came
up with the first code. However, I would like to display the Record number
in the first also for the IndexPageID, So the onclick event property would
also filter from the first list box. Thanks.
here is the code I have now, its working but I want to add to it.
DoCmd.OpenReport "RIndexForStudy PLAN", acViewPreview, , _
"(IndexPageID = " & Me![List113].Column(3) & ")"
This is the 2nd list box on the code above. However I have in the 1st list
box called "List12" a "recordID" I know its possible cause thats how I came
up with the first code. However, I would like to display the Record number
in the first also for the IndexPageID, So the onclick event property would
also filter from the first list box. Thanks.