G
Guest
I have done a little bit of coding, but I am not totally familiar with the
syntax for Access, nor the setting up of a module. I am taking a dos
database and upgrading it to Access so that it can run smoothly on an XP
computer. All the tables and relationships are set, and so is the
switchboard interface with Macros. However, there are a few things I need to
learn for programming purposes.
1) I need to have a temporary storing unit (temporary database) that uploads
the information into the main database at the end of each day after
inspection.
2) During this upload I need to parse some digits out of a field, (example
XXXXABCD) ,where the ABCD would be parsed to trigger a round trip mileage and
add it to the units current mileage. The last four digits indicates the
route and it is linked to a database that holds the round trip mileage.
There will probably be more to code, but I am hoping that whatever help I
get with this will enable me to understand it enough to figure out most of
the other stuff needed. Thank you very much and have a great day!
syntax for Access, nor the setting up of a module. I am taking a dos
database and upgrading it to Access so that it can run smoothly on an XP
computer. All the tables and relationships are set, and so is the
switchboard interface with Macros. However, there are a few things I need to
learn for programming purposes.
1) I need to have a temporary storing unit (temporary database) that uploads
the information into the main database at the end of each day after
inspection.
2) During this upload I need to parse some digits out of a field, (example
XXXXABCD) ,where the ABCD would be parsed to trigger a round trip mileage and
add it to the units current mileage. The last four digits indicates the
route and it is linked to a database that holds the round trip mileage.
There will probably be more to code, but I am hoping that whatever help I
get with this will enable me to understand it enough to figure out most of
the other stuff needed. Thank you very much and have a great day!