joesmithf1
Registered User.
- Local time
- Yesterday, 16:08
- Joined
- Oct 5, 2006
- Messages
- 56
Hi All,
I have a list box and I populate it with records from a "Select" query. I am using VBScript to do this. Here are my codes:
gr1_list.RowSource="Select Criteria from CriteriaList WHERE Criteria='" & cvalue & "';"
My "CriteriaList" table has two columns; Criteria and CriteriaDescriptions.
The question is, what if in my list box I want to be able to see both 'Criteria' and 'CriteriaDescription?' How would I code this?
Thank you.
I have a list box and I populate it with records from a "Select" query. I am using VBScript to do this. Here are my codes:
gr1_list.RowSource="Select Criteria from CriteriaList WHERE Criteria='" & cvalue & "';"
My "CriteriaList" table has two columns; Criteria and CriteriaDescriptions.
The question is, what if in my list box I want to be able to see both 'Criteria' and 'CriteriaDescription?' How would I code this?
Thank you.