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

Merge Multiple tables to One Table MS Access

58 32bit
If i made 3 tables
One Personal Data
Two Academic Data
Three Fee Data

How i can Add all these table data to One table?

should i make fourth table ?

or query will make a table for all three table and report?
Sep 29 '20 #1

✓ answered by isladogs

Keep the tables separate.
If the records are related, create a select query joining the tables.
If they are completely unrelated but have the same fields, use a union query.

3 3879
twinnyfo
3,653 Expert Mod 2GB
ZKAHADI,

My advice for you would be not to combine these three tables into one. Keep them separate.

If you need to display all data at one time, do so using a query and display on a report or form.

Hope this hepps!
Sep 29 '20 #2
ZKAHADI
58 32bit
yes my main question is that what you are saying. but how made query simple, cross tab, update , append which one?
Sep 30 '20 #3
isladogs
455 Expert Mod 256MB
Keep the tables separate.
If the records are related, create a select query joining the tables.
If they are completely unrelated but have the same fields, use a union query.
Sep 30 '20 #4

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

Similar topics

3
by: svdh2 | last post by:
I have been looking at a problem the entire week in access, I have still not been able to find a solution. Hope that you could maybe tell where to look Concerns the link between Access and Word....
3
by: Katrina | last post by:
I am trying to write a piece of code that will search through a number of different tables (current one being tableNm) to look for a specific street name that has been entered by the user and saved...
3
by: bader | last post by:
I need some assistance with a format in Access. I need several tables to use the same pool of autogenerated numbers (badge numbers) and automatically fill that value upon each record generation. I...
1
by: tezza98 | last post by:
I need some help. Im using a dtsrun command to import 9 tables into an Access database, most of the tables have about 1000 rows, but one has 20000+ rows and grows everyday. Im Using Access 2003...
5
by: Kimg0123 | last post by:
I would like to be able to append data from multiple tables into a single summary table using either an event procedure for the On Load or On Open properties on a form, but cannot seem to figure this...
2
by: danorourke99 | last post by:
Hi, In my Access database I have a table (dbo_000_DataCubeProcessing) which contains a list of tables that I need to export to Excel on a regular basis along with a checkbox for each. Once I...
2
by: SeaAnne | last post by:
Hei :) I'm fresh in Access. I'm creating a form whose first step is to import 3 files from Excel into existing tables.I want to ask the user the file path of each file and then import them to 3...
7
by: ZZEE | last post by:
Hello, I have an access database with 50 tables. I am looking to export all tables into a folder on my computer. The issue I'm having is the data in access has carriage returns or line breaks on...
5
by: jnordfors | last post by:
Hi, I am using Access 2013 to do this. I am trying to come up with a way to export multiple tables/queries to different excel or text files automatically when a user pushes a button on a form...
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: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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
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
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

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.