-
WSaap2
AskWoody LoungerWell all,
The network guys changed the permissions on the network folder where the back-end of this distributed database lives. Now everyone who needs to get to it can, including me. I am reviewing the rules on securing a database now but am curious about one thing regarding split databases. If I password protect the back-end, can I encode that password in the users’ front-ends so they can function normally without having to know the back-end password? (see where I’m going with this?)Thanks again for all your help and suggestions.
-
WSaap2
AskWoody LoungerWendell, Hans, et.al.,
First, I am reading the document Hans suggested and it appears that one way to solve my problem is to create a new blank database and import the tables into it. Apparently, permissions are not imported with objects. I will try this tomorrow. (It is now late here too.) But, I have a couple of questions if you please.1. The “Open Exclusive” means that the user may perform any action that requires the database, table, or other object to be opened exclusively. It does not mean that when the user uses the database, it is always exclusively. Is this correct?
2. How can I tell if I am Admin when I log in, and what permissions I have?
3. I noticed that the “Open/Run” is disabled. Has Admin been altered some way to disable this?
4. When I attempt to open the Back-end database on the server, I get the following message…
Could not lock file. (Error 3050)
The operating system will not allow Microsoft -
WSaap2
AskWoody LoungerThanks.
In my quest to secure the back end databases, I think I locked myself out. I am trying to understand how to give myself the privliges needed to look at the back-end tables. (see error message below.)…You do not have the necessary permissions to use the object. Have your system administrator or the person who created this object establish the appropriate permissions for you. (Error 3033)
I was trying to reset the settings back the way they were before I made changes. I opened the back-end database, and did the following:
Tools | Security | User Groups and Permissions |
User/Group name: Admin Object Name:and selected Object Type “Database” then unchecked “Open Exclusive”
What should the setting be so that I can view the contents of the back-end tables?
-
WSaap2
AskWoody LoungerThanks Wendell,
It turns out that one of the users was in the back-end in design mode, “…just checking it out…”. (despite my request to all users not to open the back-end) Is there a way, on our network to hide the back end database? I think it is easy enough for some users to know how to “show hidden objects”. Is there a way for me to assign some form of security that prohibits users from seeing the back end databases without hindering their ability to use the front end? I am currently reviewing “Manage user and group accounts” from help. Any other resources appreciated.
Many thanks,
-
WSaap2
AskWoody LoungerSingle table works much better. By turning on a “NewEmployee” yes/no field in each record, we differentiate between pending new employees and current employees. Active employees are identified as those whose termination date is null.
A question about efficiency: When DLookUp is run from a front end, does it return an entire table from the back end over the network and then do the filtering for the record? Or is filtering done on back end and only the selected record sent across the network line? Is it more efficient in a split db model to have DLookUp or maybe a combo box who’s rowsource is a query?
Thanks,
-
WSaap2
AskWoody LoungerThanks for the handholding. UNC links are in place. Network guys are happy. Life is good. I also found some code on this site that seems to establish and refresh links each time a db is opened.
-
WSaap2
AskWoody LoungerGot it. This works better than after update. Thanks!
-
WSaap2
AskWoody LoungerThanks for the pointer.
I am using the After Update event of the textbox where the user enters the SysID because I want them to get the message at the time of data entry. The final step of appending the new employee stuff to the current employee table comes after HR reviews all the info and clicks a “Save Record” command button. It is my hope that by then, all the information will have been validated and corrected if necessary.
Thanks again, -
WSaap2
AskWoody LoungerStill getting the same error but I did move the msgbox to the Err_SysId_AfterUpdate: and now, at least, I get my message to display instead of the system message. However, it is apparent that the error occurs before the DLookup has completed. When I test with a SysId that is already in use, it jumps to the error handler and never turns the bln to TRUE.
-
WSaap2
AskWoody LoungerThanks Charlotte. As always, this board is a great help.
When I set the Group Header property to Keep Together Whole Group, I don’t get 2 records per page as required. This is why I am trying to force a page break after every 2 records.Regarding using the group header to control page break, this is a carry over from Access 97 Help (search for “page break” and followed the instructions for VB Code) that I used in other Access97 reports.
My report is grouped by Client (Header-yes, Footer-no) and the detail section contains some fields and a subreport. The subreport contains a memo field in the detail section and no report or page headers or footers.
In the detail section of the main report, I have a text box (txtRecordCounter) whose control source =1 and Running Sum property set to “Over all”.
So, I am trying to force a page break after each 2 clients. I inserted the code you suggested and still am getting a blank page on the end if I select an even number of clients.
My next step is to evaluate the txtRecordCounter.value and if even, set [Pages] to [Pages]-1 or something like that. Not sure how this will work
and always interested in other suggestions.
Many thanks,
-
WSaap2
AskWoody LoungerJuly 12, 2002 at 7:48 pm in reply to: Searching Multiple Entries in the same Field (2000 SP2) #600850An example of what mark said is attached. see Meetings.mdb
-
WSaap2
AskWoody LoungerI had a similar situation that I solved in this way. I made a table of all names and addresses called tblContacts and a table of contact types called tblContactTypes.
The fields for tblContacts included the usual, FirstName, LastName, CompanyName, Addr1,…..then a series of fields to indicate which lists they belonged to. ListId1, ListId2, ListId3… to ListId25 (probably breaking table normalization rules but it worked)The fields for tblContactTypes were ContactTypeID (key field, indexed, no duplicates) and ContactTypeDescription
A form had a combo box with row source tblContactTypes and a filter the returned the records based on the users selection.
Another form was used each time a new type of contact list needed to be added. It never got larger than 25 which was fairly manageable.
Hope this helps.
-
WSaap2
AskWoody LoungerJuly 12, 2002 at 2:57 pm in reply to: Geting the Latest Date for the data (Access XP (2002 format)) #600761Thanks,
This works fine and I did changed the field name.
I still would like to know how to pass the results of an SQL statement back via a function. Do I need to create a recordset?As always, this board is fantastic!
-
WSaap2
AskWoody LoungerThanks,
If the user makes no selections from the list box, what should the filter look like to get all items in the list instead of no data? -
WSaap2
AskWoody LoungerI just want to be sure of something. When I follow your suggestion, should the “Record Source” property for the report be blank or have the query name?
![]() |
Patch reliability is unclear. Unless you have an immediate, pressing need to install a specific patch, don't do it. |
SIGN IN | Not a member? | REGISTER | PLUS MEMBERSHIP |

Plus Membership
Donations from Plus members keep this site going. You can identify the people who support AskWoody by the Plus badge on their avatars.
AskWoody Plus members not only get access to all of the contents of this site -- including Susan Bradley's frequently updated Patch Watch listing -- they also receive weekly AskWoody Plus Newsletters (formerly Windows Secrets Newsletter) and AskWoody Plus Alerts, emails when there are important breaking developments.
Get Plus!
Welcome to our unique respite from the madness.
It's easy to post questions about Windows 11, Windows 10, Win8.1, Win7, Surface, Office, or browse through our Forums. Post anonymously or register for greater privileges. Keep it civil, please: Decorous Lounge rules strictly enforced. Questions? Contact Customer Support.
Search Newsletters
Search Forums
View the Forum
Search for Topics
Recent Topics
-
Windows 11 Insider Preview Build 26100.4188 (24H2) released to Release Preview
by
joep517
1 minute ago -
Microsoft is now putting quantum encryption in Windows builds
by
Alex5723
56 minutes ago -
Auto Time Zone Adjustment
by
wadeer
4 hours, 30 minutes ago -
To download Win 11 Pro 23H2 ISO.
by
Eddieloh
2 hours, 10 minutes ago -
Manage your browsing experience with Edge
by
Mary Branscombe
1 hour, 23 minutes ago -
Fewer vulnerabilities, larger updates
by
Susan Bradley
30 minutes ago -
Hobbies — There’s free software for that!
by
Deanna McElveen
1 hour, 21 minutes ago -
Apps included with macOS
by
Will Fastie
2 hours, 11 minutes ago -
Xfinity home internet
by
MrJimPhelps
1 hour, 16 minutes ago -
Convert PowerPoint presentation to Impress
by
RetiredGeek
3 hours, 26 minutes ago -
Debian 12.11 released
by
Alex5723
1 day, 1 hour ago -
Microsoft: Troubleshoot problems updating Windows
by
Alex5723
1 day, 5 hours ago -
Woman Files for Divorce After ChatGPT “Reads” Husband’s Coffee Cup
by
Alex5723
8 hours, 46 minutes ago -
Moving fwd, Win 11 Pro,, which is best? Lenovo refurb
by
Deo
1 hour, 11 minutes ago -
DBOS Advanced Network Analysis
by
Kathy Stevens
1 day, 22 hours ago -
Microsoft Edge Launching Automatically?
by
healeyinpa
1 day, 12 hours ago -
Google Chrome to block admin-level browser launches for better security
by
Alex5723
2 days ago -
iPhone SE2 Stolen Device Protection
by
Rick Corbett
1 day, 17 hours ago -
Some advice for managing my wireless internet gateway
by
LHiggins
1 day ago -
NO POWER IN KEYBOARD OR MOUSE
by
HE48AEEXX77WEN4Edbtm
2 hours, 41 minutes ago -
A CVE-MITRE-CISA-CNA Extravaganza
by
Nibbled To Death By Ducks
2 days, 10 hours ago -
Sometimes I wonder about these bots
by
Susan Bradley
2 days, 6 hours ago -
Does windows update component store “self heal”?
by
Mike Cross
1 day, 20 hours ago -
Windows 11 Insider Preview build 27858 released to Canary
by
joep517
3 days ago -
Pwn2Own Berlin 2025: Day One Results
by
Alex5723
1 day, 8 hours ago -
Windows 10 might repeatedly display the BitLocker recovery screen at startup
by
Susan Bradley
20 hours, 57 minutes ago -
Windows 11 Insider Preview Build 22631.5409 (23H2) released to Release Preview
by
joep517
3 days, 3 hours ago -
Windows 10 Build 19045.5912 (22H2) to Release Preview Channel
by
joep517
3 days, 3 hours ago -
Kevin Beaumont on Microsoft Recall
by
Susan Bradley
2 days, 15 hours ago -
The Surface Laptop Studio 2 is no longer being manufactured
by
Alex5723
3 days, 11 hours ago
Recent blog posts
Key Links
Want to Advertise in the free newsletter? How about a gift subscription in honor of a birthday? Send an email to sb@askwoody.com to ask how.
Mastodon profile for DefConPatch
Mastodon profile for AskWoody
Home • About • FAQ • Posts & Privacy • Forums • My Account
Register • Free Newsletter • Plus Membership • Gift Certificates • MS-DEFCON Alerts
Copyright ©2004-2025 by AskWoody Tech LLC. All Rights Reserved.