473,386 Members | 1,715 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,386 software developers and data experts.

Appending queries

I have set up queries in access that make tables and then append them
to each other. Unfortunately the resulting table after three seperate
tables are appended does not comprise of all the entries in each table.
Can any one tell me why this is. Thanks alot.

Also, since I am appending three seperate queries, the user is asked
for the word they are looking for three times and I was wondering
whether it would be possible to just set the word to be the same across
all the three queries? Thanks again.

Jun 7 '06 #1
2 1378
On 7 Jun 2006 06:23:34 -0700, sj****@gmail.com wrote:

Assuming you are using a Union query, try Union All:
select * from table1
union all
select * from table2
union all
select * from table3

You lost me on your second question.

-Tom.

I have set up queries in access that make tables and then append them
to each other. Unfortunately the resulting table after three seperate
tables are appended does not comprise of all the entries in each table.
Can any one tell me why this is. Thanks alot.

Also, since I am appending three seperate queries, the user is asked
for the word they are looking for three times and I was wondering
whether it would be possible to just set the word to be the same across
all the three queries? Thanks again.


Jun 7 '06 #2
sj****@gmail.com wrote:
I have set up queries in access that make tables and then append them
to each other. Unfortunately the resulting table after three seperate
tables are appended does not comprise of all the entries in each table.
Can any one tell me why this is. Thanks alot.


probably violating table definitions. try stepping through the queries
manually and ensure the warnings are set to on (docmd.setwarnings
true). Read the append query notices and check what they say.

Jun 7 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

16
by: Michael | last post by:
I have a data application in a2k that I need to create two fixed width text files and then combine them to a single file The first file is header information and the second is transaction data. ...
2
by: freeagent | last post by:
Help!! I am a complete Access newbie and I have to concatenate about 30 tables into one large table. All these tables have the same column headings as each other. For example, I have TABLE...
6
by: Access Newbie | last post by:
I'm using Access 2000 and I'm trying to create a pass-through query to append all the data from a local table to a remote table. I'm using the SQL query editor in MS Access to create the query (I...
1
by: mar10 | last post by:
Hi - I have an Access 2000 database. Due to the way that tables flow and the way the user wants to enter data I'm trying to do the following - create a form that is NOT linked to a table. I...
3
by: MLH | last post by:
I have a query, qryAppend30DayOld260ies that attempts to append records to tblCorrespondence. When run, it can result in any of the following: appending no records, appending 1 record or appending...
7
by: PC Datasheet | last post by:
Looking for suggestions ---- A database was designed for a national automobile inspection program. In it's simplest form, the database has two tables: TblOwner OwnerID <Year/Make/Model owned...
4
by: John A Grandy | last post by:
could someone explain the following to me : Appending the literal type character I to a literal forces it to the Integer data type. Appending the identifier type character % to any identifier...
1
by: Parasyke | last post by:
How can I, without using Replication technology, append a table in my master database from data in another database? I have several field offices with sales data that I want, on demand, to append...
7
by: Dev1 | last post by:
All- I have two tables, A(Company) and B(Owner). I want to import the excel sheet into a temp table. Second I want to write two append queries that will append records to the company table and...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
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...

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.