P
Pele
I have created a subform with some unbound textbox
controls on it. The unbound controls on the subform are
updated by a macro when the Main form is opened.
The Macro opens another form in the hidden mode, it then
uses SetValue commands to update the subform and then the
form is closed.
The problem is, while everythings looks okay when the Main
form is opened, the unbound controls don't print when I
print a hard copy of the form. The unbound textboxes just
show a blank even though on the computer screen they have
numbers in them. Other controls (which are bound) on the
subform print okay except for these unbound controls.
I have tried using the macro at various event stages when
opening the form but nothing seems to help.
Pele
controls on it. The unbound controls on the subform are
updated by a macro when the Main form is opened.
The Macro opens another form in the hidden mode, it then
uses SetValue commands to update the subform and then the
form is closed.
The problem is, while everythings looks okay when the Main
form is opened, the unbound controls don't print when I
print a hard copy of the form. The unbound textboxes just
show a blank even though on the computer screen they have
numbers in them. Other controls (which are bound) on the
subform print okay except for these unbound controls.
I have tried using the macro at various event stages when
opening the form but nothing seems to help.
Pele