open form from VB6

  • Thread starter Thread starter 123
  • Start date Start date
Are you talking about Access VBA and Access Form or (stand-alone) VB and VB
Forms?

If your question is related to Access, simply refer to Access version and
VBA since when you use "VB6", most people will think you refer to the
(stand-alone) Visual Basic 6.

In Access, you use the VBA code:

DoCmd.OpenForm "Form Name"

Check Access VB(A) Help on the OpenForm Method.
 
Back
Top