Is it possible to convert most or any Access to VB6?
It would save me heaps of time.
Thanks in advance
Printable View
Is it possible to convert most or any Access to VB6?
It would save me heaps of time.
Thanks in advance
I suppose you mean the code from Access into VB...
In some way it's possible but you have to make some changes.
I beleive it is possible - it may take alot longer than you
anticipated so in the long run it would probably not save you
much time.
;)
Access code is "Access VBA", which means it has lots in common with VB; but it also has differences. One major thing that Access developers notice is that sub-forms arent supported in VB.
I occasionally support legacy Access applications, the code all makes sense, it just ins't exactly the same.
The best thing to do is try it out - find out for yourself what does & doesn't work.