Acccess 2007 Runtime and Queries

M

MChrist

While I've created MDE files before, I've never used the Runtime for Access.
I was wondering if the runtime limits you to only running existing queries,
or can you modify them using the runtime too?

TIA

Mark
 
T

Tom van Stiphout

On Thu, 15 Apr 2010 11:51:01 -0700, MChrist

The runtime hides the objects window, so queries are not accessible.
You can see what the runtime will do by creating a shortcut like this:
path_to_msaccess.exe path_to_your.accdb /runtime

-Tom.
Microsoft Access MVP
 
R

Rick Brandt

MChrist said:
While I've created MDE files before, I've never used the Runtime for
Access. I was wondering if the runtime limits you to only running existing
queries, or can you modify them using the runtime too?

You can certainly modify them from code. Can't say I've ever tried to bring
one up in design view within the runtime.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top