Welcome to Windows Help!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Query combobox unbound column

 
   Windows Help (Home) -> Microsoft Access RSS
Next:  Device Manager gone??  
Author Message
Bon

External


Since: Feb 10, 2010
Posts: 1



(Msg. 1) Posted: Wed Feb 10, 2010 5:43 pm
Post subject: Query combobox unbound column
Archived from groups: microsoft>public>access (more info?)

Does anyone know if it is possible to run an append query referencing a
column in a combobox. In otherwords, my combobox is bound to column 0 - ID
and column 1 is the name. I want to append it to another table as the name,
not ID?

Thanks in advance,

Bonnie

 >> Stay informed about: Query combobox unbound column 
Back to top
Login to vote
Duane Hookom

External


Since: Feb 10, 2010
Posts: 1



(Msg. 2) Posted: Wed Feb 10, 2010 7:51 pm
Post subject: Re: Query combobox unbound column
Archived from groups: per prev. post (more info?)

Typically you would create a hidden text box like:
Name: txtTheName
Control Source: =ComboBox.Column(n)
Visible: No

Then reference txtTheName in place of the unbound column.

Duane Hookom
MS Access MVP

"Bon" wrote in message

> Does anyone know if it is possible to run an append query referencing a
> column in a combobox. In otherwords, my combobox is bound to column 0 -
> ID
> and column 1 is the name. I want to append it to another table as the
> name,
> not ID?
>
> Thanks in advance,
>
> Bonnie

 >> Stay informed about: Query combobox unbound column 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
VBA - Order by second column of combobox - I have a continuous form with column headers. The column headers are command buttons that you can click to order the form by that particular field. One of the fields is a combobox. It has two columns - one hidden bound column (autonumber) and one..

SQL - query moving column to a row - Hi. I have a table with fields: KEY;a;b I would like to create a query which will move the data from field "b" to next row: KEY;a KEY;b. Example: ID;phone1;phone2 => ID;phone1 ID;phone2 Is it possible? Best regards, Kamil

Can not change data once i bases a query on a query - I have a despatch System that shows a customers orders with the products to be despatched Its on a Contious form based on a query. On the form i also want to show the Quantity that need to be despatched as the order might be despated in parts Th I hav...

converting row into column - I have a table with doctors' information Their addresses are linsted in differnt rows i would like to create a row off addresses with one unique record.

How do I add a COLUMN to combo box - I have two combo boxes on a form. The first combo box gets info from tblPOTODO using a select query and the following code. SELECT tblPOTODO.PART_NO, tblPOTODO.NAME, tblPOTODO.MANUF1, tblPOTODO.MANUF1_PN, tblPOTODO.MANUF2, tblPOTODO.MANUF2_PN,..
   Windows Help (Home) -> Microsoft Access All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]