List box on Form - Want to use selection in Criteria of query??

  • Thread starter Thread starter Harold
  • Start date Start date
H

Harold

I have created a list box on a form, I used the week list on a table to
populate the list.

I want to be able to select the appropriate week, and click the button I
have added, the button
runs a set of queries, and in one of the quires I want to us the week
selected as a criteria..

How do I get the selection from my list box (lstBoxWeekly) to be the
criteria in my query??
 
Back
Top