Table Properties, Bound Column in Lookup...

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Please, I need some detailed explaination about the "Boud Column" in Lookup..

thanks.
 
Have you read the help file? What SPECIFICALLY do you want to know about
this property?
 
The "bound" column is the column from the combo or textbox's RowSource that
will be stored in the RecordSource field referenced by the control's
ControlSource.

Typically, the first column of the RowSource is the one that will be bound
to the ControlSource. For example, a RowSource query selects CustomerID and
CustomerName from tblCustomer. Column 1 (CustomerID) will be the bound
column and usually its width will be set to 0 to hide it. That will allow
the combo to display the CustomerName when the dropdown is closed.
 

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

Back
Top