Ask a Question related to Microsoft Access, Design and Development.
-
bwilcox #1
Combo Box Bound Data Question
I have successfully set up variable data Combo Box via VBA
with a Row Source Type of Table/Query which then uses a
Row Source SQL command to display possible selections from
a separate different table. As mentioned, it works fine.
Here's the question. How do I view and possible re-select
recorded data from the Combo Box where I entered the
data? In other words, I make a selection via a Combo Box
from Table A, record data in table B and now wish to view
the bound data from table B in the same Combo Box where I
selected the original data. Any suggestions?
bwilcox Guest
-
Using bound data in a query
Hello- I have a Flash form that displays the "bound" contents of a field called "serviceIDs" when the user clicks on a record in a CFGRID (called... -
How to display a set of data in a data grid when drivenby a combo box?
I am trying to build a page where the user can select a syle of food (i.e. chinese, italian etc) from a combo. I would then want the relevent... -
Templated data-bound server control design question
Hello, I am working on an n-tier .NET application. The presentation is through aspx pages and custom data-bound server controls which use templates... -
Ampersands being converted when in data that is bound to my ASP:Dropdown
I am binding data to the <ASP:Dropdown> object. My field that I am binding to the DataTextField property has " " in the data out of the... -
can't get data to show with bound columns
I'm trying to create a DataGrid filled with values from a DataSet and I want the user to be able to show and hide whichever columns they choose. I... -
Rick Brandt #2
Re: Combo Box Bound Data Question
"bwilcox" <bwilcox@cme.com> wrote in message
news:01c601c34bbe$60749b70$a301280a@phx.gbl...I don't understand the question. The normal way ComboBoxes work is that what you see> I have successfully set up variable data Combo Box via VBA
> with a Row Source Type of Table/Query which then uses a
> Row Source SQL command to display possible selections from
> a separate different table. As mentioned, it works fine.
> Here's the question. How do I view and possible re-select
> recorded data from the Combo Box where I entered the
> data? In other words, I make a selection via a Combo Box
> from Table A, record data in table B and now wish to view
> the bound data from table B in the same Combo Box where I
> selected the original data. Any suggestions?
in the dropdown list is the data from the lookup source table and what you see when
the list is not dropped down is the data from the bound field of the form's
RecordSet. Unless you are using a multi-column ComboBox that stores one value while
displaying another. Is that what you have?
Rick Brandt Guest
-
bwilcox #3
Re: Combo Box Bound Data Question
VBA>-----Original Message-----
>"bwilcox" <bwilcox@cme.com> wrote in message
>news:01c601c34bbe$60749b70$a301280a@phx.gbl...>> I have successfully set up variable data Combo Box viafrom>> with a Row Source Type of Table/Query which then uses a
>> Row Source SQL command to display possible selectionsfine.>> a separate different table. As mentioned, it worksselect>> Here's the question. How do I view and possible re-Box>> recorded data from the Combo Box where I entered the
>> data? In other words, I make a selection via a Comboview>> from Table A, record data in table B and now wish toI>> the bound data from table B in the same Combo Box whereComboBoxes work is that what you see>>> selected the original data. Any suggestions?
>I don't understand the question. The normal waytable and what you see when>in the dropdown list is the data from the lookup sourcefield of the form's>the list is not dropped down is the data from the boundthat stores one value while>RecordSet. Unless you are using a multi-column ComboBoxNo, I am not using a multi-column ComboBox. Based upon>displaying another. Is that what you have?
>
>
>.
>
your answer, it is the bound data that I am not seeing.
When I scroll through the records, the ComboBox display is
blank even though data is in each field. I guess my
question is what should I check for to see the bound data?
bwilcox Guest



Reply With Quote

