combo box on subform in tab control

W

WC Justice

Access 2000

I am trying to refer to the value of a combo box within a subform within a
tab control, but cannot seem to get the reference right. The specifics are
as follows:

Form: Tract
Tab Control: TabCtl200
Subform: TenantTract subform
Combo Box: cboTenantID

Please provide the proper reference.

Thanks in advance.
 
M

Marshall Barton

WC said:
Access 2000

I am trying to refer to the value of a combo box within a subform within a
tab control, but cannot seem to get the reference right. The specifics are
as follows:

Form: Tract
Tab Control: TabCtl200
Subform: TenantTract subform
Combo Box: cboTenantID

Please provide the proper reference.

Fromanother form:
Forms!Tract.TenantTract.Form.cboTenantID

Within the main form containing the subform:
Me.TenantTract.Form.cboTenantID
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top