473,406 Members | 2,849 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

Create more than one table using the same Make-Table query

759 512MB
Hi all !
What I have:
In a BE database I use a temporary table to store some data.
Of course, for different filters that data will be different.
Keep in mind, please, that the table structure is not changed. Only data.

In a FE database I have
- A make table query based to the temporary table from BE. This is a simple query which simple transfer the temporary table from the BE to FE
- 2 command buttons: cmdStore_1 and cmdStore_2

What I wish:
- To run once my BE (with a filter) => to obtain a set of data in the temporary table then, to return to FE and press cmdStore_1 in order to run my query and to create Table_1.
- To run again the BE (with a new filter) => I obtain a new set of data in the temporary table then, to return (again) to FE and press cmdStore_2 this time in order to create Table_2.

So the question is:
How to pass the variable TableName to my (single) Make-Table query in order to obtain different tables.

Of course that can be easy managed using SQL in VBA.
But I prefer to use a "really" query because my poor skill in SQL don't allow me to easy change the SQL if needed (for code maintenance).

Thank you !
Feb 18 '12 #1
1 1388
NeoPa
32,556 Expert Mod 16PB
I don't believe you can Mihail. That would be the time to start using SQL I suspect.
Feb 20 '12 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: sumi | last post by:
How do i create a dir using python.........
1
by: wpy | last post by:
Hi, Does anybody know how to create multiple control with same ID or name in asp.net and request the controls's value in array form? For example the vb control can have same same but with...
1
by: Sivaraman.S | last post by:
I am unable to create new users using directory services in Windows 2003 server. But it is possible to create users with ASP.NET applications in windows 2000. I am getting "Permission Denied"...
0
by: sudhakaranr | last post by:
Hi all, This sudhakar new to this group... I am working in python and i am in need to create a webapplication using zope. Can any one help me to create it... my system...
4
by: Ashish | last post by:
Can i create two instance with same user id in AIX ? I just need what should be the params to be passed in db2icrt utility.. Thanks in Advance Ashish Prasad
0
Inbaraj
by: Inbaraj | last post by:
Hi.. This is Inbaraj I want to create a portal using asp.net I need some sample web templates for asp.net where i can find those plz help in this matter... It is urgent for me.. I got some from...
0
satyanagendra
by: satyanagendra | last post by:
hi, Can we create DLL using turboc in windows. I am able to create static libraries using turboc. But I don't know how to make DLL files using turboc If it is possible tell me how to make and...
1
by: fruityfreak | last post by:
Hello... Any idea how to create PDF file using PHP codes...
2
by: Zabivb | last post by:
how to use mkdir to create dynamically folders using textbox ? coding ====== <?php $foldername="text"; mkdir = $foldername; ?>
1
by: Sidhu v | last post by:
How can create email id using shell_exec or exec in php.That is ,i want to create email id in my web application. anybody can help me. Thanks and regards By Sidhu
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.