We recently upsized an Access database to SQL Server. It was not as bad as I thought it would be, and all the forms and reports and queries, etc. work. However, there is one issue that remains unresolved and I respectfully request guidance on how to address it. In access we stored the date and time in separate fields. When we upsized we tried to do the same. We are using ASP to get the data into the SQL tables, but have not been able to store a time. It keeps stating that the data is in the wrong format. We have tried 24 hour format (13:00) as well as AM/PM (1:00 PM), with no luck. Is there an easy solution. What am I overlooking?
Thanks!
Ken