I have decent knowledge of Access for some data conversions I've done however only used it as a stepping stone so to speak. But I am curious if I can handle everything within Access from a conversion standpoint. I am a database/conversion analysis on Mainframe systems (IBM os/400 or the I Series as they are now). I program in RPGILE and have been doing this for 17 years. Currently when I get data from a client, I use Access to cut cross references for fields in my programming. Example is a patient's religion. On whatever system they are coming from it could be spelled out as Baptist (just throwing one out there) or as BAP etc. On our system it's a 2 character code and could be BT. I use Access to query the file and select all the codes being used on their system and export those out into a new table with 2 fields, one being the code I just pulled, the 2nd just a blank text field. I typically dump these into excel as cross reference files are generally small. I think the largest will be doctor numbers as they can go into the hundreds. When they send them back I use excel to isolate the fields to upload to our development box and my programs to handle accordingly. As the code simply will take the old code, chain to the x-ref file, then take the new code and build the record in our table.
Now what I would like to know, can Access with using VBA be able to handle everything from a programming/conversion development standpoint? I am further developing my skill set with both access and Visual Basic and thought this could be a good project to learn/grow from.
Now more details, I'll throw out 1 table that is part of a conversion. There are many and most especially in dealing with Account receivables that deal in calculations updating fields in a table, and exceed millions of records which throws MS Excel out the window. A payment/adjustment or any other transaction file can easily be 2 million or more records being processed. However to play with this and develop my skill set along the way I want to start with a simple demographic file. I feel this will give me the answers I need if it can be done and the amount of time it will take to process it in relation to my programs on the os/400.
So with that said, and hope I made senseI want to take a incoming table of a patient demographic record. It'll contain his/her name, address, city/state/zip, phone info, email info, family physician information, medical record/chart number, ER contact information, race, sex, religion, martial, contact relationship to patient codes (all these would need to be x-reffed by program unless query can handle), then using that information in a sense map and drop into a new table using VBA to modify patient name (as in some cases it comes first, last, middle however on our system it's last, first, middle), and using VBA to strip out any unwanted codes in address information, making everything uppercase etc.
Can Access handle this? And information on where to look to learn how? As I do have smaller files that are handle in financials that I may reach out to Access to use instead of writing RPG programs if it will be better suited.
Thanks