Query is forms recordsource

  • Thread starter Thread starter Jeff Klein
  • Start date Start date
J

Jeff Klein

How do I set the forms recordsource to a query in the forms on open event?
Form.RecordSource = qry_Union_Single_Weekly_Monthly does not work.
 
Herbert...Thanks for the help...but I have another question. My query
prompts for txb_startdate, If I set this code to the on Click a command
button it should take the value from the txb_StartDate instead of prompting
me right? Its not...why
 
Back
Top