Bound Recordsource as runtime

rishi_375

Registered User.
Local time
Today, 06:56
Joined
Dec 23, 2003
Messages
37
Hi,
How to bound recordsource at runtime?

I do data compersion at runtime and generate recordset. now, i want to bind this recordset to report recordsoure and value to it's control like text box etc..

If any other way, please suggest me.

Thanks.
 
You can (should) use a query as the recordsource for your reports. If that doesn't answer your question, search for posts on "disconnected recordset". Also search the Microsoft kb.
 

Users who are viewing this thread

Back
Top Bottom