HELP: How to pass linkcriteria to a continuous form?

G

Guest

I have it passing one line item from my multi-select capable listbox, but I
do not know how to code the linkcriteria to pass multiple selected lines to
the continuous form. I really need to be able to pass multiple lines. I
really hope someone can help b/c this is precisely what the requestor of the
database needs.

Dim stDocName As String
Dim stLinkCriteria As String

stDocName = "frmBiller-AddMissingChargeRequestUsingOracle#"

stLinkCriteria = "[OrderTextFileUniqueID]=" & Me![lstOracleLinesForROEs]
DoCmd.OpenForm stDocName, , , stLinkCriteria
 

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