I am finalizing a project involving pulling data from Outlook to Access, where the source data is then parsed out to match a county-by-county query. There is one field on the table called ‘Categories’ that may have more than one County listed and my system depends on these counties being comma-separated (actually, like this: [Count], [County] <– comma and space seperated. I will get this formatting if people select the county list using the Categories button.
However, it is possible for someone to use '/' as a separator as that has been the 'old' way of doing things, so i'd like to test for this before building a new county-by-county list from the Outlook data. So, what i want to do is add some code to the table builder sub that selects the column holding the Categories information and do some search-and-replace stuff. I can find all sorts of things in VB Help re. recordsets, etc. but have not had much luck finding out how to specify a field in a recordset, and the search-and-replace routines i have found end up generating the Find dialog box, which is distracting at the least to end users.
as always, i find the online help a tad too abstract for implementation and the error message a whole lot too uniformative. I've looked around the Lounge for some solutions but nothing really fit the bill. So…
I thank you for any help you can provide!