textbox default value based on a combo question

Vespertin

Registered User.
Local time
Today, 11:04
Joined
May 8, 2011
Messages
11
hello all,

I got an unbound textbox and I'm trying to make the default value based on a bound column of a combo control.

The syntax I'm using is =[Description.Column (2)] in the default value property of the text box but I keep getting Name? error.

Can anyone help where I'm going wrong?

Thanks for any assistance you can give
 
Hi Vespertin,

I'm guessing that your combo control is called 'Description' If so then instead of in the default Property, Type in to the actual textbox in Design view.

=[Description].[Column](2)

Hope this helps.
 
Last edited:

Users who are viewing this thread

Back
Top Bottom