B
Bunky
I have a third party application I link to via and OBDC connection to
retrieve call data information. I also have another application that we
import the forecast data from. The forecast information contains a timestamp
that I have been able to break down into a MM/DD/YY and then further get down
to the Time interval using TimeValue([timestamp]) The call data has a date
field that is defined as a text on the import and the time interval is
defined as a number. I used CDate on the text field to get MM/DD/YY then
went further using TimeValue([datefield]) to get the time interval. When I
try to join these two tables, some of the data is missed. I think my problem
is the dates and Time intervals but I really do not know how to define them
so they can be joined. Ideas?
retrieve call data information. I also have another application that we
import the forecast data from. The forecast information contains a timestamp
that I have been able to break down into a MM/DD/YY and then further get down
to the Time interval using TimeValue([timestamp]) The call data has a date
field that is defined as a text on the import and the time interval is
defined as a number. I used CDate on the text field to get MM/DD/YY then
went further using TimeValue([datefield]) to get the time interval. When I
try to join these two tables, some of the data is missed. I think my problem
is the dates and Time intervals but I really do not know how to define them
so they can be joined. Ideas?