Junior:
Thanks for your help. I can assign an SQL string easily enough, but I need to go right from a recordset to a recordsource. That is, use ADO to get the records and not attached tables etc.
Hope this helps...
Webber
Thanks! I did try that and it didn't seem to work. Actually, I couldn't even get it to compile (says compile error, type mismatch). Here's the code:
Private Sub Report_Open(Cancel As Integer)
'-- Initialize
Dim rst As ADODB.Recordset
Dim fOK As Boolean
' Connect to...
I have an question on Compact on Close feature in Access 2000. Basically I'm not sure this is working in my situation after reading the documentation and looking on www.google.com.
As background, I have an application in Access 2000 that is used by about 20 people from 7:30 a.m. to 9:00 p.m...
I have an interesting problem that I haven't been able to find an answer to.
Basically, I would like to base a report's recordsource not on a table or query buton a VBA recordset. So the data that the report is based on would come from a recordset.
I have created an ADP in Access 2000 using...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.