Microsoft
Software
Hardware
Network
Question : Cannot use .close for an open form?
I am obviously missing something - probably something silly as well.
I have a form I want to close after a selection is made and a button is clicked but cannot do so using the full form name and .close such as "FORM_frmname.close". I thought this was a valid object method/action? I know the object reference is correct.
I CAN close it with docmd.close - so this will work for me - but I am not comfortable with the lack of a reference (ie: close what?) and would rather specify the formname I am closing.
Answer : Cannot use .close for an open form?
docmd.close acform,me.name
Random Solutions
Populate Textbox with all query returns on a field
Selected collating sequence not supported
OnToolTipNotify() not called in CView class
JET SQL - Merging fields from two tables into one, skipping duplicates
Cannot activate trial Windows Home Server with OEM License?
DoCmd.FindNext doesn't go to next find
SP2 Install for SCCM
How to tel an MFC app the location of an external DLL?
Excel Instances- Refering to the Instance in VBA
MS Access application crashes unexpectedly