-
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
-
CISA warns of hackers targeting critical oil infrastructure
by
Nibbled To Death By Ducks
7 hours, 29 minutes ago -
AI slop
by
Susan Bradley
6 hours, 39 minutes ago -
Chrome : Using AI with Enhanced Protection mode
by
Alex5723
8 hours, 45 minutes ago -
Two blank icons
by
CR2
15 hours, 15 minutes ago -
Documents, Pictures, Desktop on OneDrive in Windows 11
by
ThePhoenix
17 hours, 39 minutes ago -
End of 10
by
Alex5723
20 hours, 20 minutes ago -
End Of 10 : Move to Linux
by
Alex5723
20 hours, 49 minutes ago -
Single account cannot access printer’s automatic duplex functionality
by
Bruce
17 hours, 18 minutes ago -
test post
by
gtd12345
1 day, 2 hours ago -
Privacy and the Real ID
by
Susan Bradley
16 hours, 28 minutes ago -
MS-DEFCON 2: Deferring that upgrade
by
Susan Bradley
8 hours, 34 minutes ago -
Cant log on to oldergeeks.Com
by
WSJonharnew
1 day, 6 hours ago -
Upgrading from Win 10
by
WSjcgc50
8 hours, 4 minutes ago -
USB webcam / microphone missing after KB5050009 update
by
WSlloydkuhnle
16 minutes ago -
TeleMessage, a modified Signal clone used by US government has been hacked
by
Alex5723
1 day, 22 hours ago -
The story of Windows Longhorn
by
Cybertooth
1 day, 10 hours ago -
Red x next to folder on OneDrive iPadOS
by
dmt_3904
2 days ago -
Are manuals extinct?
by
Susan Bradley
11 hours, 48 minutes ago -
Canonical ditching Sudo for Rust Sudo -rs starting with Ubuntu
by
Alex5723
2 days, 9 hours ago -
Network Issue
by
Casey H
1 day, 20 hours ago -
Fedora Linux is now an official WSL distro
by
Alex5723
2 days, 21 hours ago -
May 2025 Office non-Security updates
by
PKCano
2 days, 21 hours ago -
Windows 10 filehistory including onedrive folder
by
Steve Bondy
2 days, 23 hours ago -
pages print on restart (Win 11 23H2)
by
cyraxote
2 days ago -
Windows 11 Insider Preview build 26200.5581 released to DEV
by
joep517
3 days, 2 hours ago -
Windows 11 Insider Preview build 26120.3950 (24H2) released to BETA
by
joep517
3 days, 2 hours ago -
Proton to drop prices after ruling against “Apple tax”
by
Cybertooth
3 days, 9 hours ago -
24H2 Installer – don’t see Option for non destructive install
by
JP
1 hour, 17 minutes ago -
Asking Again here (New User and Fast change only backups)
by
thymej
3 days, 20 hours ago -
How much I spent on the Mac mini
by
Will Fastie
1 day, 4 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.