Wrox Programmer Forums
|
VB Databases Basics Beginning-level VB coding questions specific to using VB with databases. Issues not specific to database use will be redirected to other forums.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the VB Databases Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old March 2nd, 2004, 11:13 AM
Registered User
 
Join Date: Jun 2003
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Default Create Table at RunTime

Heres's my problem. I need to create a report that has information drawn from 2 tables. Since I can not create a datareport based on 2 seperate datasources, I need to extract the information from the 2 tables and place the information in a single table. I can use a select into statement to do this, right? Or is there a way I can create a datareport with 2 different datasources? If not then continue to read. My 2 tables will reside on a common file sharing computer. The table I want to create will reside on the individual's computer who is running the report. After the report is run the table will be deleted. When I run the select into statement, the new table is created in the database of the 2 tables that reside on the common computer. Can the select into statement be made to create the table on the individual's computer? Is there an easier way to do this?
Thanks
Todd






Similar Threads
Thread Thread Starter Forum Replies Last Post
Create generic XSL Template to create table Venkatachalapathy XSLT 5 March 11th, 2008 07:49 AM
create query at runtime vipinpaliwal1980 Access 1 April 24th, 2006 06:27 AM
Create Control, Runtime jimmyfrank Access VBA 1 January 29th, 2005 10:40 PM
Create Controls at Runtime everthalia Classic ASP Databases 2 July 30th, 2004 10:21 PM
How to create controls at runtime ? kishore_peddi C# 1 November 3rd, 2003 09:22 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.