G
Guest
Hi
I have a table which contains a field of type date/time.
for various reasons i have a form (unbound) and code behind needs to add a
record into table using values in unbound txt boxes. i get type mismatch
error as i have tried Dim the variable which contains the contents of the
unbound txt box as both string and tried date. there is not 'time' format.
How do i get this txt into the field. the contents of the txt box are for
example '01:15:35' ie 1hr 15mins and 35 secs.
Many Thanks
David
I have a table which contains a field of type date/time.
for various reasons i have a form (unbound) and code behind needs to add a
record into table using values in unbound txt boxes. i get type mismatch
error as i have tried Dim the variable which contains the contents of the
unbound txt box as both string and tried date. there is not 'time' format.
How do i get this txt into the field. the contents of the txt box are for
example '01:15:35' ie 1hr 15mins and 35 secs.
Many Thanks
David