D
Dennis Ruppert
Greetings
My Access/VBA learning process has been disjointed, spurred on by
necessity to my company, and hampered by time constraints to learn
properly. Consequently, I have learned some very complex stuff, yet I
am not up to par on some of the basics. Frustrating, and it makes it
difficult to ask for help. The most common answers I have recieved in
other newsgroups is most often: "Get this or that book and read....."
etc. Although this is obvious, it is not practical when under pressure
for results. I suspect I am not alone!
So, for the purpose of this post, please consider me a "newbie". But I
am not afraid of VBA. Whenever I get some sample code from someone, I
DO NOT use it until I understand it. I hope someone here can humor me,
and help me. I do keep learning, by asking questions. And I do plug
away at the books.....
I have an application that, in a nutshell, captures start and stop
times for workers in a production facility. The form uses the Now()
function, and the end result is a table with JobNo, StartTime,
EndTime, and ElapsedTime fields. I use the DateDiff function to
calculate the ElapsedTime.
I need a variety of reports. Other tables store information such as
PieceCount, OperatorName, WorkCentre, etc. I am able to get many of
these reports, using the Mod operator in my report source. But I am
stuck on the reports requiring calculations. For instance: ElapsedTime
divided by PieceCount equals AverageTimeEa.
Can anyone suggest a direction for me to go in? Should I be converting
all of this data to Decimal Numbers, doing the calculations, then
converting back to a Time format? Should I be doing this at a "query
level", or is there some functions I can use at the report level?
Ideally, I would like to end up with data I can export for others to
analyze, rather than results that are just formatted to read in a
printed report.
Can anyone suggest a "self help" source for me to research this
particular subject (Time). I have not been able to glean what I need
from Access Help.
And finally....I would be curious to hear the opinions of some of you
MVPs, regarding how Access handles Time. Surely this must be a very
common use of databases. Yet I have found it the most difficult area
of development. Is this just me?
Thanks in advance.... and sorry for the long-winded post!
Dennis
My Access/VBA learning process has been disjointed, spurred on by
necessity to my company, and hampered by time constraints to learn
properly. Consequently, I have learned some very complex stuff, yet I
am not up to par on some of the basics. Frustrating, and it makes it
difficult to ask for help. The most common answers I have recieved in
other newsgroups is most often: "Get this or that book and read....."
etc. Although this is obvious, it is not practical when under pressure
for results. I suspect I am not alone!
So, for the purpose of this post, please consider me a "newbie". But I
am not afraid of VBA. Whenever I get some sample code from someone, I
DO NOT use it until I understand it. I hope someone here can humor me,
and help me. I do keep learning, by asking questions. And I do plug
away at the books.....
I have an application that, in a nutshell, captures start and stop
times for workers in a production facility. The form uses the Now()
function, and the end result is a table with JobNo, StartTime,
EndTime, and ElapsedTime fields. I use the DateDiff function to
calculate the ElapsedTime.
I need a variety of reports. Other tables store information such as
PieceCount, OperatorName, WorkCentre, etc. I am able to get many of
these reports, using the Mod operator in my report source. But I am
stuck on the reports requiring calculations. For instance: ElapsedTime
divided by PieceCount equals AverageTimeEa.
Can anyone suggest a direction for me to go in? Should I be converting
all of this data to Decimal Numbers, doing the calculations, then
converting back to a Time format? Should I be doing this at a "query
level", or is there some functions I can use at the report level?
Ideally, I would like to end up with data I can export for others to
analyze, rather than results that are just formatted to read in a
printed report.
Can anyone suggest a "self help" source for me to research this
particular subject (Time). I have not been able to glean what I need
from Access Help.
And finally....I would be curious to hear the opinions of some of you
MVPs, regarding how Access handles Time. Surely this must be a very
common use of databases. Yet I have found it the most difficult area
of development. Is this just me?
Thanks in advance.... and sorry for the long-winded post!
Dennis