Hold on a second...
If you simply imported data from Excel into Access, odds are very good that
your tables are not well-normalized (Excel data is spreadsheet data, is
rarely well-normalized due to the structural design of spreadsheets).
Before you try anything else, can you confirm whether your data tables are
well-normalized?
If "relational" and "normalization" are not familiar terms, plan on taking
the time to brush up on them before trying to make Access behave like a
spreadsheet. "Committing spreadsheet" on Access will only give you (and
Access) a headache!
Regards
Jeff Boyce
Microsoft Office/Access MVP
Okay I will worry about the front end vs. the back end after I get
everything else taken care of. I have alot of other things to do
first, as you can tell. So the data. The data is very much a mess.
I imported about 25 different spreadsheets with 150-200 records on
each spreadsheet into excel. The data was in different formats, some
critical fields in each record were missing or misspelled, and I have
been trying to cleanse it and make a functional database out of it,
despite my utter lack of knowledge of databases ( I was hoping I could
learn
) . The data is right now in one big table called Tickets.
In this Tickets table, I have a series of drop down fields with
specific options to choose from. These are the drop down fields:
1. Issue
2. System Adjustment
3. Manager
4. Resolved By
5. Satisfied
6. Accountability
7. Supervisor Initials
After these fields, I have the following:
1. Start Time
2. End Time
3. Description
4. If Other (This goes with Issue - There is an 'Other' option)
5. Credit
6. Adjusted Price
7. Account
8. Account
9. Original Details
10. Resolution
Now what I want to do is have this data stored in the back end and
have a front end for each specialist to enter new records into. To
organize the data and maintain the integrity of it from here on out, I
am under the impression I should have parent tables. With that
understanding, I wanted to split up all of the drop down fields into
other tables.
It is also important to know that, although for the drop down field
'Issue' listed above there are only currently about 10 - 15 choices
for specialists to choose from, there have been a total of 670
different entries in this field over the past 2 years. What I did
with this was I split the tickets table and I have a relationship
between it and my issues table with a boolean column I labeled current
in the issues table. If the issue is currently one we use, then the
box is checked.
I feel like I am trying to carve a diamond out of the rock with
this...lol- Hide quoted text -
- Show quoted text -