F
Finance guy
I am receiving Error 2467: The expression you entered refers to an object
that is closed or doesn't exist.
This is the line of offending code:
ls_dynamic_sql = subfrm_Project_Whatif_grid.Form.RecordSource
subfrm_Project_Whatif_grid is a sub form.
Is there anyway I can ensure that the subform is always open, or check if it
is open and open it if it is not open?
This is an app I just inherited that worked fine in Access 2003.
ANy assistance is appreciated.
that is closed or doesn't exist.
This is the line of offending code:
ls_dynamic_sql = subfrm_Project_Whatif_grid.Form.RecordSource
subfrm_Project_Whatif_grid is a sub form.
Is there anyway I can ensure that the subform is always open, or check if it
is open and open it if it is not open?
This is an app I just inherited that worked fine in Access 2003.
ANy assistance is appreciated.