I've heard that it may be possible to import a form from an Access MDB file into a VB app.
Anyone else heard of this?
A quick search looks like there may be 3rd-party tools for this, but, three's a crowd.
Printable View
I've heard that it may be possible to import a form from an Access MDB file into a VB app.
Anyone else heard of this?
A quick search looks like there may be 3rd-party tools for this, but, three's a crowd.
I know you can convert macros to vb code, but I haven't seen
anything on objects. Not that I ever had to look or the need. I
usually manually create a similar form in vb manually and copy
and paste the code. Then I modify the code to conform to vb
standards.
I know its a little more work but then I can make any changes or
upgrades during the conversion process.
Check to see if converting macros will work for form code or
modules. Tools > Macro > Convert Macros to Visual Basic.
HTH