C
Cornish Teeth
I am new to Access and trying to figure out somehthing that is probably a simple thing. On a form, I have 4 inputs that denote downtime for a machine that I am running (DT SETUP, DT MAINT, DT ELEC, DT REG). I want to tally the total, show it on the form, and also put the amount in my table under TOTAL DOWNTIME for later "querying." The problem that I am having is that I can get it to total on the form using the formula below. The formula is placed in the Control Source of my TOTAL DOWNTIME info. Once it tallies the total, why can I get it to go to the table under TOTAL DOWNTIME. What am I missing?
=Sum([DT SETUP]+[DT MAINT]+[DT ELEC]+[DT REG])
Another thing is the problem with decimal placement. In each of those 4 inputs I need the number to be in decimal format (ex. 1.25) I type 1.25 and the form displays 2.00. Why
If someone needs my database to view, please just ask
V/R
Cornish Teet
=Sum([DT SETUP]+[DT MAINT]+[DT ELEC]+[DT REG])
Another thing is the problem with decimal placement. In each of those 4 inputs I need the number to be in decimal format (ex. 1.25) I type 1.25 and the form displays 2.00. Why
If someone needs my database to view, please just ask
V/R
Cornish Teet