How to open directly to a report?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Andrew

    How to open directly to a report?

    I've developed an interoffice system that has 2 generic interfaces;
    user and supervisor. What I'd like to happen is to have the user
    interface open directly to an input form (easily done) and have the
    supervisor interface open directly to a report (not so easy from what
    I've seen). I've created 2 separate front-end dbs for each so for the
    user I did the usual for the form and it works great. How do I go
    about having the supervisor interface open to the report without
    fooling with a switchboard?

    Thanks
    Andrew
  • Albert D. Kallal

    #2
    Re: How to open directly to a report?

    While looking at all the reports in the report tab..drag the report to your
    desktop...

    Now..when you click on the shortcut...it runs the report...

    You can also do this for forms...


    --
    Albert D. Kallal (MVP)
    Edmonton, Alberta Canada
    pleasenonoSpamK allal@msn.com




    Comment

    • Bob Quintal

      #3
      Re: How to open directly to a report?

      spidrw@gnt.net (Andrew) wrote in
      news:d8c667d9.0 404211240.673c9 3fd@posting.goo gle.com:
      [color=blue]
      > I've developed an interoffice system that has 2 generic
      > interfaces; user and supervisor. What I'd like to happen is
      > to have the user interface open directly to an input form
      > (easily done) and have the supervisor interface open directly
      > to a report (not so easy from what I've seen). I've created 2
      > separate front-end dbs for each so for the user I did the
      > usual for the form and it works great. How do I go about
      > having the supervisor interface open to the report without
      > fooling with a switchboard?
      >
      > Thanks
      > Andrew[/color]

      Create a macro that calls the report. Call the macro AutoExec

      Bob Q

      Comment

      • Tom van Stiphout

        #4
        Re: How to open directly to a report?

        On Wed, 21 Apr 2004 21:18:09 GMT, "Albert D. Kallal" <kallal@msn.com >
        wrote:

        SWEET. I never knew that. Works for ADPs as well.
        -Tom.


        [color=blue]
        >While looking at all the reports in the report tab..drag the report to your
        >desktop...
        >
        >Now..when you click on the shortcut...it runs the report...
        >
        >You can also do this for forms...[/color]

        Comment

        Working...