Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Several Rows into a single Row

Status
Not open for further replies.

carfj1

Technical User
Jan 19, 2003
58
MX


I have a list of OrderIDs which need to be Printed on a Report in a single Row.

I have:
OrderID
001
002
004
008

How can I make:
001, 002, 004, 005

The report has a query with all the OrderIDs that are required. But I think this has to be done with a Function or something...


Thanks for your time,
Carlos
 
Possibly a Crosstab query could achieve what you are after.

HTH
Lightning
 
Lightning,

I tried it with a 3 columns on a Query, as base query

OrderID txtID OrderID
001 1 001
002 1 002
005 1 002

With a [Formularios]![Facturas]![txtID]as criteria for the base query of the Cross tab. It didn't work because the cross tab can't use this kind of criteria. "At least to what I now"

Thanks,
Carlos
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top