I am writing an application that has multiple fields, data combo's, etc. that all tie into the ADODC object within VB. In the Access database I have a few tables. A couple of the tables don't need to be altered, for example a table with all of the 'States' doesn't, the Main table needs to be altered. There is only one form in the VB application, but all the data needs to be displayed, accessed, saved and altered from this one form. I have created a relationship within Access to the tables as a one-to-many from the 'States' to the main table.
My problem is trying to create a binding, sort-of-speak, within the appilication. Does anyone know what properties I would use to display the actual 'State' (in this case) and have it save to the StateID main table?
My problem is trying to create a binding, sort-of-speak, within the appilication. Does anyone know what properties I would use to display the actual 'State' (in this case) and have it save to the StateID main table?