object to indicate project status on data entry form

G

Guest

I have a large project with many people entering data into a database. (The
records are actually already in the database, but the project staff are
filling in missing data.)

I would like to have on the data entry form an object of some sort that
would show (1) the total project progress, and (2) that individual person's
contribution. I envision this being a thermometer-type graphic, like they
have for fundraisers and such. There would be one thermometer for each of
the two stats described above.

The form is currently set up so that when each staff member is working, the
form looks up their network id and therefore knows who they are. After each
record is entered, the staff click a button which locks the record and enters
their last name in a field, indicating that the record has been completed.
When each person logs on, a global variable (mylastname) is set to their last
name. So I want to somehow have Access show a thermometer where the size of
the thermometer represents the total number of records, and the "mercury" in
the thermometer is at the level representing the percentage of records where
mylastname = the ANALYST field. Then a second similar thermometer showing
the percentage of all records where the ANALYST field is not blank (i.e.,
total progress).

I worked on a project a few years ago (run by someone who I unfortunately
can't get a hold of), that had this type of small thermometer graphic on her
data entry form. It helped give us a sense that we were making progress, and
even instilled some amount of competition amongst the team members. It
definitely motivated some people. If anyone has any idea how to work
something like this up, please let me know.

Alternatively, even if you know how I could just get numbers and percentages
to show up, that would be great too!

Thanks,
T
 
R

Ron2006

A sum/group query can give you counts or sums and compute percentages
etc. as long as you set up the criteria you want and maybe do some
conditional sums/counts.

It does not even have to be visible, and or you can use a dLookup on
it.

I have not seen it translated into a psuedo graphic. But if you have
the numbers, maybe a search on progress bar would give you some ideas.
I have seen progress bar examples mentioned.

If you have a percentage you can translate that into a percentage of a
fixed length label, giving you a progress bar. (or percentage of a
fixed height of a label)

Hope that gave you some ideas.

Ron
 
E

eos

AUTO-REPLY From George Levitt

Please allow this to confirm a system receipt of your e-mail.

I am out of the office until Wednesday morning (1/12/05) and will not be
reviewing or responding to email or voicemail until that time.

I look forward to replying to your message on Wednesday.

Thanks and warmest regards, George
 

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