Re: Data Reports question
Hi,
There was a thread I posted about dates as parameters...I don't know if it was resolved or not but i think the idea was there...You can actually embed the SQL code in a command button or in the data environment where you created made your data report..
Greg:)
Re: Data Reports question
I have already tried inputting the SQL into the the command button on the Data Environment, but it did not bring out any table name.
I have got the table names by inserting
Code:
Select * FROM ClientsBailGrantedQuery
and got it to Printpreview but just cannot get the date textboxes on the form to work
Re: Data Reports question
Hi,
Theres no criteria in your sql query like select * from table1 where fieldname = 'criteria'...
Have you tried checking the parameters in your data environment? Setting values in data environment is a tedious job...
greg