I'm trying to support an application written in VB 6.0 which uses an Access database. Because of the extensive modifications needed and my preference to work in Access 97 or 2000 versus VB (which I don't have experience in, just a lot of VBA experience), as well as the rather convoluted nature of the way the application is written, I'd like to rewrite it in Access.
The problem is that there are two VB forms which I want to import into Access, rather than attempt to recreate them. They are both maps showing routes with controls at various points along each route. The controls are turned red or green depending upon the status of each point. There are probably over 200 of these controls on each of the two map forms (the map is the background image), thus the reason I want to import the two forms.
I don't care about the VB code in back of the form. I just want to import the form itself--i.e., the map and all of the (properly placed and named) controls.
Does anyone know of a way to do this? I can't find anything in the Access references.
The problem is that there are two VB forms which I want to import into Access, rather than attempt to recreate them. They are both maps showing routes with controls at various points along each route. The controls are turned red or green depending upon the status of each point. There are probably over 200 of these controls on each of the two map forms (the map is the background image), thus the reason I want to import the two forms.
I don't care about the VB code in back of the form. I just want to import the form itself--i.e., the map and all of the (properly placed and named) controls.
Does anyone know of a way to do this? I can't find anything in the Access references.