R
Ruth
I'm using Access 2K working in an existing database.
My client is working with another contractor who has developed a web
interface for time entry. I'm responsible for integrating their work
into the existing DB. The web form writes the data (on save) to a
table in the Access DB. The new table ([Entry])does not follow the
structure/format of the previous time entry table ([TechHours])so I'm
having to work around some issues to import the old data into the new
table (so that historical data will still be available for reporting,
investigation, etc.).
The contact person here specified that they did not want to have to
enter a colon in time entry-- using a "true" military time format.
(0400, rather than 04:00). While Access will allow you to display
"true" military time, it forces you to enter the colon during data
entry. The other contractor wanting to oblige the client separated
time and date (current table uses one "Start" field to display time
and date values). In order for the field to NOT require a colon, he
made it a number field. I am trying use the [StartDate] field to
create a number value for the [StartTime] field in military format.
Any type of update query I've tried has resulted in data mismatch
errors.
Any suggestions?
Thanks,
Ruth
My client is working with another contractor who has developed a web
interface for time entry. I'm responsible for integrating their work
into the existing DB. The web form writes the data (on save) to a
table in the Access DB. The new table ([Entry])does not follow the
structure/format of the previous time entry table ([TechHours])so I'm
having to work around some issues to import the old data into the new
table (so that historical data will still be available for reporting,
investigation, etc.).
The contact person here specified that they did not want to have to
enter a colon in time entry-- using a "true" military time format.
(0400, rather than 04:00). While Access will allow you to display
"true" military time, it forces you to enter the colon during data
entry. The other contractor wanting to oblige the client separated
time and date (current table uses one "Start" field to display time
and date values). In order for the field to NOT require a colon, he
made it a number field. I am trying use the [StartDate] field to
create a number value for the [StartTime] field in military format.
Any type of update query I've tried has resulted in data mismatch
errors.
Any suggestions?
Thanks,
Ruth