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
Using cfheader and cfcontent to obfuscate download path.
Jquery NoConflict Issue
How to install Solaris 10 in 2 disks at the same time or 4 disks using zfs, need good documentation on zfs
How to block video and audio streaming in ISA 2006
Will there be a 13" Macbook with an iCore processor anytime soon? Safe to buy C2D?
how do i create a vfp exe which i can call with command line parameters
Mac backup: unsupported file characters
HP dl360 G6 Raid Driver for Windows 2008 64-bit
Info@... users Not receiving email
asp.net, c#, drop down list error