changing report set-up

christy

Registered User.
Local time
Today, 00:02
Joined
Apr 26, 2000
Messages
10
I have a few reports in my DB and they were created from a table....Is there any way i can go about changing the data retrieval from the table to obtaining the required data from a query instead and still use the same reports.......i want to know if this possible instead of having to redesign the and add more reports.
Hope this makes sense to someone as i am confused........Thanx......Christy
 
Yes - it's easy. Just create your query, and then bind the report to that instead (RecordSource property). As long as the fields have the same name - no problem.
 

Users who are viewing this thread

Back
Top Bottom