Re: Access 2000 and VB 6
From: dauster (dauster_at_discussions.microsoft.com)
Date: 01/28/05
- Next message: Chris Davison: "Creating an Access 2002 - 2003 Database using VB6 and ADOX"
- Previous message: Marcus Lloyd: "stoed proc for oracle"
- In reply to: Brendan Reynolds: "Re: Access 2000 and VB 6"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 28 Jan 2005 13:25:04 -0800
That's what I thought. Thanks for the reply. So, I should just use a DBO
instead of ADO so the report recordsource can understand the SQL.
"Brendan Reynolds" wrote:
> Well, the reason why is that the feature was not added to reports until a
> later version of Access. It's in Access 2003, I'm not sure about Access
> 2002, but it is definitely not in Access 2000.
>
> If upgrading is not an option, you could assign the SQL string to the
> RecordSource property instead, but the MDB will need an ODBC link to the
> Oracle data for that to work.
>
> --
> Brendan Reynolds (MVP)
>
>
> "dauster" <dauster@discussions.microsoft.com> wrote in message
> news:90FF12F0-2314-4DB9-8710-712866761BFB@microsoft.com...
> > Using VB6, I create a ADODB connection to an Oracle 8i database. The I
> > open a
> > recordset based on an SQL string. Now, how can I show the data in the
> > recordset in an ACCESS report?
> >
> > I can display the data in an ACCESS form but setting the form's record
> > source to the recordset but can't for the ACCESS report. Why?
> >
> > Thanks!
>
>
>
- Next message: Chris Davison: "Creating an Access 2002 - 2003 Database using VB6 and ADOX"
- Previous message: Marcus Lloyd: "stoed proc for oracle"
- In reply to: Brendan Reynolds: "Re: Access 2000 and VB 6"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|