J
Jimbo
I have a subform in a form. If I change say the column width in the subfrom
and then exit the Main form, it prompts me to save changes to the format of
the subform. I would like to avoid this message. I want to ignore all
changes. How do I keep the user from being bothered by this message?
In code, I also have the same problem. If I directly change the subform
properties such as:
[sfmMySubForm].Form.DatasheetFontHeight = 8
[sfmMySubForm].Form![MyField].ColumnWidth = 4000
this will cause the prompt to appear as well. I thought about placing the
changes in code to the query itself, but I haven't figured out how to do
this. Does anyone know how?
Thanks in advance,
... Jim..
and then exit the Main form, it prompts me to save changes to the format of
the subform. I would like to avoid this message. I want to ignore all
changes. How do I keep the user from being bothered by this message?
In code, I also have the same problem. If I directly change the subform
properties such as:
[sfmMySubForm].Form.DatasheetFontHeight = 8
[sfmMySubForm].Form![MyField].ColumnWidth = 4000
this will cause the prompt to appear as well. I thought about placing the
changes in code to the query itself, but I haven't figured out how to do
this. Does anyone know how?
Thanks in advance,
... Jim..