D
Deevusone
Hi,
I'm a newb when it comes to access, so please bare with me. I'm trying
to generate a report for work and require the following information to
be displayed. I know i can use excel to create it but it's too manual
to do on a weekly basis.
I start off with importing the data from excel. The data from the
excel spreadsheet has several columns of information, ie: customer
account#, name, address, etc.
After importing the data from excel into a new table, i need to do a
count of all the data from the table. The tricky part (for me that is)
to this is that i need to group the data from one of the columns and
perform a count there. It's a little hard to explain.
for example, in the column that i'm trying to count has the following
information
dataset #1
invalid account number
account number not found
account number incorrect
dataset #2
rate invalid
tariff invalid
price not setup
i want to group dataset#1 and put them into a group called "Account
number issues" and produce the total number that falls under that
category.
then i want to group dataset#2 and put them into a group called
"Rate/Price issues" and produce the total number that falls under that
category.
But there's another issue to this. some of the data has the same info
which might make the record look unique, ie:
rate invalid; account number not found
rate invalid; price not setup
will the above data give me inaccurate number account?
the end result of the data should look something like this
AAA
account number issues: 10
rate price issues: 4
BBB
account number issues: 2
rate price issues: 23
CCC
account number issues: 56
rate price issues: 1
and how can i create this type of report?
Please help this newb!
I'm a newb when it comes to access, so please bare with me. I'm trying
to generate a report for work and require the following information to
be displayed. I know i can use excel to create it but it's too manual
to do on a weekly basis.
I start off with importing the data from excel. The data from the
excel spreadsheet has several columns of information, ie: customer
account#, name, address, etc.
After importing the data from excel into a new table, i need to do a
count of all the data from the table. The tricky part (for me that is)
to this is that i need to group the data from one of the columns and
perform a count there. It's a little hard to explain.
for example, in the column that i'm trying to count has the following
information
dataset #1
invalid account number
account number not found
account number incorrect
dataset #2
rate invalid
tariff invalid
price not setup
i want to group dataset#1 and put them into a group called "Account
number issues" and produce the total number that falls under that
category.
then i want to group dataset#2 and put them into a group called
"Rate/Price issues" and produce the total number that falls under that
category.
But there's another issue to this. some of the data has the same info
which might make the record look unique, ie:
rate invalid; account number not found
rate invalid; price not setup
will the above data give me inaccurate number account?
the end result of the data should look something like this
AAA
account number issues: 10
rate price issues: 4
BBB
account number issues: 2
rate price issues: 23
CCC
account number issues: 56
rate price issues: 1
and how can i create this type of report?
Please help this newb!