How do I do a form in VB using a query(as in Access)? Please help.
Printable View
How do I do a form in VB using a query(as in Access)? Please help.
If you just want the form to display the result record, probably the easiset way to do it is to add a new form (Add Form, Choose VBData Form Wizard, and follow instructions.) Use the query as your RecordSource? Might not suit your needs, but it's a quick/easy way.
I have VB6 so I cannot load the VB Data Form Wizard.I believe I must have the Professional or the Enterprise edition of VB to do that.I still want to do a form in VB using a query(as in Access).Please help.