I have a form in Access. Is there a way to
kick off and view the form from VB?
Printable View
I have a form in Access. Is there a way to
kick off and view the form from VB?
One possiblity is using AppActivate in VB to start Access with the db containing your form. See help on the AppActivate statement.