romanticode
03-18-2008, 05:50 AM
how can i change data source on report? my report use "a" query as data, and i want to change it using "b" query as data. how can i do that? i've tried change the data source, but not working?
thnks
thnks
|
View Full Version : how change data source on report? romanticode 03-18-2008, 05:50 AM how can i change data source on report? my report use "a" query as data, and i want to change it using "b" query as data. how can i do that? i've tried change the data source, but not working? thnks gemma-the-husky 03-18-2008, 06:14 AM it should in open event just put me.recordsource = "whatever query" |