B
Bob
Hello:
I have an untyped dataset that uses an Access 2002 database.
For every record, it shows mm/dd/yyyy 12:00:00 AM in the textbox.
All I want to show is mm/dd/yyyy
I don't even know where it's getting the 12:00:00 AM from. I checked the raw
data in the table and only a short date is in each field but my app keeps
appending that 12:00:00 AM to every record.
I read many posts and I did change my type to Date instead of DateTime in
the parameter collection and Schema but to no avail.
TIA
Bob
I have an untyped dataset that uses an Access 2002 database.
For every record, it shows mm/dd/yyyy 12:00:00 AM in the textbox.
All I want to show is mm/dd/yyyy
I don't even know where it's getting the 12:00:00 AM from. I checked the raw
data in the table and only a short date is in each field but my app keeps
appending that 12:00:00 AM to every record.
I read many posts and I did change my type to Date instead of DateTime in
the parameter collection and Schema but to no avail.
TIA
Bob