-
WSMarkLiquorman
AskWoody LoungerI’ve notice that also, but it is not consistent. I’m thinking it may having something to do with which mode it was in the last time it was saved.
-
WSMarkLiquorman
AskWoody LoungerYour original post said this:
(1) Make a query to generate a list that has one row for each attribute within each memo field, like this.
Item1, Back, Red
Item1, Front, Green
Item2, Back, Blue
Item2, Front, Green
Item3, Back, Green
Item4, Front, Blue
Item4, Front, RedWell, that’s exactly what my query does! So what is the misunderstanding?
-
WSMarkLiquorman
AskWoody LoungerI just looked back at the original post, and there was apparently a leading space before each color. So yes, my WHERE clause would have to be adjusted accordingly. All of which assumes, of course, that the real data is consistent!
-
WSMarkLiquorman
AskWoody LoungerDavid,
Thanks for the compliment, and you made a valid point about a skill also being a substring of another skill. However, I think that can be handled. Here is my original SQL and a revised version (and we are back to talking about colours):SELECT Item, “Back” AS Position, Colour FROM tblItems, tblColours WHERE Back LIKE “*” & Colour & “*”
UNION SELECT Item, “Front”, Colour FROM tblItems, tblColours WHERE Front LIKE “*” & Colour & “*”SELECT Item, “Back” AS Position, Colour FROM tblItems, tblColours WHERE “;” & Back & “;” LIKE “*;” & Colour & “;*”
UNION SELECT Item, “Front”, Colour FROM tblItems, tblColours WHERE “;” & Front & “;” LIKE “*;” & Colour & “;*”What this does is put a semi-colon in front of the string being searched, then also putting it around the Colour. So when searching for the Colour “Red”, the query looks for “;Red;” such that it would not find a match in “;Light Red;”.
-
WSMarkLiquorman
AskWoody LoungerI think query #1 can be done with this (you could even modify it to append the records to a table for further manipulation):
SELECT Item, “Back” AS Position, Colour FROM tblItems, tblColours WHERE Back LIKE “*” & Colour & “*”
UNION SELECT Item, “Front”, Colour FROM tblItems, tblColours WHERE Front LIKE “*” & Colour & “*” -
WSMarkLiquorman
AskWoody LoungerThere is a trigger, it is called the Current event.
-
WSMarkLiquorman
AskWoody LoungerI also have no idea why its there! Don’t know when or where I got the code from, I just copy it from project to project. It works so I don’t question it!:)
Glad it solved your problem.
-
WSMarkLiquorman
AskWoody LoungerI used this instead of the .To, and it works just fine:
Set objOutlook = CreateObject(“Outlook.Application”)Set objOutlookMsg = objOutlook.CreateItem(0)
With objOutlookMsg
Set objOutlookRecip = .Recipients.Add(rs!EmailAddress)
objOutlookRecip.Type = 1
.Subject = strSubject
‘ etc, -
WSMarkLiquorman
AskWoody LoungerCheck your references. You are likely to find one “Missing”.
-
WSMarkLiquorman
AskWoody LoungerHere’s how I do it. I keep a table with the SQL for each query. In the Where clause of each SQL, I stick something like “AND 0=0”. For example, your query would have this:
WHERE (((t_survey.survey_date) Is Null) AND ((t_survey.report_completed_date) Is Null)) AND 1=1
Prior to calling the report, I use the Replace function to replace “1=1” with whatever I want (like “Surveyor=12345”) and then replace the SQL in the query behind the report. In your case, I’d cycle through the Surveyor table and run the report for each Surveyor. This way, you can use the Output to PDF functionality within Access.
-
WSMarkLiquorman
AskWoody LoungerOr, there is this. Let’s suppose your fieldname is “MonthName”. You could sort by this expression:
Month( [MonthName] & ” 1″)
-
WSMarkLiquorman
AskWoody LoungerI don’t know what you mean by a “Windows Database Server” either. I’m guessing they don’t understand how Access works. There are 2 separate issues here, where you put the Access backend database, and how users connect. You can put the database itself on any server because it is just being a file server for the Access database. I had a client that had it sitting on a Linux server. You will need a Windows Server to host Terminal Services (or Citrix) so you’d be remoting into a Windows box to run Access. Your file server and host machine could be the same. Doesn’t matter.
-
WSMarkLiquorman
AskWoody LoungerPersonally, I would have the database on a server, and then use Remote DeskTop from each of the remote users to log into that server. This way they would be “local” to the database. Each user would have separate directory, which would contain a copy of the frontend.
-
WSMarkLiquorman
AskWoody LoungerBasically the cursor has to be sitting in a text field that can accept the datastream from the card reader. You’d then then have to the format of the string to do anything with it.
-
WSMarkLiquorman
AskWoody LoungerIf you populated 1RGC with just the codes you wanted, you don’t need a LEFT JOIN, you could have used an INNER JOIN. My suggested use of the LEFT JOIN assume you already had a table with ALL the codes in it, and you’d use the IN statement to select the ones you wanted.
You should be able to add the fields from tblInvoiceDetailTable to the query in Design View.
![]() |
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
-
Forcing(or trying to) save Local Documents to OneDrive (Awaiting moderation)
by
PateWilliam
1 hour, 54 minutes ago -
Hotpatch for Windows client now available (Enterprise)
by
Alex5723
2 hours, 33 minutes ago -
MS-DEFCON 2: Seven months and counting
by
Susan Bradley
3 hours, 17 minutes ago -
My 3 monitors go black & then the Taskbar is moved to center monitor
by
saturn2233
12 hours, 49 minutes ago -
Apple backports fixes
by
Susan Bradley
3 hours, 20 minutes ago -
Win 11 24H2 will not install
by
Michael1950
13 hours, 3 minutes ago -
Advice to convert MBR to GPT and install Windows 11 Pro on unsupported PC
by
Andy M
12 hours, 34 minutes ago -
Photos from iPhone to Win 10 duplicating/reformatting to .mov
by
J9438
14 hours, 41 minutes ago -
Thunderbird in trouble. Here comes Thundermail
by
Alex5723
12 hours, 50 minutes ago -
Get back ” Open With” in context menus
by
CWBillow
1 day, 1 hour ago -
Many AMD Ryzen 9800X3D on ASRock have died
by
Alex5723
1 day, 5 hours ago -
simple general stupid question
by
WSaltamirano
23 hours, 30 minutes ago -
April 2025 Office non-Security updates
by
PKCano
1 day, 16 hours ago -
Microsoft wants to hear from you
by
Will Fastie
16 hours, 37 minutes ago -
Windows 11 Insider Preview Build 22635.5160 (23H2) released to BETA
by
joep517
1 day, 20 hours ago -
Europe Seeks Alternatives to U.S. Cloud Providers
by
Alex5723
2 days, 1 hour ago -
Test post
by
Susan Bradley
2 days, 3 hours ago -
Used Systems to delete Temp files Gone WRONG what does this mean?
by
Deo
2 days, 5 hours ago -
SSD shuts down on its own
by
CWBillow
1 day, 20 hours ago -
OneDrive File Sharing Changes
by
David Clark
2 days, 13 hours ago -
OneDrive File Sharing Changes
by
David Clark
2 days, 15 hours ago -
Win 10 Pro 22H2 to Win 11 Pro 23H2 Conversion Guide
by
doneager
1 day, 15 hours ago -
Today is world backup day
by
Alex5723
2 days, 7 hours ago -
Windows .exe on Mint
by
Slowpoke47
12 hours, 16 minutes ago -
Reviewing your licensing options
by
Susan Bradley
1 hour, 39 minutes ago -
Apple has been analyzing your photos since September 2024
by
B. Livingston
1 day, 12 hours ago -
What Windows 11 24H2 offers beyond bugs
by
Lance Whitney
1 day, 8 hours ago -
Making sense of Settings in Windows 11
by
Simon Bisson
1 day, 9 hours ago -
Windows 11 pro fails to log in after upgrading Win 10 pro to Win 11 pro 24h2
by
ben_sitaud
2 days, 13 hours ago -
23H2 / 24H2 / Local v. Microsoft Account.
by
CWBillow
2 days, 11 hours ago
Recent blog posts
- MS-DEFCON 2: Seven months and counting
- Apple backports fixes
- April 2025 Office non-Security updates
- Microsoft wants to hear from you
- Reviewing your licensing options
- Apple has been analyzing your photos since September 2024
- What Windows 11 24H2 offers beyond bugs
- Making sense of Settings in Windows 11
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.