S
Steven
Is there code that will open an existing form or query or table in Design View?
For Instance:
Dim vObject As String
vObject = "fAdministrator"
DoCmd.OpenFormInDesignView vObject <- Made up for example
And then the Form be opened in Design View.
Is there anything like that?
Thank you,
Steven
For Instance:
Dim vObject As String
vObject = "fAdministrator"
DoCmd.OpenFormInDesignView vObject <- Made up for example
And then the Form be opened in Design View.
Is there anything like that?
Thank you,
Steven