-
WSorganizer
AskWoody LoungerSorry. That is over my head.
I am usually pretty good at following the instructions for how to do something in the help files – but none of the keywords I have tried to put in have led to any relevant examples.I do know what the format event is, and where to find it for the page and detail sections (and if I knew what the code was, I would know how to put it in there – but writing code for that from scratch would be beyond my ability). I was hoping it was going to be a simple line, similar to telling it how to put the “page 1 of 50” – but I’m guessing from your suggestion that I’m out of luck on that wish.
-cynthia
-
WSorganizer
AskWoody LoungerThank you!
The only zips which were causing me problems were those with the extra five characters – so I’ve done a query to find those and will put the extra digits in a separate field and strip it out of the zip field for those records.
thanks again,
-cynthia -
WSorganizer
AskWoody LoungerThank you. I think I’ve got it.
I had one problem. When I set the height of the group headers for Zip and CD to .0007″ and left the SD header at 0″, everything did what I wanted except:
IF a zip had more than one CD, then the zip reappeared once in front of each CD. This did NOT happen for a CD with more than one SD. I changed the height of the CD header back to 0″ (still leaving the SD header height at 0″), and now it appears to be working as it should (I don’t understand it – I expected that action might cause the CD to malfunction again, but apparently not so!)Thanks also for the explanation of what the wizard was doing. It was the “hide duplicates” property of the data field that I had not figured out in my explorations.
Thanks again,
-cynthia -
WSorganizer
AskWoody LoungerThank you very much. I’ll turn of the Name Autocorrect for now, and put the update on the “to do” list for the next time we have the technician come in. And thank you for the extra explanations.
-cynthia
-
WSorganizer
AskWoody LoungerThank you very much. Looking at these articles, I have an additional question. Because we have a somewhat non-standard installation of Office 2000, it looks like installing the update is something I should call our technician to do. But it isn’t clear to me whether perhaps simply unchecking the “Name Autocorrect” function might work.
My questions are:
1) What function do I lose if I uncheck the name autocorrect function? It is not clear to me from the “what’s this” explanation precisely what this function does.
2) Will simply unchecking this function solve the problem? If so, would there be any reason not to simply do this?
3) If I install the updates, do I ALSO need to uncheck the function?Thanks,
-cynthia -
WSorganizer
AskWoody LoungerWell! I am quite sure that I tried that earlier today – but I must have done something wrong in the reference. After reading your note, I decided to try it again before just replying that I tried it and it didn’t work – but VOILA! It seems to work just fine now. Thanks so much. If it still works in the morning when I add more records, I’ll be golden!
(I’m still baffled about how I got that other form to work – there is NOTHING in the default value property on that one. It’s a mystery. But I made that one almost two years ago).Thanks again,
-cynthia -
WSorganizer
AskWoody LoungerT_people is one-to-many with T_ContactDetails, and T_ContactTypes is one-to-many with T_ContactDetails
I have done this before without a subform (I have a form where you use a combobox to choose a program, and then it filters for all the people who have participated in that program – that is a completely separate database for an unrelated project) and its been working fine for many months.
I use subforms a lot, but didn’t want to use them on this form. Maybe I don’t know enough of the flexibility of subforms, but I was trying to avoid them becuase I don’t know how to get the space they occupy on the main form to grow and shrink for more or less records, and also I want some buttons and subforms seem to work better in a datasheet format, and that does not allow for buttons) -
WSorganizer
AskWoody LoungerYou can set the format to hyperlink, and be sure to put mailto: (with the colon) directly in front of the email address, as Thomas W suggested (but I do it in a hyperlink field, not a text field). Then you can just click on it and it generates an email message using your default email client.
This will not work, as near as I can tell, if you will be combining email addresses for mailing to multiple addresses, and it will look funny if you intend to print those addresses in an address list or something, but if you need to do that I have some workarounds that we use that I can help you with.
-cynthia
-
WSorganizer
AskWoody LoungerThank you! I now see that no amount of experimenting on my part would have gotten me to a workable solution – I don’t know that much about the hyperlink fields yet!
I put this code in and it appears to do just what I need.
Thanks again.
-cynthia -
WSorganizer
AskWoody LoungerThanks! That probably explains my situation. We have the sharing for the C drive set up as “depends on password”.
So – assuming that I understand correctly, and if we change the drive sharing to full priveleges with no passwords, is there any relatively simple way to set up the copy of the frontend Access Database that we put on some people’s computers to be “read only”?thanks again,
-cynthia -
WSorganizer
AskWoody LoungerOh well! I think with your latest I at least understand it enough that I can fix it if it shows up again, even if it does baffle me!
Funny thing – with my original code, when I convert it to 2000 it doesn’t work. But then if I convert it back to 97, it works again!
What quirks we run into.Thank you very much for your help!
-cynthia -
WSorganizer
AskWoody LoungerThat works!
And yes, ProgramID is a number (primary key autonumber in the table).
Can you explain anything about why this changed between 97 and 2000 so I can understand what I need to do if I run into it in other databases (which I’m sure to since I go back and forth between the two all the time!)?
Thank you very much,
-cynthia -
WSorganizer
AskWoody LoungerWe’re not quite there yet –
I cut and pasted that line directly out of your message and replaced my original line. Now when I update the FindProgram combobox I now get an error message “Run-Time Error ‘2501’: The ApplyFilter action was canceled.”Is there something else I should try?
-
WSorganizer
AskWoody LoungerThanks for the suggestions. Can’t try them ’til the service guy leaves, and as I’m off now for four days, that will probably be Monday.
Couple questions, though. I DID make some changes to the references two weeks ago – I did it on MY computer, but I was assuming that I was making a change to the database and it would be reflected anywhere we ran the database (I added the references to MSOutlook so we could launch e-mail automatically – haven’t finished it yet so haven’t tried that on her computer, only mine). If I make a change to the references, do I need to make those changes on every computer that accesses the database? And could ADDING a reference to Outlook on my computer mess up the reference to trimming (or whatever it is that might now be missing) on her computer? (Her computer hosts the database).
Might be a case of a little knowlege being a dangerous thing here! Maybe I should have left those e-mail addresses alone!
I’m also interested in the split database option. This is something I know nothing about, though I’ve picked up a bit just in various posts here that it has been a factor. Does that mean I would have my tables all in one database, and that the database containing all the forms, queries, etc would then link to those tables? I’m intrigued.
Thanks,
Back Monday,
-cynthia -
WSorganizer
AskWoody LoungerDecember 19, 2001 at 3:42 pm in reply to: How to carry some data into new record? (97, 2000) #559144Thanks for all the replies!
The info on the microsoft site that you suggest looks like what I need. This project is on the back shelf until this weekend, so I’ll put some more time in on it then and see if I can make it work.
Thanks again,
-cynthia
![]() |
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
-
Practice what you preach! A cautionary tale.
by
RetiredGeek
1 hour, 37 minutes ago -
Looking for Microsoft Defender Manuals/Tutorial
by
blueboy714
21 hours, 29 minutes ago -
Win 11 24H2 Home or Pro?
by
CWBillow
7 hours, 49 minutes ago -
Bipartisan Effort to Sunset the ‘26 Words That Created the Internet’..
by
Alex5723
1 day, 5 hours ago -
Outlook new and edge do not load
by
cHJARLES a pECKHAM
1 day, 17 hours ago -
Problem using exfat drives for backup
by
Danmc
1 day, 18 hours ago -
I hate that AI is on every computer we have!
by
1bumthumb
20 hours, 9 minutes ago -
Change Info in the Settings window
by
CWBillow
2 days ago -
Attestation readiness verifier for TPM reliability
by
Alex5723
2 days, 7 hours ago -
Windows Update says that “some settings are managed b your organization”
by
Ed Willers
1 day, 16 hours ago -
Use of Gmail rejected.
by
CBFPD-Chief115
1 day, 17 hours ago -
WuMgr operational questions
by
Tex265
19 hours, 27 minutes ago -
Beijing’s unprecedented half-marathon: Humans vs. humanoids!
by
Alex5723
2 days, 22 hours ago -
New Phishing Campaign Targeted at Mac Users
by
Alex5723
1 day, 23 hours ago -
Backing up Google Calendar
by
CWBillow
3 days, 5 hours ago -
Windows 11 Insider Preview build 27818 released to Canary
by
joep517
3 days, 17 hours ago -
File Naming Conventions (including Folders)
by
Magic66
2 days, 16 hours ago -
Windows 11 Insider Preview Build 26100.3613 (24H2) released to Release Preview
by
joep517
4 days, 1 hour ago -
Microsoft sends emails to Windows 10 users about EOS
by
Alex5723
3 days, 11 hours ago -
Outlook 2024 importing Calendar and Contacts – FAILURE
by
Kathy Stevens
2 days, 17 hours ago -
Adding Microsoft Account.
by
DaveBRenn
4 days, 2 hours ago -
Windows 11 Insider Preview build 26120.3576 released to DEV and BETA
by
joep517
5 days, 1 hour ago -
Windows 11 Insider Preview Build 22635.5090 (23H2) released to BETA
by
joep517
5 days, 2 hours ago -
Windows 11 won’t boot
by
goducks25
2 days, 18 hours ago -
Choosing virtual machine product for Windows on Mac
by
peterb
4 days, 16 hours ago -
Rest in Peace
by
Roy Lasris
5 days, 20 hours ago -
CISA : Install Windows March 2025 Updates until April 1 or shut down PC.
by
Alex5723
2 days, 18 hours ago -
Google proposes users with incompatible Win 11 PCs to migrate to ChromeOS Flex
by
Alex5723
5 days, 21 hours ago -
Drivers for Epson Perfection V600 Photo – scanner
by
Bookman
2 days, 12 hours ago -
Long Time Member
by
jackpet
5 days, 23 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.