Ready to showcase your work, publish content or promote your business online? With Squarespace’s award-winning templates and 24/7 customer service, getting started is simple. Head to Squarespace.com and use offer code ‘EXPERTS’ to get 10% off your first purchase.
Dim strFormName As String
strFormName = "OtherFormName"
DoCmd.Close acForm, strFormName
If the other form isn't actually open the DoCmd.Close command will throw and error but you can trap that in an error handler. Let me get back to you.
OM Gang