Results 1 to 4 of 4
  1. #1
    thexxvi is offline Advanced Beginner
    Windows 7 64bit Access 2013
    Join Date
    May 2015
    Posts
    63

    Scrolling Marquee using Query Results

    Good morning,



    I am having trouble with coding a scrolling marquee that would use information that is pulled forward from a query. The query has the following fields:

    [Team Name]
    [Round]
    [Round Pick]
    [Player Picked]
    [Position]
    [Team]
    [Overall Pick]

    Ideally, what I would like is to have the scrolling marquee display the following:

    (QUERY RECORD 1's INFORMATION) "Round" [Round], "Pick" [Round Pick], "Overall Pick" [Overall Pick] - [Team Name] - [Player Picked], [Position], [Team] // (QUERY RECORD 2's INFORMATION) "Round" [Round], "Pick" [Round Pick], "Overall Pick" [Overall Pick] - [Team Name] - [Player Picked], [Position], [Team] and so on...

    with real information, it would look like this:

    Round 1, Pick 1, Overall Pick 1 - Team 1 Name - Aaron Rodgers, QB, Green Bay Packers // Round 1, Pick 2, Overall Pick 2 - Team 2 Name - Cam Newton, QB, Carolina Panthers // Round 1, Pick 3, Overall Pick 3 - Team 3 Name - Andrew Luck, QB, Indianapolis Colts


    I've come up with a code, but it includes a DLookup for every piece of information and it crashes access (as it should because I know that DLookups are completely inefficient).

    Any thoughts on how this can be accomplished?

    Thank you!

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,525
    cant you just show a form with all these fields?

  3. #3
    apr pillai's Avatar
    apr pillai is offline Competent Performer
    Windows 7 64bit Access 2007
    Join Date
    May 2010
    Location
    Alappuzha, India
    Posts
    209
    I think you should build a string combining data and place it on a textbox control and move it from right to left. The method is explained on this link with the sample program and you may download the demo database:

    http://www.msaccesstips.com/2006/10/reminder-ticker-form/


    http://www.msaccesstips.com/downloads/2008/10/wave-shaped-ticker/





  4. #4
    thexxvi is offline Advanced Beginner
    Windows 7 64bit Access 2013
    Join Date
    May 2015
    Posts
    63
    No ranman256. That will not work.

    Thank you apr pillai. I'll try it and reply back. By the way, your second link did not work.

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

Similar Threads

  1. Update MS Access Marquee text on each loop
    By iainct in forum Modules
    Replies: 1
    Last Post: 06-20-2016, 04:28 AM
  2. Replies: 4
    Last Post: 02-11-2016, 11:22 AM
  3. Replies: 5
    Last Post: 05-21-2013, 02:21 PM
  4. Replies: 3
    Last Post: 05-02-2013, 10:36 AM
  5. Replies: 6
    Last Post: 05-14-2012, 07:24 AM

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