B
bwilcox
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?
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?