melbushman
New member
- Local time
- Today, 05:45
- Joined
- Aug 23, 2011
- Messages
- 8
Hello!
I am struggling with an Access 2007 database I inherited. The problem is regarding tab controls. I would like to refer to a value in a list box within a tab and use that value to populate a text box in a form.
I have a tab control called "TabCtl4" and the data I want to retrieve is on "page5", from a list called "lstContracts". I want to populate the ID [Russell Contract ID] into a text box on a form [frmIndexAdd]. This is what I have unsuccessfully come up with:
=[frmMDSMain].[Controls]![TabCtl4].[page5].[lstContacts].[Russell Contract ID]
Is there a way to pass a value from a list box on a tab to a text box on a form?
Thank you for reading my post! Any help is greatly appreciated!
I am struggling with an Access 2007 database I inherited. The problem is regarding tab controls. I would like to refer to a value in a list box within a tab and use that value to populate a text box in a form.
I have a tab control called "TabCtl4" and the data I want to retrieve is on "page5", from a list called "lstContracts". I want to populate the ID [Russell Contract ID] into a text box on a form [frmIndexAdd]. This is what I have unsuccessfully come up with:
=[frmMDSMain].[Controls]![TabCtl4].[page5].[lstContacts].[Russell Contract ID]
Is there a way to pass a value from a list box on a tab to a text box on a form?
Thank you for reading my post! Any help is greatly appreciated!