How do I make the report "rptDailySales.Show" get the new query generated by "DEConn.rsSQLCommand.Requery" ???
I have tried
rptDailySales.Show = DEConn.rsSQLCommand.Requery
and
rptDailySales.DataSource = DEConn.rsSQLCommand.Requery
but these generated an error.
Any suggestions ???
HELP !!!
Thanks B-)
I have tried
rptDailySales.Show = DEConn.rsSQLCommand.Requery
and
rptDailySales.DataSource = DEConn.rsSQLCommand.Requery
but these generated an error.
Any suggestions ???
HELP !!!
Thanks B-)