I am new to VB programming and I am experimenting with a the Data Form
Wizard in the Add-Ins for VB6. I am tring to make a form that shows a
company name and address, blah blah as well a contact name that work for the
company. I use the Data Form Wizard to make a Master/Detail form. This
should allow me to show a user Company information as well a the contact
information. When I run the program after completing the Wizard's prompts I
get an error as follows:
Data event hit err: The referenced column (CompanyID) does not exist in the
appropriate rowset.
I looked up rowset in the online VB help but didn't understand it enough to
figure out my problem.
Thanks,
Mike