T
tsluu
I cant reference a property or method for a control unless the control has
the focus.
This error is triggered by the Change event when I reference .text property:
private Sub tbxStart_Change
If Not Trim(tbxTimes.Text & "") = "" And Not Trim(tbxStart.Text & "") =
"" Then
tbxEnd = tbxStart + tbxTimes
End If
end sub
I need the .text as the .value is different not an up to date figure. Is
there a work around.
the focus.
This error is triggered by the Change event when I reference .text property:
private Sub tbxStart_Change
If Not Trim(tbxTimes.Text & "") = "" And Not Trim(tbxStart.Text & "") =
"" Then
tbxEnd = tbxStart + tbxTimes
End If
end sub
I need the .text as the .value is different not an up to date figure. Is
there a work around.