473,396 Members | 2,151 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,396 software developers and data experts.

need to combine all 4 table to one form

1
i have 4 tables with one to many relationships. how can i make my form in access so it will display all the info at once. i know that i can do that up to 3 tables only.

Any ideas?

I try to do other forms and use buttons to filter data but still is not working.
Nov 23 '06 #1
3 3762
NeoPa
32,556 Expert Mod 16PB
Create the query of the data you want using Access's Design View.
When it does what you want, save it and have this as the source for your form.
Nov 23 '06 #2
MMcCarthy
14,534 Expert Mod 8TB
i have 4 tables with one to many relationships. how can i make my form in access so it will display all the info at once. i know that i can do that up to 3 tables only.

Any ideas?

I try to do other forms and use buttons to filter data but still is not working.
There is no rule that you can only use three tables. The rules are to do with the relationships between the tables not the amount of tables. There is a limit to the number of fields you can output from a query. I think it's 255 and you should never normally reach anywhere near that.

If you're not sure how to get the output you want then post the details of the structures of your tables (e.g. primary and foreign keys etc.) and we will try to help.

Mary
Nov 23 '06 #3
ADezii
8,834 Expert 8TB
i have 4 tables with one to many relationships. how can i make my form in access so it will display all the info at once. i know that i can do that up to 3 tables only.

Any ideas?

I try to do other forms and use buttons to filter data but still is not working.
Combine all 4 Tables into a single Query with the established Relationships existing for all the Tables. If these Relationships were pre-defined in the Relationships Window, this process will become automatic. Drop any Fields from all 4 Tables into the QBE Grid. Create a Form and set the Record Source property of this Form to the previously created Query. All the Fields that you previously dropped down into the Query Grid will now be visible in the View - Field List Option. Drag any of the Fields onto the Form. You can now reference the values of these Fields in Form View.

Hope this helps...
Nov 23 '06 #4

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

Similar topics

5
by: kmunderwood | last post by:
I am trying to combine "if match=" and "when test" I am a newbie, and have made both work separately, but I can not seem to combine them. This is my xml("index.xml")page(I can not change this,...
5
by: Alicia | last post by:
Hello everyone based on the data, I created a union query which produces this. SELECT ,,, 0 As ClosedCount FROM UNION SELECT ,, 0 AS OpenedCount, FROM ORDER BY , ;
5
by: Jamie Pittman via AccessMonster.com | last post by:
I have two tables with 5000 entries on them. One is based for regular time with several variables example (employee name, date,time in and out, code, customer, building) I have another table that...
1
by: mojo | last post by:
We have set up an Access database with tables x,y, & z where we would like to have multiple people entering data into a table x. Each person has an identical copy of the database on their PC's. ...
1
by: Rotten Spice | last post by:
Hello all, I am still pretty new to Access but I do have a grasp on some basic functions. I am having a problem with averaging and I think I'm trying to do something a little too complex and...
48
by: phillip.s.powell | last post by:
MySQL 3.23.58 - 4.0.17 (yep, several database server instances, don't ask) I have database Spring with table Students I have database Summer with table Students I am tasked to produce a...
46
by: Bruce W. Darby | last post by:
This will be my very first VB.Net application and it's pretty simple. But I've got a snag in my syntax somewhere. Was hoping that someone could point me in the right direction. The history: My...
15
by: DeanO | last post by:
I want to combine date field and autonumber field to make a Incident number field in access table and on an Access form
2
denny1824
by: denny1824 | last post by:
Hi everyone, Here is my problem. I have a Table Variable (I could easily turn it into a Temp Table instead) that will sometimes have rows that are identical except for one specific column. The...
1
by: bluereign | last post by:
Thank you for your assistance. I am a novice looking to JOIN and append or combine records from 2 current Tables into 2 new Tables named below. I have been able to JOIN Tables with the script...
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
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:
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
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,...
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
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
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.