G
Guest
i have built a SQL string (union query) that will pass to a recordset and i
want the string to be passed to a form.
the string is built because there are parameters the user will enter (Date,
location) which will query the records with these two parameters...
would the code to pass sqlstr be:
Me!FormControl.SourceOject = sqlstr
OR
Me!FormControl.Form.RecordSource = sqlstr
OR is it not possible.
Thanks for any help..
want the string to be passed to a form.
the string is built because there are parameters the user will enter (Date,
location) which will query the records with these two parameters...
would the code to pass sqlstr be:
Me!FormControl.SourceOject = sqlstr
OR
Me!FormControl.Form.RecordSource = sqlstr
OR is it not possible.
Thanks for any help..