ChrisHaynes
Technical User
Hi, I have a command button on a form (frmHome) which opens a form (frmHardware). Wot code do I use after
I have tried
but this doesn't seem to work?
Any ideas??
Your help would be greatly appreciated.
Chris.
Code:
docmd.openform "frmHardware" to then close the original form (frmHome)
I have tried
Code:
DoCmd.Close acForm "frmHome"
but this doesn't seem to work?
Any ideas??
Your help would be greatly appreciated.
Chris.