Big Monkey
Active Member
- Joined
- Nov 5, 2005
- Messages
- 255
Hi! This forum has been a god send. I learned tons of Excel stuff here and actually got a promotion thanks to the things I've learned and implemented at work.
That said, I know zero about Access and am wanting to learn it. I'm definitely going to invest in that book on the sticky thread next week.
Anywho, here is what I am trying to do:
I pull data from a source and it is downloaded in CSV format. The fields are as follows:
Date, E-mail Address, Q1, Q2, Q3, Q4, Q5, Reference Number
The Q's stand for "Question" This is survey information and I have to compile weekly results. I've been using Excel fine to generate averages and weekly/monthly graphs.
However, now I've been asked to create Year To Date information. I get about 30,000 records every month and Excel can only handle 65536 rows per worksheet.
I wanted to see if I could somehow convert this process in to Access and work from there instead.
-I have macros that convert the question replys from text to numbers. Is it possible to import from a CSV file and add a record in Access with the conversion already? Or once the records are imported, can a macro be run on certain columns to convert the text to numbers? Say if the text is "Average", change that to a "3."
-If the first part is doable, does Access do graphing at all?
-I have 3 separate workbooks for this. I have two vendors I keep track of and then a 3rd workbook that combined both of their data for an overall average. I suppose I would need to keep two separate tables with data, but what would I need to do to get a report that combines both? I think I've read somewhere about relational databases or tables or something. Like I can link one table to another. Or would that be part of the report...or part of a query?
I guess these must be really simple questions if anyone experienced reads them. What did you guys do to teach yourselves more about Access? Any help will be appreciated.
That said, I know zero about Access and am wanting to learn it. I'm definitely going to invest in that book on the sticky thread next week.
Anywho, here is what I am trying to do:
I pull data from a source and it is downloaded in CSV format. The fields are as follows:
Date, E-mail Address, Q1, Q2, Q3, Q4, Q5, Reference Number
The Q's stand for "Question" This is survey information and I have to compile weekly results. I've been using Excel fine to generate averages and weekly/monthly graphs.
However, now I've been asked to create Year To Date information. I get about 30,000 records every month and Excel can only handle 65536 rows per worksheet.
I wanted to see if I could somehow convert this process in to Access and work from there instead.
-I have macros that convert the question replys from text to numbers. Is it possible to import from a CSV file and add a record in Access with the conversion already? Or once the records are imported, can a macro be run on certain columns to convert the text to numbers? Say if the text is "Average", change that to a "3."
-If the first part is doable, does Access do graphing at all?
-I have 3 separate workbooks for this. I have two vendors I keep track of and then a 3rd workbook that combined both of their data for an overall average. I suppose I would need to keep two separate tables with data, but what would I need to do to get a report that combines both? I think I've read somewhere about relational databases or tables or something. Like I can link one table to another. Or would that be part of the report...or part of a query?
I guess these must be really simple questions if anyone experienced reads them. What did you guys do to teach yourselves more about Access? Any help will be appreciated.