PDA

Click to See Complete Forum and Search --> : Access form from VB


smitty
Jan 18th, 2000, 02:35 AM
I have a form in Access. Is there a way to
kick off and view the form from VB?

jkurpias
Jan 18th, 2000, 04:26 AM
One possiblity is using AppActivate in VB to start Access with the db containing your form. See help on the AppActivate statement.