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

Multi-Table Report or Form

I have 78 different classes in Excel that are linked into Access 2013 as individual tables. Each Table has Student name, class name, instructor name, certification #, Class date, and expiration date.

I need to create a Report or Form that I can enter a Students name, and it will pull up all classes that the student has taken through all 78 tables (aka classes).

I would like a blank form that I can go into at any given time and pull up any given student upon demand, and generate results. But the concept feels like a report, not a form.

Please guide me in the right direction.
Feb 19 '15 #1
7 1759
Seth Schrock
2,965 Expert 2GB
You really need to look at Database Normalization and Table Structures. Because the maximum number of tables in a query is 32, you can't even create a UNION query to combine them all before running your search. What I would do is create a table with all the fields that you currently have plus one for the class name. You can then import all the data from your classes into the new table along with the class ID. You can then easily run a query with a WHERE clause to filter the results by class name, student name, instructor name, etc.
Feb 19 '15 #2
I understand how that would work for what I have, however, the reason for the tables being linked from excel, is we hold several classes every week and we need to be able to search all of the updated information.

If I take the information and create a new table, it will not include current and future students that will be added by another person in the office.
Feb 20 '15 #3
Seth Schrock
2,965 Expert 2GB
This can be automated so that you can pull the current info each time. Obviously this would increase the amount of time it takes, but it would work. Another option would be to combine the Excel spreadsheets and have the class ID as another field. This would actually probably be the best option. Another option would be to ditch Excel and manage it completely within Access.

The only other option that I see as possible (however, not at all efficient) would be to search each table and insert the records found into a Results table. This would be searching 78 table individually and then copying the data and then viewing the data.
Feb 20 '15 #4
Awesome! I will give it a try then with the option to be automated. Im ok with the time it takes, as long as the boss gets what she wants.

Each Excel document has about 1000+ records, so i wouldnt want them to all be in one document anywhere.

We are willing to train co workers to use Access, but they make a big deal, because anything new is scary :p

Thank you for your guidance, I will let you know if I run into troubles along the way!
Feb 20 '15 #5
NeoPa
32,556 Expert Mod 16PB
Please may I add my advice here.

I am very experienced in both Access and Excel and I would say that sticking with Excel for this task is likely to lead you down an ever narrowing road until you get to the point where you simply can't proceed any further on your current path. At this point you'll need to start again from where you are now and give some serious consideration to exactly what your real constraints are.

I would suggest it would be wiser to do that at this point instead and find a solution that is viable going forwards.

What are your constraints?
What about the environment means that it cannot be worked on by multiple parties?

NB. While Excel may start to struggle at around 100,000 records if designed properly, Access typically handles many more records without batting the proverbial eyelid.

I can't tell you what your best solution is as I don't understand your environment clearly enough. Once you do though, you'll be in a better position to choose your way forward.
Feb 24 '15 #6
In Excel, each class is designated a tab.
Each Tab is linked into Access as a table.

The boss wants the secretary to continue utilizing Excel to keep track of class details. The boss also wants Access to be a backup so she can run reports of her own. So Only the boss and myself need to be able to navigate Access.

Access is actually giving me issues, saying queries are too complex, and that the request exceeds the size limit.

The Excel Document is only 1600KB, and Access says certain requests is exceeding 2GB (?!!?) Not sure how that is even possible.

But I'm getting stuck, and boss s pushing for a deadline. Ugh.
Feb 25 '15 #7
twinnyfo
3,653 Expert Mod 2GB
AccessGirl5050,

If you have a Front End and Back End, the user (i.e. the secretary) should be able to enter all the necessary data using an Access Form (which does not require advanced Access knowledge or skills).

Based on the descriptions I am seeing in your original Post and the discussion, moving to Access-only would be the "best" solution, but would require a bit of effort on your part to make it user-friendly and simple to use for those who have to navigate it.

I also understand deadlines....

But we are here to help in whatever ways we can.
Feb 25 '15 #8

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

Similar topics

1
by: El_Embozador | last post by:
Hi , please can you tell how i can print an MS ACCESS Report form visual basic, i ned a sample code .. Thanks
1
by: Peter | last post by:
Dear all, Could you give me a hint? a) I generate a report from a query table, then I want to use this report to show the total numbers of the customers who buy the goods. There is a string...
1
by: Samuel | last post by:
Why my Crystal Report form works on the machine I installed VB.NET, not works on the machine without VB.NET? Thanks.
1
by: S. van Beek | last post by:
Dear reader, First of all a happy new year. In Report event there is the "On No Date" event but in a Form this event is not available.
3
by: Lennart Nielsen | last post by:
How can I access a textbox place on a Local Report? As far as I can see the Report is not "visible" from the main windows form. Lennart
0
by: neeraj | last post by:
Hi people's I developed One Windows application with some crystal Report I used my predefined crystal reports files for my application. I just take one crystal report viewer on form and set...
12
by: Sol | last post by:
Hi gurus, I work for an oil company and need to fix an old DB, which used to work once. It will help us poor operators to do a safer job. What it does: When maintenance on a vessel is planned, the...
1
by: kkshansid | last post by:
i have some crystal reports but no related forms i made new simple form and copy pasted contents of a crystal report form to this new form and changed Dim Report As New CrystalReport6 according to...
1
by: oswald raymonnd | last post by:
I have the form report what i wanted is to specifies the date like(2/3/2013 up to 7/3/2013)with in the same month but they suppose to giving the exactly what i requesting in the date selection and...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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
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: 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...

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.