Page 2 of 2 FirstFirst 12
Results 16 to 26 of 26
  1. #16
    Emmanuel is offline Competent Performer
    Windows 10 Access 2016
    Join Date
    Jan 2020
    Posts
    272
    Quote Originally Posted by Emmanuel View Post
    So what do you suggest I do please?
    What happens if I decide to forget about splitting the database
    Then I make sure I disable the shift bypass key
    How about that?

  2. #17
    Micron is offline Virtually Inert Person
    Windows 10 Access 2016
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    12,791
    So what do you suggest I do please?
    Afraid I don't know other than to say research it further as I already suggested because I didn't experience this issue when linking pw protected be tables. Others have asked questions that you didn't answer - you might want to fill in those blanks if you expect them to continue to help. Not splitting it is not a great idea, especially if it is shared. If not and you don't split, make sure you back up the data often; probably at least once per day if it's used daily.
    Last edited by Micron; 06-09-2021 at 10:22 AM. Reason: added info
    The more we hear silence, the more we begin to think about our value in this universe.
    Paraphrase of Professor Brian Cox.

  3. #18
    Minty is offline VIP
    Windows 10 Office 365
    Join Date
    Sep 2017
    Location
    UK - Wiltshire
    Posts
    3,003
    It sounds as if you are trying to protect your data, or your database.

    I would have a careful read of this excellent guide from Colin http://www.mendipdatasystems.co.uk/c...ity/4594444323
    DLookup Syntax and others http://access.mvps.org/access/general/gen0018.htm
    Please use the star below the post to say thanks if we have helped !
    ↓↓ It's down here ↓↓

  4. #19
    Emmanuel is offline Competent Performer
    Windows 10 Access 2016
    Join Date
    Jan 2020
    Posts
    272
    Quote Originally Posted by Welshgasman View Post
    Try different disks?, not logical partitions, but physical disks if you have more than one.
    Yes
    Have tried on two different computers and the same problem persists

  5. #20
    Join Date
    Jan 2017
    Location
    Swansea,South Wales,UK
    Posts
    4,914
    No not two computers but two different disks.
    I was thinking of disk head movement? Even put the be on another computer?

  6. #21
    isladogs's Avatar
    isladogs is offline MVP / VIP
    Windows 10 Access 2010 32bit
    Join Date
    Jan 2014
    Location
    Somerset, UK
    Posts
    5,974
    I suggest you create a persistent connection to your BE. This should cause a noticeable improvement in speed as the FE won't need to keep re-establishing the connection.
    To do this you need a small table in the BE -ideally one field and one record to minimise loading time. If necessary, create a dummy table for this purpose.
    Now create a form bound to that table and open it HIDDEN when the database starts. Leave the form open, hidden in the background, whilst your FE remains open.
    Colin, Access MVP, Website, email
    The more I learn, the more I know I don't know. When I don't know, I keep quiet!
    If I don't know that I don't know, I don't know whether to answer

  7. #22
    Emmanuel is offline Competent Performer
    Windows 10 Access 2016
    Join Date
    Jan 2020
    Posts
    272
    Quote Originally Posted by isladogs View Post
    I suggest you create a persistent connection to your BE. This should cause a noticeable improvement in speed as the FE won't need to keep re-establishing the connection.
    To do this you need a small table in the BE -ideally one field and one record to minimise loading time. If necessary, create a dummy table for this purpose.
    Now create a form bound to that table and open it HIDDEN when the database starts. Leave the form open, hidden in the background, whilst your FE remains open.
    Can you give an example for me to see how it will look like
    I think that will help me understand what you mean

  8. #23
    isladogs's Avatar
    isladogs is offline MVP / VIP
    Windows 10 Access 2010 32bit
    Join Date
    Jan 2014
    Location
    Somerset, UK
    Posts
    5,974
    Quote Originally Posted by Emmanuel View Post
    Can you give an example for me to see how it will look like
    I think that will help me understand what you mean
    Yes I can ... though it may not be any simpler than just trying it out for yourself.

    Attached is a zip file containing a split DB with FE and BE
    The BE contains a single table tblDummy with one field and one record.
    The FE has a hidden start form frmStart linked to that BE table and a main form frmMain

    To try this out, hold the shift key down whilst you open the FE to bypass the autoexec macro used at startup.
    Now go to the linked table manager and relink the BE table to your own BE file path.
    Close and re-open the FE.

    The BE table will remain linked in the background providing a persistent connection

    NOTE:
    If, as Minty suggested, you are trying to protect your data or your database, there is another article that may be even more useful on my website:
    http://www.mendipdatasystems.co.uk/i...y-2/4594571073
    Attached Files Attached Files
    Colin, Access MVP, Website, email
    The more I learn, the more I know I don't know. When I don't know, I keep quiet!
    If I don't know that I don't know, I don't know whether to answer

  9. #24
    Emmanuel is offline Competent Performer
    Windows 10 Access 2016
    Join Date
    Jan 2020
    Posts
    272
    Quote Originally Posted by isladogs View Post
    Yes I can ... though it may not be any simpler than just trying it out for yourself.

    Attached is a zip file containing a split DB with FE and BE
    The BE contains a single table tblDummy with one field and one record.
    The FE has a hidden start form frmStart linked to that BE table and a main form frmMain

    To try this out, hold the shift key down whilst you open the FE to bypass the autoexec macro used at startup.
    Now go to the linked table manager and relink the BE table to your own BE file path.
    Close and re-open the FE.

    The BE table will remain linked in the background providing a persistent connection
    Thanks
    Let me check the file out and see what I can make out of it

  10. #25
    Emmanuel is offline Competent Performer
    Windows 10 Access 2016
    Join Date
    Jan 2020
    Posts
    272
    Quote Originally Posted by isladogs View Post
    Yes I can ... though it may not be any simpler than just trying it out for yourself.

    Attached is a zip file containing a split DB with FE and BE
    The BE contains a single table tblDummy with one field and one record.
    The FE has a hidden start form frmStart linked to that BE table and a main form frmMain

    To try this out, hold the shift key down whilst you open the FE to bypass the autoexec macro used at startup.
    Now go to the linked table manager and relink the BE table to your own BE file path.
    Close and re-open the FE.

    The BE table will remain linked in the background providing a persistent connection

    NOTE:
    If, as Minty suggested, you are trying to protect your data or your database, there is another article that may be even more useful on my website:
    http://www.mendipdatasystems.co.uk/i...y-2/4594571073
    I went through the file and applied it to my database
    And am glad to say that it worked
    The speed has greatly been improved even after splitting.
    Thanks for your time
    And thanks the rest of the team
    You all are doing a great job

  11. #26
    isladogs's Avatar
    isladogs is offline MVP / VIP
    Windows 10 Access 2010 32bit
    Join Date
    Jan 2014
    Location
    Somerset, UK
    Posts
    5,974
    We were all pleased to help
    Colin, Access MVP, Website, email
    The more I learn, the more I know I don't know. When I don't know, I keep quiet!
    If I don't know that I don't know, I don't know whether to answer

Page 2 of 2 FirstFirst 12
Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 2
    Last Post: 08-09-2020, 03:57 PM
  2. TOP Query slowing down dramatically
    By cowboy in forum Queries
    Replies: 21
    Last Post: 06-26-2020, 06:25 AM
  3. TempVars Slowing Down Query?
    By jnoonan22 in forum Queries
    Replies: 4
    Last Post: 12-31-2015, 12:13 PM
  4. Function call in query slowing it down
    By sneuberg in forum Queries
    Replies: 2
    Last Post: 10-17-2014, 10:32 AM
  5. Database Splitting
    By Matthieu in forum Access
    Replies: 8
    Last Post: 02-08-2010, 03:37 PM

Tags for this Thread

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