Import data, generate monthly report

U

utahleo

I need some help from people more knowledgeable then I. I need some suggestions on how I can do this task

Here it goes

I have a group of mobile users who generate daily stats. I need to have something in place which will allow the mobile users to enter their stats online, then send the information to their respective supervisor. Then on the supervisors end, I need the data sent from the mobile user to be imported into another database/worksheet or whatever, and calculate the numbers for each of their subordinates each month

Example

User A Has the following stats for Day 1 in the month

Community Contacts:
Dispatched Calls:
Assists:
Initials:

At the end of the day, User A will need to send this information to his/her supervisor (Supervisor B

Supervisor B will recieve this information somehow and place it into a worksheet for the month. Supervisor B will recieve this type of information for about 10 other Users, and will need to place these stats onto a worksheet for each user. Then supervisor B will send a report to command staff showing the months stats for all of his users

Ideally, and if its not to difficult, I would like to have this process automated to where the mobile users input there stats and the information is collected for the month automatically. Then the supervisor can individually select the users in his squad and generate a report for his squads stats each month

We currently do this on paper. The users will turn in a daily stat sheet to their supervisor and the supervisor enters the information on a spreadsheet each month. I've taken on the task of how to automate this whole process, but I don't know enough about excel or access to try and make it work. Hints will be greatly appreciated. I hope this makes sense. If not e-mail me and I will explain further

Thanks.
 
J

John Nurick

Hi Leo,

This may not be as simple as it seems. First, two questions:

Do all the users have Internet access at all times they need to enter
data? If so, you could use a database running on a web server: the users
would log in to enter their data (using their web browser), and the
supervisor would log in to generate the reports.

If not, you'll need an application running on each user's computer to
capture the data as it's entered and store it until it can be uploaded
(e.g. by email) to the supervisor's system. In this case it becomes
relevant whether the users have Access on their computers.

If they do, one way to do this is to have two databases: one for the
users - with a copy on each machine - and one for the supervisor. The
users enter data into their database and at the end of the day press a
button which causes the database to bundle the day's data into an email
and send it to the supervisor.

The supervisor's database then has a system for importing the emailed
data and generating reports as needed.

If the users don't have Access, it's possible to use an Excel or Visual
Basic application for the data entry.



I need some help from people more knowledgeable then I. I need some
suggestions on how I can do this task.
Here it goes.

I have a group of mobile users who generate daily stats. I need to have
something in place which will allow the mobile users to enter their
stats online, then send the information to their respective supervisor.
Then on the supervisors end, I need the data sent from the mobile user
to be imported into another database/worksheet or whatever, and
calculate the numbers for each of their subordinates each month.
Example:

User A Has the following stats for Day 1 in the month:

Community Contacts: 5
Dispatched Calls: 4
Assists: 7
Initials: 2

At the end of the day, User A will need to send this information to
his/her supervisor (Supervisor B)
Supervisor B will recieve this information somehow and place it into a
worksheet for the month. Supervisor B will recieve this type of
information for about 10 other Users, and will need to place these stats
onto a worksheet for each user. Then supervisor B will send a report to
command staff showing the months stats for all of his users.
Ideally, and if its not to difficult, I would like to have this process
automated to where the mobile users input there stats and the
information is collected for the month automatically. Then the
supervisor can individually select the users in his squad and generate a
report for his squads stats each month.
We currently do this on paper. The users will turn in a daily stat
sheet to their supervisor and the supervisor enters the information on a
spreadsheet each month. I've taken on the task of how to automate this
whole process, but I don't know enough about excel or access to try and
make it work. Hints will be greatly appreciated. I hope this makes
sense. If not e-mail me and I will explain further!
 
U

utahleo

Hi John

Thank's for the response. To answer your questions: Not all users will have MS Access on their machines, but all do have Internet access. So any ideas how the web based feature would work? That seems to be the more feasible option. I guess I could learn the Visual Basic stuff, but that maybe too time consuming right now

Thanks

----- John Nurick wrote: ----

Hi Leo

This may not be as simple as it seems. First, two questions

Do all the users have Internet access at all times they need to ente
data? If so, you could use a database running on a web server: the user
would log in to enter their data (using their web browser), and th
supervisor would log in to generate the reports.

If not, you'll need an application running on each user's computer t
capture the data as it's entered and store it until it can be uploade
(e.g. by email) to the supervisor's system. In this case it become
relevant whether the users have Access on their computers.

If they do, one way to do this is to have two databases: one for th
users - with a copy on each machine - and one for the supervisor. Th
users enter data into their database and at the end of the day press
button which causes the database to bundle the day's data into an emai
and send it to the supervisor.

The supervisor's database then has a system for importing the emaile
data and generating reports as needed.

If the users don't have Access, it's possible to use an Excel or Visua
Basic application for the data entry



On Fri, 21 May 2004 22:16:04 -0700, "utahleo" <[email protected]
wrote
I need some help from people more knowledgeable then I. I need some
suggestions on how I can do this tasksomething in place which will allow the mobile users to enter thei
stats online, then send the information to their respective supervisor
Then on the supervisors end, I need the data sent from the mobile use
to be imported into another database/worksheet or whatever, an
calculate the numbers for each of their subordinates each month
Dispatched Calls:
Assists:
Initials:
worksheet for the month. Supervisor B will recieve this type o
information for about 10 other Users, and will need to place these stat
onto a worksheet for each user. Then supervisor B will send a report t
command staff showing the months stats for all of his usersautomated to where the mobile users input there stats and th
information is collected for the month automatically. Then th
supervisor can individually select the users in his squad and generate
report for his squads stats each monthsheet to their supervisor and the supervisor enters the information on
spreadsheet each month. I've taken on the task of how to automate thi
whole process, but I don't know enough about excel or access to try an
make it work. Hints will be greatly appreciated. I hope this make
sense. If not e-mail me and I will explain further
-
John Nurick [Microsoft Access MVP

Please respond in the newgroup and not by email
 
J

John Nurick

Sorry, Leo, this isn't an area I've got into yet. As far as I know a lot
depends on what services your web server offers, but I get the
impression that ASP.NET may be the technology to use.

Hi John!

Thank's for the response. To answer your questions: Not all users will
have MS Access on their machines, but all do have Internet access. So
any ideas how the web based feature would work? That seems to be the
more feasible option. I guess I could learn the Visual Basic stuff, but
that maybe too time consuming right now.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top