Clownfish1980m
Clownfish8182m
- Local time
- Today, 07:23
- Joined
- Sep 18, 2009
- Messages
- 40
This is an unusual problem. My wife downloaded a file from the Virginia State Immunization Registry and wants to upload the file into their electronic medical records. It downloads the file into Excel except it added an “A” or “N” in front of the first name. We tried to use the “find and replace” but the file is so large that it would take forever to get done. We tried the find and replace the “A” with “” but it removes all the “A”s including those in the name. I figured that I could import the file into access and then come up with a VBA code to just remove the “A” or “N” from the first name either in the current field (FName) or create a second field (FName2). I could then build a query and export to excel. The first name would be correct and ready to upload. Does anyone have any suggested VBA code I could use to accomplish this? Thanks