Microsoft
Software
Hardware
Network
Question : Access SELECT Combo box
Hi there, i have a subform with a combobox that is used to select the record of the subform, however i want to limit the row source of the combobox to show only those records that relate to a field in the master form. At the moment the combobox shows all records. The sql query looks as follows:
SELECT address_data.entity_id, address_data.type
FROM address_data;
Im thinking that i need to add a WHERE clause, but not sure how to refernce it to the field in the master form. Somthing like this:
SELECT address_data.entity_id, address_data.type WHERE address_data.entity_id = field onmaster form
FROM address_data;
Anyone able to help me with this?
Thanks
Answer : Access SELECT Combo box
use this query
SELECT address_data.entity_id, address_data.type
FROM address_data
WHERE address_data.entity_id = Forms!nameOfMainform.NameO
fControl
Random Solutions
You Tube Download Software
Need help on rollover buttons in flash in Flash CS4 and AS 3
Get ckeditor textarea value with jquery
PC faxing error
diff between cfgmgr -v and cfgmgr -v fcs0 and fcs1...
Clear Exchange 2010 transaction logs without taking backup
How can I get a Buy Now url for PayPal rather than the input button described to use?
Easily access pdf's and other doc's while in the field
EtherChannel on Cisco 2960 switch intermittent dropped packet
Powershell script that can query a OU and get all group name,Members and count of members into a csv/Excel.