Re: Create a recordset based on another recordset
- From: "PC Datasheet" <nospam@xxxxxxxxxxx>
- Date: Fri, 14 Oct 2005 19:31:01 GMT
Take a look at Querydef in the Help file. You need to use QueryDef to define
one or both of your queries, one or both of your crosstab queries or the
recordsource query for your report. You then need to create a means (form
with controls and VBA) that the users will use to alter the QueryDef SQL.
--
PC Datasheet
Your Resource For Help With Access, Excel And Word Applications
resource@xxxxxxxxxxxxxxx
www.pcdatasheet.com
<ajspacemanspiff@xxxxxxxxx> wrote in message
news:1129317499.119928.264130@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
>I currently have a solution that requires 2 sub queries, where each of
> them is convereted into a crosstab query and then I join the crosstab
> queries to a result. I would like to make this more dynamic and
> allow for users to filter, and to do so I would like to be able to
> create the resulting query all in VBA code.
>
> I can create a recordset of each inital query, but is there a way to
> run a query on that, and then subsequently, a query on that returned
> recordset.. so i may create the desired recordset for the report?
>
.
- References:
- Create a recordset based on another recordset
- From: ajspacemanspiff
- Create a recordset based on another recordset
- Prev by Date: MS Access Report to PDF
- Next by Date: Re: Merging Records
- Previous by thread: Create a recordset based on another recordset
- Next by thread: Re: Create a recordset based on another recordset
- Index(es):
Relevant Pages
|