Accessing a report control from a form

  • Thread starter Thread starter Vic
  • Start date Start date
V

Vic

How can I access a control in a report from a form when a
user clicks on a button and change the visible property
to "Yes". The control is an unbound object frame.
 
You would need to have code in the report's OnLoad or OnFormat event that
reads a value from the form and then sets the visible property of the object
frame accordingly.
 
Back
Top