Is it possible to somehow view/debug.print a form's properties while it is in the form view?
I have a form that I am trying to use for a couple of different scenarios, such as adding new parts OR editing existing parts' data. Currently I am using VBA to modify the form's properties to get the desired results, but there seem to be issues with changing some of the data. One error I get is :This recordset is not updateable. But I am thinking that the form is in edit mode, but cannot actually see which properties are changing when it loads.
I also change the control source and record source via VBA depending on what the user is going to do.
Mike
I have a form that I am trying to use for a couple of different scenarios, such as adding new parts OR editing existing parts' data. Currently I am using VBA to modify the form's properties to get the desired results, but there seem to be issues with changing some of the data. One error I get is :This recordset is not updateable. But I am thinking that the form is in edit mode, but cannot actually see which properties are changing when it loads.
I also change the control source and record source via VBA depending on what the user is going to do.
Mike