•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the VB.NET section within the Software Development category of DaniWeb, a massive community of 456,478 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,773 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our VB.NET advertiser: Programming Forums
Views: 5943 | Replies: 2
•
•
Join Date: Feb 2007
Posts: 2
Reputation:
Rep Power: 0
Solved Threads: 0
Hi everyone
This is my first post so please help me out !!
I am writting an application in VB.NET to print orders. The orders are shown on screen in a listview and the user can select individual orders/range of orders to print.
This Access query looks like:
How do I from vb.net pass the OrderIds parameter into this query with mulitple orderids?
e.g. passing "123-456" works
passing " '123-456', '123-789' " doesn't.
Thanks
Darren
This is my first post so please help me out !!

I am writting an application in VB.NET to print orders. The orders are shown on screen in a listview and the user can select individual orders/range of orders to print.
This Access query looks like:
PARAMETERS OrderIds Text ( 255 ); SELECT orders.*, orderdetails.* FROM orders, orderdetails WHERE orders.orderid=orderdetails.orderid And orders.orderid IN (OrderIds);
How do I from vb.net pass the OrderIds parameter into this query with mulitple orderids?
e.g. passing "123-456" works
passing " '123-456', '123-789' " doesn't.
Thanks
Darren
Last edited by dazlerd : Aug 30th, 2007 at 9:48 am.
•
•
•
•
•
•
•
•
DaniWeb VB.NET Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
- Set runtime connection to the Access database for Crystal report (VB.NET)
- How do i using a Query in crystal report?... and (Visual Basic 4 / 5 / 6)
- Issue about passing parameter to Crystal Report 11.. (Visual Basic 4 / 5 / 6)
- crystal report in vb6 (Visual Basic 4 / 5 / 6)
- Crystal Report Problem (ASP.NET)
- Crystal Report Query Engine error (VB.NET)
- Crystal report error (Visual Basic 4 / 5 / 6)
- problem in exporting crystal report (ASP.NET)
Other Threads in the VB.NET Forum
- Previous Thread: Variables like Booleans
- Next Thread: Threading, Delegates and the Invoke method.



Threaded Mode