C cyndithomas via AccessMonster.com Mar 13, 2007 #1 User will select preset information from a combo box which will provide the correct data using a record source query.
User will select preset information from a combo box which will provide the correct data using a record source query.
F fredg Mar 13, 2007 #2 User will select preset information from a combo box which will provide the correct data using a record source query. Click to expand... Is there a question here?
User will select preset information from a combo box which will provide the correct data using a record source query. Click to expand... Is there a question here?
M Michel Walsh Mar 14, 2007 #3 Unless the original poster is unaware that the ComboBox value will return the selected value: Me.ComboBoxName.Value and if the combobox list has many columns, then Me.ComboBoxName.Columns( index_0_based ) will return the specified column of the selected row. Vanderghast, Access MVP
Unless the original poster is unaware that the ComboBox value will return the selected value: Me.ComboBoxName.Value and if the combobox list has many columns, then Me.ComboBoxName.Columns( index_0_based ) will return the specified column of the selected row. Vanderghast, Access MVP
C cyndithomas via AccessMonster.com Mar 21, 2007 #4 cyndithomas said: User will select preset information from a combo box which will provide the correct data using a record source query. Click to expand... Hello All: thank you for replying to my questions...but the issue was resolved. Sorry for the incomplete Question
cyndithomas said: User will select preset information from a combo box which will provide the correct data using a record source query. Click to expand... Hello All: thank you for replying to my questions...but the issue was resolved. Sorry for the incomplete Question
C cyndithomas via AccessMonster.com Mar 21, 2007 #5 Hello All: thank you for replying to my questions...but the issue was resolved. Sorry for the incomplete Question
Hello All: thank you for replying to my questions...but the issue was resolved. Sorry for the incomplete Question