Re: MDB to MDE trouble
- From: Robert Schott <robsmiler@xxxxxxxxxxxxxx>
- Date: Fri, 06 Mar 2009 11:27:56 +0100
Tony Toews [MVP] wrote:
Mike <mikewa@xxxxxxxxxxx> wrote:
With the reference to the reports only mdb the front wont wont convert
to an MDE. Without the reference it will.
AFAIK an MDE can't reference an MDB. An MDB can reference an MDE though.
@Mike - maybe somewhat heavy weight - just an idea:
What you could try is to 'foreign-start' another MDE/MDB from inside a prog mdb/mde accdb VB-app whatever.
Start your second prog-DB using call to
C:\Path2Access\MsAccess.exe C:\whateverpath\anyReport.mde /cmd "call_Report_N_with_Param_M".
You have to parse this startparam while report.mdb is loading and can then decide inside your report.mdb what report with what additional params it should to open. Ok. You need to app.close when closing the report. Clear disadvantage: you cannot control things after launching second Access app.
rob*
.
- References:
- MDB to MDE trouble
- From: Mike
- Re: MDB to MDE trouble
- From: Tony Toews [MVP]
- MDB to MDE trouble
- Prev by Date: Re: BUG in Access 2007: autoexpand feature in comboboxes broken
- Next by Date: Re: The Developer and the IPOD (OT)
- Previous by thread: Re: MDB to MDE trouble
- Next by thread: Re: Count Unique records but display all
- Index(es):
Relevant Pages
|