Results 1 to 3 of 3
  1. #1
    Richard-S is offline Novice
    Windows 10 Access 2010 32bit
    Join Date
    Jul 2016
    Location
    Chula Vista, California, United States
    Posts
    22

    Form with continuous scrolling fields to show data changes

    The object is to have a form with a scrolling list of rows that does only scrolling. The purpose of this is to show an audience data changes over time. I was able to make a scrolling form using a query that was based on a time change with a requery and timer, but that is to show only the current 10 most recent changes. That form worked well.



    However, I am unable to think of a way to maintain the original order of a table to only move the order up one and keep scrolling going from 1 through end# then back to 1 and continue that scrolling indefinitely. The screen shows 10-12 rows at a time so the screen should show 1-10, then 2-11, then 3-11 and so on until there is a screen showing 20-25 and 1-5, for example. Also 20-25(end) then next time 1-10 would also work. They would like to see all 10 auction items, but if that does not work, then whatever can work to show as many as possible will be acceptable.

    Background: This form is to be part of an auction process that has bidders using networked computers to make bids. One large screen would be used to show auction items and their status, such as description, an image, current amount bid and bidder number. Instead of a typical auction showing one item at a time, this auction is all items being offered at once with a future closing time for all.

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,525
    A continuous form shows the list of items.
    You will need a date stamp field to show the list in order of change. It doesnt need filled in, just set the field to DEFAULT = NOW() , and Access will fill it in.
    (be sure the field data format = general date)

  3. #3
    Richard-S is offline Novice
    Windows 10 Access 2010 32bit
    Join Date
    Jul 2016
    Location
    Chula Vista, California, United States
    Posts
    22
    Thanks, that helped showing changes to the timed order of changes being made.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 4
    Last Post: 02-11-2016, 11:22 AM
  2. Replies: 3
    Last Post: 07-21-2014, 06:08 AM
  3. Replies: 2
    Last Post: 04-22-2014, 02:48 PM
  4. Stop Continuous Form Scrolling up
    By Deutz in forum Forms
    Replies: 4
    Last Post: 10-19-2011, 10:38 PM
  5. Replies: 1
    Last Post: 07-30-2011, 03:21 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums