J
jutlaux
I have a form that has an "On Open" event and the problem with the event is
that when the form is opened with DataMode=acFormEdit I get a run-time error
'2448': "You can't assign a value to this object". The "On Open" Event
works fine with DataMode=acFormAdd.
I am wondering if there is a way to check the DataMode when an form is
opened so that I can separate out the code that is giving me the problems to
only run when DataMode=acFormAdd?
that when the form is opened with DataMode=acFormEdit I get a run-time error
'2448': "You can't assign a value to this object". The "On Open" Event
works fine with DataMode=acFormAdd.
I am wondering if there is a way to check the DataMode when an form is
opened so that I can separate out the code that is giving me the problems to
only run when DataMode=acFormAdd?