D
dibblm
I have a form with 4 columns of 31 text boxes. These are used for
calculating time in and time out.
example of one row..
<Text Box1> <am/pm drop down1> <text box 2> <am/pm2> <Label showing
results1>
<Text Box3> <am/pm drop down3> <text box 4> <am/pm4> <Label showing
results2>
<Text Box5> <am/pm drop down5> <text box 6> <am/pm6> <Label showing
results3>
<Text Box7> <am/pm drop down7> <text box 8> <am/pm8> <Label showing
results4>
after someone enters a time in and a time out I need the results to display
in the label for each row.
Instead of writing code for the event ( after lost focus on the last am/pm)
for each row. like such.
textbox1 + textbox2 = label 1 (But alot more in depth) Can i write a
function that can be called so I dont have to specify each and every text
box and return the results to every label?
calculating time in and time out.
example of one row..
<Text Box1> <am/pm drop down1> <text box 2> <am/pm2> <Label showing
results1>
<Text Box3> <am/pm drop down3> <text box 4> <am/pm4> <Label showing
results2>
<Text Box5> <am/pm drop down5> <text box 6> <am/pm6> <Label showing
results3>
<Text Box7> <am/pm drop down7> <text box 8> <am/pm8> <Label showing
results4>
after someone enters a time in and a time out I need the results to display
in the label for each row.
Instead of writing code for the event ( after lost focus on the last am/pm)
for each row. like such.
textbox1 + textbox2 = label 1 (But alot more in depth) Can i write a
function that can be called so I dont have to specify each and every text
box and return the results to every label?