-
WSfdonahoe
AskWoody LoungerYour reply prompted me to look at the data in the table I was going to use on the one side of a one-to-many relationship between stu-sr (section resource) and stu-abc (grading). This is a very large database made up from data extracted from a mainframe hierarchial system. Apparantly there are instances where a grade will be recorded (abc-record) without having a section resource record (sr-record). At this point I’ve decided not to pursue trying to use the referential integrity.
The initial error message made it sound like an index problem between the stu-ab and stu-abc records, but I guess the data is evaluated all the way down before it will put on the relationship (??). I’m sure the problem is more related to the stu-sr data. Thanks for everyone’s help.
-
WSfdonahoe
AskWoody LoungerThank you very much. That worked. I SWEAR I tried that, but I must have changed something else in the meantime. Thanks so much for your quick response.
-
WSfdonahoe
AskWoody LoungerOctober 18, 2006 at 2:56 pm in reply to: Send e-mail without security alert? (Access 2003/O #1034144I figured out how to declare this and it works now.
Dim objMessage as CDO.Message
Then when I do the set I don’t get an error, and the emailing is working fine.thanks.
-
WSfdonahoe
AskWoody LoungerOctober 18, 2006 at 2:38 pm in reply to: Send e-mail without security alert? (Access 2003/O #1034139I’ve just started to use CDO to send a group of emails from Access. I get a compile error on my CreateObject line. I added the reference Microsoft CDO for Windows 2000 Library. Is there some other reference that needs to be added? i didn’t see any other CDO related ones.
The compile error I get is “Object required”. My line looks like this:
Set objMessage = CreateObject(“CDO.Message”)I’ve tried dimensioning objMessage as string. There really is no other type that shows up that looks like it would apply.
Also, I’ve seen references in posts to CDOnuts (??) or something like that. Is that different?Any ideas? Thanks.
-
WSfdonahoe
AskWoody LoungerThanks for posting this again!
-
WSfdonahoe
AskWoody LoungerI changed the code in this sub as you suggested and it works great. Thanks again.
-
WSfdonahoe
AskWoody LoungerI moved it around and even tried setting the warnings off inside the if, but I still got the “domenuitem” message after my message box. I started wondering if it had something to do with the docmd in the sub for the save button on the form. When I looked at that code the error handling had a msg box. When I commented that out it worked fine.
Private Sub Command80_Click()
On Error GoTo Err_Command80_ClickDoCmd.SetWarnings False
DoCmd.DoMenuItem acFormBar, acRecordsMenu, acSaveRecord, , acMenuVer70
DoCmd.SetWarnings TrueExit_Command80_Click:
Exit SubErr_Command80_Click:
‘MsgBox Err.Description
Resume Exit_Command80_ClickEnd Sub
Thanks for your help!! I’m the only one here using Access and without this bulletin board I would have no resources to go to. Thanks for responding so fast.
-
WSfdonahoe
AskWoody LoungerPrivate Sub Form_BeforeUpdate(Cancel As Integer)
Me!Checkchange = True
Me!txtuserid = Forms!frmdept!Text11
Me!txtuseriddate = Now()
If Me!holdadd = True And Me!Check83 = False Then
Me!Check83 = True
End If
DoCmd.SetWarnings (warningsoff)
If IsNull(Me!Combo88) Or Me!Combo88 = ” ” Then
Call MsgBox(“Course Number is required”, vbInformation, “Master Schedule”)
Me!Combo88.SetFocus
Cancel = True
DoCmd.SetWarnings (warningson)
Exit Sub
End If
If IsNull(Me!SR_SECTION_NUM) Or Me!SR_SECTION_NUM = 0 Then
Call MsgBox(“Section Number is required”, vbInformation, “Master Schedule”)
Me!SR_SECTION_NUM.SetFocus
Cancel = True
DoCmd.SetWarnings (warningson)
Exit Sub
End IfMe!SEQ = Nz(DMax(“[seq]”, “extractdata”, “[sr_course_code] = ‘” & Me.Combo88 & “‘ and sr_section_num = ‘” & Me!SR_SECTION_NUM & “‘”), 0)
End Sub -
WSfdonahoe
AskWoody LoungerYes, thank you.
If IsNull(Me!SR_SECTION_NUM) Or Me!SR_SECTION_NUM = 0 Then
Call MsgBox(“Section Number is required”, vbInformation, “Master Schedule”)
Me!SR_SECTION_NUM.SetFocus
Cancel = True
DoCmd.SetWarnings (warningson)
Exit Sub
End If -
WSfdonahoe
AskWoody LoungerI found this post which was exactly what I needed. But…
After my message comes up about the field being required, and I try to send them back to the form, I get this window that say “The DoMenuItem action was canceled.” Is there any way to avoid getting this window? I’d just like them to click ok. on my message window and take them back to the required field on the form. I tried putting in a docmd.setwarnings (messageoff) in the vba code, turning it back on after the cancel, but that didn’t work.
I’ve attached a copy of the message.
Thanks.
-
WSfdonahoe
AskWoody LoungerThank you! That worked great!!
-
WSfdonahoe
AskWoody LoungerThank you so much! This has been driving me crazy, and this is exactly the reason. Works like a charm now. Thanks again.
-
WSfdonahoe
AskWoody LoungerThanks for the info from both. I’ll check them out and post back if my problems aren’t identified.
-
WSfdonahoe
AskWoody LoungerThanks for the info from both. I’ll check them out and post back if my problems aren’t identified.
-
WSfdonahoe
AskWoody LoungerMarch 23, 2004 at 8:26 pm in reply to: Auto Tab To Next Field When Current Field Is Fille (a2k (9.0.6926) SP-3 Jet 4.0 SP-7) #803602You can only use the auto tab on text boxes. So I guess I would create the combo box as unbound, and create a bound text box right next to it that is part of the tab order. Take the tab stop off of the combo box. Put an input mask and auto tab in the text box. It sounds like they’re probably going to know what they want to type in anyway, without using the drop-down from the combo. If they do use the combo, put an event in the after update to set the text box equal to the combo box. You could also add an event to the text box to check for valid data if you want it to limit to the list in the combo box.
That’s what I’d do anyway, but I’m usually finding my own strange ways to do things. I did try it on a small form with 3 fields. With everything autotabing it goes to a new record after the last field. If you want to force them to save you’ll have to put a hidden field in to make it loop on the same record. There are probably better ways that I don’t know about. Hope this helps.
![]() |
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
-
Slow Down in Windows 10 performance after March 2025 updates ??
by
arbrich
6 hours, 2 minutes ago -
Mail from certain domains not delivered to my outlook.com address
by
pumphouse
8 hours, 28 minutes ago -
Is data that is in OneDrive also taking up space on my computer?
by
WShollis1818
16 hours, 9 minutes ago -
Nvidia just fixed an AMD Linux bug
by
Alex5723
1 day, 10 hours ago -
50 years and counting
by
Susan Bradley
7 hours, 47 minutes ago -
Fix Bluetooth Device Failed to Delete in Windows Settings
by
Drcard:))
17 hours, 7 minutes ago -
Licensing and pricing updates for on-premises server products coming July 2025
by
Alex5723
1 day, 21 hours ago -
Edge : Deprecating window.external.getHostEnvironmentValue()
by
Alex5723
1 day, 21 hours ago -
Rethinking Extension Data Consent: Clarity, Consistency, and Control
by
Alex5723
1 day, 21 hours ago -
OneNote and MS Word 365
by
CWBillow
1 day, 23 hours ago -
Ultimate Mac Buyers Guide 2025: Which Mac is Right For You?
by
Alex5723
1 day, 23 hours ago -
Intel Unison support ends on Windows 11 in June
by
Alex5723
1 day, 23 hours ago -
April 2025 — still issues with AMD + 24H2
by
Kevin Jones
1 day, 23 hours ago -
Windows 11 Insider Preview build 26200.5518 released to DEV
by
joep517
2 days, 11 hours ago -
Windows 11 Insider Preview build 26120.3671 (24H2) released to BETA
by
joep517
2 days, 11 hours ago -
Forcing(or trying to) save Local Documents to OneDrive
by
PateWilliam
2 days, 20 hours ago -
Hotpatch for Windows client now available (Enterprise)
by
Alex5723
2 days, 8 hours ago -
MS-DEFCON 2: Seven months and counting
by
Susan Bradley
1 day, 9 hours ago -
My 3 monitors go black & then the Taskbar is moved to center monitor
by
saturn2233
3 days, 5 hours ago -
Apple backports fixes
by
Susan Bradley
2 days, 11 hours ago -
Win 11 24H2 will not install
by
Michael1950
1 day, 9 hours ago -
Advice to convert MBR to GPT and install Windows 11 Pro on unsupported PC
by
Andy M
3 hours, 16 minutes ago -
Photos from iPhone to Win 10 duplicating/reformatting to .mov
by
J9438
1 day, 18 hours ago -
Thunderbird in trouble. Here comes Thundermail
by
Alex5723
5 hours, 45 minutes ago -
Get back ” Open With” in context menus
by
CWBillow
3 days, 20 hours ago -
Many AMD Ryzen 9800X3D on ASRock have died
by
Alex5723
2 days, 12 hours ago -
simple general stupid question
by
WSaltamirano
3 days, 17 hours ago -
April 2025 Office non-Security updates
by
PKCano
4 days, 11 hours ago -
Microsoft wants to hear from you
by
Will Fastie
2 days, 2 hours ago -
Windows 11 Insider Preview Build 22635.5160 (23H2) released to BETA
by
joep517
4 days, 14 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.