Paired List Box filter data on both

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top