-
WSkwvh
AskWoody LoungerWendell,
Thanks for the followup. Yes, there is VBA Code. I have 7 references in the VBA project, and all appear to be there. For the sake of expediency I added a module in VB to update the field using the ‘Left([Field4],3) & Mid([Field4],5,2) & Right([Field4],4)’ and looping through the recordset.
Very strange. FYI I am using Access 2003 SP3.
Thanks again.
Ken
-
WSkwvh
AskWoody LoungerWendell,
Thanks for the followup. Yes, there is VBA Code. I have 7 references in the VBA project, and all appear to be there. For the sake of expediency I added a module in VB to update the field using the ‘Left([Field4],3) & Mid([Field4],5,2) & Right([Field4],4)’ and looping through the recordset.
Very strange. FYI I am using Access 2003 SP3.
Thanks again.
Ken
-
WSkwvh
AskWoody LoungerWendell,
Thanks for the followup. Yes, there is VBA Code. I have 7 references in the VBA project, and all appear to be there. For the sake of expediency I added a module in VB to update the field using the ‘Left([Field4],3) & Mid([Field4],5,2) & Right([Field4],4)’ and looping through the recordset.
Very strange. FYI I am using Access 2003 SP3.
Thanks again.
Ken
-
WSkwvh
AskWoody LoungerWendell,
Thanks for the followup. Yes, there is VBA Code. I have 7 references in the VBA project, and all appear to be there. For the sake of expediency I added a module in VB to update the field using the ‘Left([Field4],3) & Mid([Field4],5,2) & Right([Field4],4)’ and looping through the recordset.
Very strange. FYI I am using Access 2003 SP3.
Thanks again.
Ken
-
WSkwvh
AskWoody LoungerWendell,
Thanks for the followup. Yes, there is VBA Code. I have 7 references in the VBA project, and all appear to be there. For the sake of expediency I added a module in VB to update the field using the ‘Left([Field4],3) & Mid([Field4],5,2) & Right([Field4],4)’ and looping through the recordset.
Very strange. FYI I am using Access 2003 SP3.
Thanks again.
Ken
-
WSkwvh
AskWoody LoungerFor some reason I get the following message when trying to run a query with “SSN: Left([Field4],3) & Mid([Field4],5,2) & Right([Field4],4)” as the Field to append to a table:
“Function is not available in expressions in query expression ‘SSN: Left([Field4],3) & Mid([Field4],5,2) & Right([Field4],4)’.”
Any ideas what would cause this?
Thanks,
Ken
-
WSkwvh
AskWoody LoungerFor some reason I get the following message when trying to run a query with “SSN: Left([Field4],3) & Mid([Field4],5,2) & Right([Field4],4)” as the Field to append to a table:
“Function is not available in expressions in query expression ‘SSN: Left([Field4],3) & Mid([Field4],5,2) & Right([Field4],4)’.”
Any ideas what would cause this?
Thanks,
Ken
-
WSkwvh
AskWoody LoungerFor some reason I get the following message when trying to run a query with “SSN: Left([Field4],3) & Mid([Field4],5,2) & Right([Field4],4)” as the Field to append to a table:
“Function is not available in expressions in query expression ‘SSN: Left([Field4],3) & Mid([Field4],5,2) & Right([Field4],4)’.”
Any ideas what would cause this?
Thanks,
Ken
-
WSkwvh
AskWoody LoungerFor some reason I get the following message when trying to run a query with “SSN: Left([Field4],3) & Mid([Field4],5,2) & Right([Field4],4)” as the Field to append to a table:
“Function is not available in expressions in query expression ‘SSN: Left([Field4],3) & Mid([Field4],5,2) & Right([Field4],4)’.”
Any ideas what would cause this?
Thanks,
Ken
-
WSkwvh
AskWoody LoungerFor some reason I get the following message when trying to run a query with “SSN: Left([Field4],3) & Mid([Field4],5,2) & Right([Field4],4)” as the Field to append to a table:
“Function is not available in expressions in query expression ‘SSN: Left([Field4],3) & Mid([Field4],5,2) & Right([Field4],4)’.”
Any ideas what would cause this?
Thanks,
Ken
-
WSkwvh
AskWoody LoungerFor some reason I get the following message when trying to run a query with “SSN: Left([Field4],3) & Mid([Field4],5,2) & Right([Field4],4)” as the Field to append to a table:
“Function is not available in expressions in query expression ‘SSN: Left([Field4],3) & Mid([Field4],5,2) & Right([Field4],4)’.”
Any ideas what would cause this?
Thanks,
Ken
-
WSkwvh
AskWoody LoungerFor some reason I get the following message when trying to run a query with “SSN: Left([Field4],3) & Mid([Field4],5,2) & Right([Field4],4)” as the Field to append to a table:
“Function is not available in expressions in query expression ‘SSN: Left([Field4],3) & Mid([Field4],5,2) & Right([Field4],4)’.”
Any ideas what would cause this?
Thanks,
Ken
-
WSkwvh
AskWoody LoungerAwesome. Just another function (InStrRev) that I was not aware of.
THANKS! ! !
-
WSkwvh
AskWoody LoungerThis worked.
Dim i As Integer
For i = 1 To Len(FileName)
[indent] If Left(Right(FileName, i), 1) = “” Then
[/indent][indent][indent] strFilenameonly = Right(FileName, i – 1)i = Len(FileName)
[/indent][/indent][indent] End If
[/indent]Next iThanks
-
WSkwvh
AskWoody Lounger> Where do you find documentation for things like that?
In the Access VBA help.
> I am trying to actually get the tab itself to have the focus and not the first field on the tab. Is that possible?
Don’t think so.
Hans,
I tried setting the focus to a control on the form header, then Me.TabCtl0.Value = 3. Voila’, I get the results I want. I don’t know why, but it works.
THANK YOU for putting me on the right path.
Ken
![]() |
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
-
Extended Windows Built-in Disk Cleanup Utility
by
bbearren
31 minutes ago -
Win 11 24H2 June 2025 Update breaks WIFI
by
dportenlanger
4 hours, 11 minutes ago -
Update from WinPro 10 v. 1511 on T460p?
by
CatoRenasci
1 hour, 28 minutes ago -
System Restore and Updates Paused
by
veteran
6 hours, 41 minutes ago -
Windows 10/11 clock app
by
Kathy Stevens
43 minutes ago -
Turn off right-click draw
by
Charles Billow
9 hours, 55 minutes ago -
Introducing ChromeOS M137 to The Stable Channel
by
Alex5723
13 hours, 26 minutes ago -
Brian Wilson (The Beach Boys) R.I.P
by
Alex5723
2 hours, 29 minutes ago -
Master patch listing for June 10, 2025
by
Susan Bradley
15 hours, 3 minutes ago -
Suggestions for New All in One Printer and a Photo Printer Windows 10
by
Win7and10
7 hours, 5 minutes ago -
Purchasing New Printer. Uninstall old Printer Software First?
by
Win7and10
21 hours, 5 minutes ago -
KB5060842 Issue (Minor)
by
AC641
1 day, 1 hour ago -
EchoLeak : Zero Click M365 Copilot leak sensitive information
by
Alex5723
1 day, 4 hours ago -
24H2 may not be offered June updates
by
Susan Bradley
2 hours, 47 minutes ago -
Acronis : Tracking Chaos RAT’s evolution (Windows, Linux)
by
Alex5723
1 day, 16 hours ago -
June 2025 updates are out
by
Susan Bradley
5 hours, 1 minute ago -
Mozilla shutting Deep Fake Detector
by
Alex5723
2 days, 7 hours ago -
Windows-Maintenance-Tool (.bat)
by
Alex5723
1 day, 16 hours ago -
Windows 11 Insider Preview build 26200.5641 released to DEV
by
joep517
2 days, 10 hours ago -
Windows 11 Insider Preview build 26120.4250 (24H2) released to BETA
by
joep517
2 days, 10 hours ago -
Install Office 365 Outlook classic on new Win11 machine
by
WSrcull999
2 days, 10 hours ago -
win 10 to win 11 with cpu/mb replacement
by
aquatarkus
2 days, 1 hour ago -
re-install Windows Security
by
CWBillow
2 days, 13 hours ago -
WWDC 2025 Recap: All of Apple’s NEW Features in 10 Minutes!
by
Alex5723
2 days, 17 hours ago -
macOS Tahoe 26
by
Alex5723
2 days, 11 hours ago -
Migrating from win10 to win11, instructions coming?
by
astro46
1 hour, 53 minutes ago -
Device Eligibility for Apple 2026 Operating Systems due this Fall
by
PKCano
2 days, 1 hour ago -
Recommended watching : Mountainhead movie
by
Alex5723
2 days, 2 hours ago -
End of support for Windows 10
by
Old enough to know better
1 hour, 18 minutes ago -
What goes on inside an LLM
by
Michael Covington
2 hours, 14 minutes 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.