linking query/report

  • Thread starter Thread starter Troy
  • Start date Start date
T

Troy

I have a form that will run a report from a query. In one of the fields in
the query I have it linking to the value of the combo box on my form. I had
it working just fine until I moved the combo box onto a tab form. I thought
by just adding the name of the tab would correct this problem but it's not
working now.

[forms]![labels]![tabControl]![cboMonitors]

what is wrong? TIA

Troy
 
Troy said:
I have a form that will run a report from a query. In one of the fields in
the query I have it linking to the value of the combo box on my form. I had
it working just fine until I moved the combo box onto a tab form. I thought
by just adding the name of the tab would correct this problem but it's not
working now.

[forms]![labels]![tabControl]![cboMonitors]

Placing a control on a TabControl does not change the way it is referenced.
Just change back to the way it was referenced before you moved it.
 
Back
Top