I've tried the following code, but it gives me an error that MS-Access cannot add, delete, ...the control.
Can someone direct me to the Reference that I'm missing here?
code....
Dim cmdTest As Control
DoCmd.OpenForm "frmTest", acDesign
Set cmdTest = CreateControl("frmTest", acCommandButton...