Macro

I

iain

I would like the macro i am creating to open a sheet/form/query and hide the
sheet/form/query. What function and syntax would i use for this

Many Thanx
 
S

Steve Schapel

Iain,

If you are opening a form, the OpenForm macro action has a Window Mode
argument, which you can set to Hidden.

Query datasheets are not intended for human consumption in database
usage, so do not have the same functionality.
 
Top