N
Newbie1
When I push a button to go to the next record, IF TextBox76 is NOT empty and
has CHANGED,
I would like to stuff the date/time into TextBox75 and then combine
Textbox75, TextBox76, TextBox72 and TextBox77
These would then be added to TextBox74 (a log) and I would LIKE to have each
dta from the prev textboxes seperated with " | "
TextBox76 and TextBox77 are date/time
Most of this I can figure out, but I am not sure on how to test for EMPTY or
CHANGED (will I need a public varible?)
Thanks
has CHANGED,
I would like to stuff the date/time into TextBox75 and then combine
Textbox75, TextBox76, TextBox72 and TextBox77
These would then be added to TextBox74 (a log) and I would LIKE to have each
dta from the prev textboxes seperated with " | "
TextBox76 and TextBox77 are date/time
Most of this I can figure out, but I am not sure on how to test for EMPTY or
CHANGED (will I need a public varible?)
Thanks