A
Andy G
Hi,
I have 2 comboboxes as shown below on a seperate form called
frmSearchMailingList and a table called tblMailingList
The frmSearchMailingList is called from the main form frmEntryForm
What I need to achieve is a command button on frmEntryForm called 'search'
opens up frmSearchMailingList
frmSearchMailingList has the 2 comboboxes and a 'select' and 'cancel' cmd
button
cboFindWhat chooses the field, then cboSelectValue should list the relevant
data showing values for the field chosen in cboFindWhat
Then when the required record is highlighted, the 'Select' command button on
frmSearchMailingList will return all the details of that record on
frmEntryForm
The comboboxes are setup as shown below:
cboFindWhat
Row Source Type = Field List
Row Value = tblMailingList
cboSelectValue
Not yet setup as this is to list values depending on the option chosen with
the cboFindWhat combobox.
Could anybody please help with this
Many Thanks
Andy G
I have 2 comboboxes as shown below on a seperate form called
frmSearchMailingList and a table called tblMailingList
The frmSearchMailingList is called from the main form frmEntryForm
What I need to achieve is a command button on frmEntryForm called 'search'
opens up frmSearchMailingList
frmSearchMailingList has the 2 comboboxes and a 'select' and 'cancel' cmd
button
cboFindWhat chooses the field, then cboSelectValue should list the relevant
data showing values for the field chosen in cboFindWhat
Then when the required record is highlighted, the 'Select' command button on
frmSearchMailingList will return all the details of that record on
frmEntryForm
The comboboxes are setup as shown below:
cboFindWhat
Row Source Type = Field List
Row Value = tblMailingList
cboSelectValue
Not yet setup as this is to list values depending on the option chosen with
the cboFindWhat combobox.
Could anybody please help with this
Many Thanks
Andy G