X
Xavier
Hello,
About a year ago, I wrote for our company a timesheet management
application. This was my first Access application and of course, even with
careful thinking, some design decisions proved to be unefficient. The
application is split in two access files. The first one contains the UI and
the logic, while the second one, residing on a server, only contains tables
and records.
I wrote a v2.0 of the UI without problem. I also wrote a v2.0 of the data
file and there I had to modify the data type used by some records in a
couple of tables. Everything now works as excepted but I face the following
migration problem: I need to get the timesheet history in my v2.0
application. Therefore I need to be able to map some fields that were purely
text data type in v1.0 and that should now be Currency data type.
Is there a way to import data and apply some conversion filters, or do I
have to copy the data over and then go back in design mode and change the
data types. I googled the subject but couldn't find any relevant
information.
Any help or pointer would be appreciated.
Thanks,
Xavier
About a year ago, I wrote for our company a timesheet management
application. This was my first Access application and of course, even with
careful thinking, some design decisions proved to be unefficient. The
application is split in two access files. The first one contains the UI and
the logic, while the second one, residing on a server, only contains tables
and records.
I wrote a v2.0 of the UI without problem. I also wrote a v2.0 of the data
file and there I had to modify the data type used by some records in a
couple of tables. Everything now works as excepted but I face the following
migration problem: I need to get the timesheet history in my v2.0
application. Therefore I need to be able to map some fields that were purely
text data type in v1.0 and that should now be Currency data type.
Is there a way to import data and apply some conversion filters, or do I
have to copy the data over and then go back in design mode and change the
data types. I googled the subject but couldn't find any relevant
information.
Any help or pointer would be appreciated.
Thanks,
Xavier