-
WSFlyerMike
AskWoody LoungerNo built in functions…so the menu system is out.
It is supposed to be automatic, but without VBA….I think these are conflicting requirements. Without VBA, you lose the automatic part.
A formula in and of itself would get you halfway there, something along the lines of =IF(A1”,1,2) would go in B1. You’d still need some type of sort routine. As I wrote earlier, the formula isn’t necessary, but I can’t imagine the automatic magic without code.We’ll see what others have to say…
-
WSFlyerMike
AskWoody LoungerI highlighted A1:A10, and did Data – Sort. The blanks are at the bottom…..and David appears before Jack…which doesn’t matter.
-
WSFlyerMike
AskWoody LoungerTaking a look at the table structure
tbl2Date tbl3SetInfo ---------------- ---------------- JobNumber JobNumber Date Date Set Set ReqStrength ReqStrength Location Location Slump Slump Air Air ID Strength
I’m not entirely sure why you repeat the ReqStrength, Slump, and Air. If tbl2Date is a table of tests, or something….one could make the key fields a combination of JobNumber, Date, and Location. Theoretically, I would not do the same job more than once at a location on a given date.
Assuming this is correct (and I am not sure what slump and air are), the data that relates to a given job, at a location, on a date would also reside in tbl2Date. I would not repeat these fields in tbl3SetInfo.
Apparently table 3 stores different strengths? Any idea what purpose the ID field serves?
Proposed new table tbl2Date
JobNumber
Date
Location
Set
ReqStrength
Slump
AirProposed new table tbl3SetInfo
JobNumber
Date
Location
ID
Strength -
WSFlyerMike
AskWoody LoungerWhen you bring up the properties of the subform from within the main form, go to the Data tab.
Are you able to directly edit the “Link Child fields” and “Link Master fields”? You should be able to add the other two links?
Out of curiosity, why are these fields in different tables? If five fields comprise a unique record, are they indexed?
-
WSFlyerMike
AskWoody LoungerUnder the category of “hmmmmm”….
If one adds a command button (from the Controls toolbar), you may not add control tip text.
If a UserForm is added to a workbook, and a command button is added to the form, control tip text may be added to the button.
I think the original poster was referring to control tips.
-
WSFlyerMike
AskWoody LoungerHere’s what I came up with
-
WSFlyerMike
AskWoody LoungerJohn:
I’ve never tried to do an Advanced Filter on non-contiguous ranges. I took the “cowards” approach and put your blue region below the green.
I haven’t used the union function before.
-
WSFlyerMike
AskWoody LoungerJohn:
What was the result of the John routine supposed to be?
I was able to eliminate the error by the following modification:
Sub john() On Error GoTo Err_john Dim oWB As String Dim oJoinNewRng01 As Range oWB = Application.ActiveWorkbook.Name Set oJoinNewRng01 = Union(Workbooks(oWB).Sheets("Sheet1").Range("A10:A14"), Range("B10:D14")) oJoinNewRng01.AdvancedFilter Action:=xlFilterCopy, _ CriteriaRange:=Workbooks(oWB).Sheets("Sheet1").Range("Criteria"), _ CopyToRange:=Workbooks(oWB).Sheets("Sheet1").Range("I10:L10"), _ Unique:=False Exit_john: Exit Sub Err_john: MsgBox Err.Number & " - " & Err.Description Resume Exit_john End Sub
-
WSFlyerMike
AskWoody LoungerClaude:
Have you tried setting up rules? In O2K I can apply categories to e-mail when they arrive.
-
WSFlyerMike
AskWoody LoungerDisplay the formatting toolbar, and select the object in question from the combo box on the left….assuming MS hasn’t moved the toolbar objects around…
-
WSFlyerMike
AskWoody LoungerWhen you wrote the following in your original message, I assumed you were only concerned with formatting.
I can’t seem to come up with any creative ways of doing this. I want to manipulate the formatting of the range with numeric values without affecting the blank cells.
You are no longer concerned with formatting? You want the range (defined as Min and Max) of the cells within the specified area?
=MIN(B4:J12) and =MAX(B4:J12) won’t work?
Called from within code, the range B4:J12 could be set to some constant, and you could use
WorksheetFunction.Max() and WorksheetFunction.Min()
Is this what you are after?
-
WSFlyerMike
AskWoody LoungerYou mean other than applying conditional formatting?
-
WSFlyerMike
AskWoody LoungerSelect tbl_Misc.* from tbl_Misc (Obviously use your own table(s) and fields here)
where tbl_Misc.Category In(‘ThisOne’, ‘That One’, ‘The Other Thing’);I prefer the In() function for a somewhat tidier SQL statement (as opposed to linking OR statements)
Are you intending to provide a listbox with multiple selections possible?
-
WSFlyerMike
AskWoody LoungerIf the form is for viewing only those records that are On Hold or the field is null, why not skip the filters and base the form on this criteria? Go to the form’s Record Source and use the wizard to set these criteria.
-
WSFlyerMike
AskWoody LoungerI would not think so. What is the setting for the property “Allow Filters”? I would assume that it is “Yes”.
![]() |
There are isolated problems with current patches, but they are well-known and documented on this site. |
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
-
.NET 8.0 Desktop Runtime (v8.0.16) – Windows x86 Installer
by
WSmeyerbos
12 hours, 56 minutes ago -
Neowin poll : What do you plan to do on Windows 10 EOS
by
Alex5723
8 hours, 40 minutes ago -
May 31, 2025—KB5062170 (OS Builds 22621.5415 and 22631.5415 Out-of-band
by
Alex5723
11 hours, 30 minutes ago -
Discover the Best AI Tools for Everything
by
Alex5723
11 hours, 39 minutes ago -
Edge Seems To Be Gaining Weight
by
bbearren
1 hour, 48 minutes ago -
Rufus is available from the MSFT Store
by
PL1
9 hours, 50 minutes ago -
Microsoft : Ending USB-C® Port Confusion
by
Alex5723
1 day, 12 hours ago -
KB5061768 update for Intel vPro processor
by
drmark
19 hours, 6 minutes ago -
Outlook 365 classic has exhausted all shared resources
by
drmark
15 hours, 17 minutes ago -
My Simple Word 2010 Macro Is Not Working
by
mbennett555
1 day, 8 hours ago -
Office gets current release
by
Susan Bradley
1 day, 11 hours ago -
FBI: Still Using One of These Old Routers? It’s Vulnerable to Hackers
by
Alex5723
3 days, 1 hour ago -
Windows AI Local Only no NPU required!
by
RetiredGeek
2 days, 9 hours ago -
Stop the OneDrive defaults
by
CWBillow
3 days, 1 hour ago -
Windows 11 Insider Preview build 27868 released to Canary
by
joep517
3 days, 11 hours ago -
X Suspends Encrypted DMs
by
Alex5723
3 days, 14 hours ago -
WSJ : My Robot and Me AI generated movie
by
Alex5723
3 days, 14 hours ago -
Botnet hacks 9,000+ ASUS routers to add persistent SSH backdoor
by
Alex5723
3 days, 15 hours ago -
OpenAI model sabotages shutdown code
by
Cybertooth
3 days, 15 hours ago -
Backup and access old e-mails after company e-mail address is terminated
by
M W Leijendekker
3 days, 3 hours ago -
Enabling Secureboot
by
ITguy
3 days, 10 hours ago -
Windows hosting exposes additional bugs
by
Susan Bradley
3 days, 23 hours ago -
No more rounded corners??
by
CWBillow
3 days, 19 hours ago -
Android 15 and IPV6
by
Win7and10
3 days, 9 hours ago -
KB5058405 might fail to install with recovery error 0xc0000098 in ACPI.sys
by
Susan Bradley
4 days, 11 hours ago -
T-Mobile’s T-Life App has a “Screen Recording Tool” Turned on
by
Alex5723
4 days, 14 hours ago -
Windows 11 Insider Preview Build 26100.4202 (24H2) released to Release Preview
by
joep517
4 days, 9 hours ago -
Windows Update orchestration platform to update all software
by
Alex5723
4 days, 21 hours ago -
May preview updates
by
Susan Bradley
4 days, 9 hours ago -
Microsoft releases KB5061977 Windows 11 24H2, Server 2025 emergency out of band
by
Alex5723
4 days ago
Recent blog posts
Key Links
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
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.