Well, the title says it all. The program I'm working on is a winform front-end for an access back-end. Its purpose is to collect information and standardize it based on a collection of codes in the back-end data tables. Code retrieval has become my biggest issue of late; in a nut shell, I filter an existing data table in VB and return a new, one row, data table. The statements in which I perform the filtering are referencing tables found in a .xsd in my solution. The columns in those tables were recently renamed in the back end, but VBisn't recognizing updates in the back-end.
Typically I use the wizard to update my data set information: Data Sources Tab > Configure with Wizard > Check/Uncheck tables & fields > Finish. Now, when I enter the wizard, I see none of the changes I've made. I'm concerned that there is an issue with my .xsd file.
I've made a few changes that I'm worried could be contributing to my problem, still being green I don't know if these concerns are justified but I want to consider every option: I started using OLEDB connections to communicate with my back-end, and a few weeks ago I changed the location of my solution.
Thanks for the help!