AcView

  • Thread starter Thread starter Al Catraz
  • Start date Start date
A

Al Catraz

Hi,
I am in search of description of the AcView modes == not only the
enumeration, which is all I can find.

Mainly, what does the AcViewLayout mode mean?
I can understand the AcViewNormal & AcViewDesign -- but I cannot find
specific descripton for any of them.

Please help me find a URL or other sources that explain these.

THANKS
 
Hi Al,

I am assuming you are using Access 2007 ...since prior versions do not
have layout view

acViewDesign 1 Design view
acViewLayout 6 Layout view
acViewNormal 0 (Default) Normal view
acViewPivotChart 4 PivotChart view
acViewPivotTable 3 PivotTable view
acViewPreview 2 Print Preview
acViewReport 5 Report view

these are constants for the View parameter of OpenReport

to get help for OpenReport, do this:

press Ctrl-G
this opens the debuG (Immediate) window

type --> OpenReport
and press the F1 key while you are on the word for context-sensitive help

you can also press the F1 key in your code on a keyword


Warm Regards,
Crystal
remote programming and training

http://www.YouTube.com/user/LearnAccessByCrystal

Access Basics
http://www.AccessMVP.com/strive4peace
free 100-page tutorial that covers essentials in Access

*
(: have an awesome day :)
*
 
To Stefan & Crystal
Thanks for the response..
Crystal is right -- ACCESS 2007 is my target. The enumeration you pointed
out is all I got..
Stefan, the URL you provided gave me the needed info. I never got there
from my searches.

Thanks, again to both.
 

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

Back
Top