G
Guest
How do I format a DataSet (DS), generated from Access, which loads a Textbox
(TB) to only show the date in the TB instead of the date and the time?
Details:
My TB is filled by a DS containing the Date column from an Access file (i.e.
DS - TableName.DateIn). Access file only shows date (no time). Originally,
this date column was a string so I
1. Changed the column DataType in Access to a Date/Time
2. Changed Visual Studio DS schema and selected Date for field
I've tried things like mm/dd/yyyy and "short date" in Access format field
for column.
(TB) to only show the date in the TB instead of the date and the time?
Details:
My TB is filled by a DS containing the Date column from an Access file (i.e.
DS - TableName.DateIn). Access file only shows date (no time). Originally,
this date column was a string so I
1. Changed the column DataType in Access to a Date/Time
2. Changed Visual Studio DS schema and selected Date for field
I've tried things like mm/dd/yyyy and "short date" in Access format field
for column.