I
Iftekhar
Is there any way to use a single Date/Time field from a
table e.g. MyDateTime (Format: General Date) on a form
using two text boxes e.g. MyDate and MyTime (both bound to
the same field). MyDate is used to enter/edit Date i.e.
08/30/03 and MyTime is used to enter/edit Time i.e. 09:00
AM of the same field. My application too much uses
date/time comparisions and currently I am using CStr
function to make a string of date and time.
Regards
table e.g. MyDateTime (Format: General Date) on a form
using two text boxes e.g. MyDate and MyTime (both bound to
the same field). MyDate is used to enter/edit Date i.e.
08/30/03 and MyTime is used to enter/edit Time i.e. 09:00
AM of the same field. My application too much uses
date/time comparisions and currently I am using CStr
function to make a string of date and time.
Regards