Time field conversion to SQL 2000

M

Magnus

I have an Access 2000 db that I want to upsize to SQL
server 2000. Some fields are of date/time data type and
show only time in hours and minutes, These fields will
not convert. What should I do??? (Fields of date/time
type that show short date will convert.) Thanks a M for
your help.

Magnus
 
J

Joe Fallon

Add a phony date to them.
Usually the system minimum is used.
(Sometimes the max.)
Depends on what you need.

Once the data is stored in SQL Server you can still display just the hours
and minutes.

Actually,
Access *does* store the date/time field with a date. So you may not be
displaying it but it is there.
(Unless the data type in Access isn't date/time at all but Text.)
So they should convert.
 
M

Magnus

Thanks!

Will try that.

Take care!

Magnus

-----Original Message-----
Add a phony date to them.
Usually the system minimum is used.
(Sometimes the max.)
Depends on what you need.

Once the data is stored in SQL Server you can still display just the hours
and minutes.

Actually,
Access *does* store the date/time field with a date. So you may not be
displaying it but it is there.
(Unless the data type in Access isn't date/time at all but Text.)
So they should convert.
--
Joe Fallon
Access MVP






.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top