DaveRussell
Programmer
is there a way to pass a value from a textbox to be included into the SQL that will create the recordset my Crystal Report uses (crystal report is being viewed on a separate form)?
for example, a textbox on my form has a value of 19. i need to pass that 19 to the WHERE clause in my SQL. is there a way to do that, or would it be easier to just create the dataset on the first form, and use that as the datasource for the report?
any help would be appreciated.
thanks, dave.
for example, a textbox on my form has a value of 19. i need to pass that 19 to the WHERE clause in my SQL. is there a way to do that, or would it be easier to just create the dataset on the first form, and use that as the datasource for the report?
any help would be appreciated.
thanks, dave.