have either a Calculated Expression or User Input

G

Guest

Good Day All,

I have a query that I am using to calculate hrs worked, but sometimes the
user needs to just enter a number of hrs if it was a random job.

I have MondayStart, Mondaystop, totalhrs(calculated). how can I set it ups
so that the user can manually enter a number into the totalhrs field for my
billing calculation?

Is this clear?

should I have separate fields for these two?

Thanks,

Brook
 
J

John Vinson

Good Day All,

I have a query that I am using to calculate hrs worked, but sometimes the
user needs to just enter a number of hrs if it was a random job.

I have MondayStart, Mondaystop, totalhrs(calculated). how can I set it ups
so that the user can manually enter a number into the totalhrs field for my
billing calculation?

Is this clear?

should I have separate fields for these two?

Thanks,

Brook

You could "push" the calculated TotalHrs into the textbox in the
AfterUpdate event of MondayStart and MondayStop.

(I hope you don't have table fields named Monday/Tuesday/Wednesday/...
start and stop!!)

John W. Vinson[MVP]
 

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