Hi i'm making an HR app to keep track of Staff Sickness, Annual Leave and Personal info. I'm currently trying to do some calculations using short date values, to do this i'm reading the dates from a table into a listBox and then transfering the value into a temporary txtBox do the calcualtion display the result and then save the result back to my table. The problem i'm having is passing the value from the listBox into a txtBox. I just can't get it to work and i've tried everything I can think of.
'This just doesn'twork
txtDateTemp2.Value = listLastDaySick.Column(0)
Iknow this is a really simple problem i'm just stumped. Any help would be greatly appreciated.
P.S. Is what i'm trying to do just plain stupi is there a much simpler way to work with dates in tables?
'This just doesn'twork
txtDateTemp2.Value = listLastDaySick.Column(0)
Iknow this is a really simple problem i'm just stumped. Any help would be greatly appreciated.
P.S. Is what i'm trying to do just plain stupi is there a much simpler way to work with dates in tables?