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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Export to Access with same structure.

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Hi,
I have report like below..
CustomerName OrderID OrderAmount
Alley Cat Cycles 1151 $1234

When i export this an Access database, the table columns are
PH_1,PH_2,PH_3,PH_4,DE_Customer_Name,DE_Order_ID,DE_Order_amount
with the values
CustomerName,OrderID,OrderAmount,Alley Cat Cycles,1151,$1234

Hw do i get the data exported to Access with just the column values (preferrably thru VB Code) and also how do i
take care of things column total, page total etc such that it does not get exported.

Thanks in advance for your help.

Sammy

 
Fist suppress all sections that contain objects that you don't want to export. The column names, however, can't be controlled. Ken Hamady, On-site Custom Crystal Reports Training & Consulting
Public classes and individual training.
Guide to using Crystal in VB
tek@kenhamady.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top