Fill in unbound text boxes

JeffreyDavid

Registered User.
Local time
Today, 11:36
Joined
Dec 23, 2003
Messages
63
I have a form with 2 cascading combo boxes and 3 text boxes. It is set so you make a selection from the first combo box and the second combo box only displays items related to the selection in the first. For each selection from the second combo box, I want the 3 text boxes to display the only 3 options available on that row in the table. So basically I want the text boxes to cascade and display the only 3 available fields from that same row in the table.
Any ideas?
 
You say to put this code 'Me.UnboundField=Me.cboActivity.Column(1)' in the .column property of the combo box. I have text boxes I want to display in and there is no .Column property.
So where do I put this code?
 

Users who are viewing this thread

Back
Top Bottom