Results 1 to 5 of 5
  1. #1
    Mickjav is offline Competent Performer
    Windows 10 Access 2016
    Join Date
    Mar 2019
    Location
    Margate, Kent
    Posts
    123

    Splash screen Image needed

    I am quite happy to pay the person who is chossen to undertake this project.

    this is the location to the project which will give you an idear as to what It's about there is another forum for posted weekly charts

    https://databasedreams.createaforum....er-elite-2020/

    It should be an image without text I will add what I require and a fomat that can be embeded in Access picture frames.

    thanks mick

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,515
    make a borderless form,
    paste a photo into it,
    put the timer on , say 4 seconds: set timer=4000
    set ON TIMER event to shut off the splash screen and load the main menu:
    Code:
    sub form_TIMER()
       docmd.openform "frmMainMenu"
       docmd.close  acForm, "frmSplash"
    end sub

  3. #3
    Mickjav is offline Competent Performer
    Windows 10 Access 2016
    Join Date
    Mar 2019
    Location
    Margate, Kent
    Posts
    123
    Hi ranman It's not the code I have problems with lol It's Images and the creating of they never like me but have found somebody on https://www.fiverr.com so my image wows are in the past with the appication of a bit of cash lol

  4. #4
    June7's Avatar
    June7 is online now VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,795
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  5. #5
    Mickjav is offline Competent Performer
    Windows 10 Access 2016
    Join Date
    Mar 2019
    Location
    Margate, Kent
    Posts
    123
    There's also one here: https://databasedreams.createaforum....signer-needed/

    but as you can see It's asking for a service which I was happy to pay for plus I have managed each post.

    If I was asking for help I could of course only post in one place.

    I have tried to mark it complete as I now have found somebody to undertake said works thanks

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

Similar Threads

  1. Replies: 1
    Last Post: 08-08-2014, 06:35 AM
  2. Creating a Splash Screen
    By jaarons in forum Forms
    Replies: 8
    Last Post: 12-29-2012, 11:12 PM
  3. Replies: 11
    Last Post: 06-05-2011, 09:51 PM
  4. Why unbound from as Splash Screen??
    By jasonbarnes in forum Access
    Replies: 4
    Last Post: 01-25-2011, 08:41 AM
  5. Splash Screen
    By venu in forum Access
    Replies: 3
    Last Post: 04-02-2010, 09:37 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