Macro

  • Thread starter Thread starter iain
  • Start date Start date
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
 
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.
 
Back
Top