User Profile

Collapse

Profile Sidebar

Collapse
ElevDev
ElevDev
Last Activity: Jan 24 '07, 08:49 PM
Joined: Jan 18 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • ElevDev
    replied to Displaying Refreshed Reports on Screen
    Thanks, to both of you, for the response! The code snippets have worked well, and I'm trying to do some additional work on them to suit the requirement.

    Bottom line: I'm just not sure that Access is designed to provide the type of display that I'm being asked to create. Nevertheless, I sincerely appreciate the expert help!

    Clint
    See more | Go to post

    Leave a comment:


  • ElevDev
    replied to Displaying Refreshed Reports on Screen
    Again...thanks for the replies...

    To your last suggestion, I'm definitely interested in the theory behind having a the timer call a procedure that would change the page, I'm just not experience enough to understand how to approach that.

    I looked into sending some sort of argument in the DoCmd.OpenRepor t statement, but I don't see that there is anyway of specifying a page number.

    I suppose I could determine...
    See more | Go to post

    Leave a comment:


  • ElevDev
    replied to Displaying Refreshed Reports on Screen
    Thank you...that snippet was a great help in generating and cycling through the reports.

    A couple of questions:

    1) Will these reports show fresh data each time that they are generated? That is...if an employee creates a new entry in the table that would normally be reported, will it be incorporated into the report results and displayed the very next time that report is called?

    2) Do you have any suggestions...
    See more | Go to post

    Leave a comment:


  • ElevDev
    started a topic Displaying Refreshed Reports on Screen

    Displaying Refreshed Reports on Screen

    All:

    I'm looking for a good way to project a series (3) of continuously refreshing reports onto a screen in a work area.
    I've written the scrap of code below to handle the generation and display of the reports, but they do not display refreshed data...

    Code:
    Private Sub Form_Load()
    
    'Set the initial value of x to sequence thru reports
    x=1
    
    'Check D:\Test Directory
    ...
    See more | Go to post

  • Mary:

    Thanks! Worked like a charm...

    clint
    See more | Go to post

    Leave a comment:


  • Writing Records to Table with Spaces in the Names...

    Hello there:

    I'm just taking over maintenance of an Access DB that was written by a co-worker. Unfortunately, the naming convention used in creating the main table was poor, and I have fields with names such as "RO #" and "Part Number"

    When I write them as is, I get the "Item not in Collection" error... After commenting the offending statements out, all of the other fields are evidently...
    See more | Go to post
No activity results to display
Show More
Working...