Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1078927
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T21:47:46+00:00 2026-05-16T21:47:46+00:00

I am doing the following in code to set the default workgroup file: Application.SetDefaultWorkgroupFile

  • 0

I am doing the following in code to set the default workgroup file:

Application.SetDefaultWorkgroupFile “c:\myworkgroup.mdw”

How do I find out what the current workgroup is before I do this so I can revert? Is there something built into Access?

Thanks,
Greg

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T21:47:47+00:00Added an answer on May 16, 2026 at 9:47 pm

    I’m not aware of a method or property to return the current workgroup file. However, you can extract it from CurrentProject.Connection when you have a database open in Access.

    Public Function CurrentWorkgroupFile() As String
        Dim strSplit1 As String
        strSplit1 = Split(CurrentProject.Connection, "System database=")(1)
        CurrentWorkgroupFile = Split(strSplit1, ";")(0)
    End Function
    

    Edit: I think the Split() function is available in Access versions starting with 2000. If your Access version is older, you will need to extract the workgroup file location by another method.

    Edit2: Read about DBEngine.SystemDB in the comments following this answer.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I can't figure out what I'm doing wrong here. I have the following code:
I've set up application.html.erb to link to a stylesheet using the following code <%=
I have following batch file code: @echo off SET INSTALL_PATH=c:\program files\ :ask_again if exist
The following code is suppose to be doing this : - Displaying a string
I am doing the following in my code: _sound = new Sound(); _sound.addEventListener( SampleDataEvent.SAMPLE_DATA,
So I have the following code which is doing a setInterval until the iframe
Doing an ajax get request works as expected using the following code: $.ajax({ type:
I have the following code that's looping through files in a folder and doing
I'm doing a small app in Excel, and I have the following code when
I have the following PHP code doing a very simple select into a table.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.