View Full Version : Continuous Forms in VB


alam
08-01-2008, 01:28 AM
Dear all master VB,

I have a problem with my project.
Its about how to create continuous forms in VB, especially VB 2005.
How could we create this Ms.Access continuous forms in VB?
Is it possible?

Sorry if this thread already posted.
Any comments would be appreciated.
aLam.

georgedwilkinson
08-01-2008, 09:57 AM
VB is very different from Access. Access forms are highly adapted to working with databases. When you use straight VB, you're mostly on your own, though they do have some nice controls that do a lot more for you than when I started in VB2.

If you want Access functionality you should either use Access or see if someone sells a control that gives you that functionality (with the related learning curve).