-
WSStephenElms
AskWoody LoungerEdited by DaveA on 31-Oct-01 11:07.
Added hot link code
Go to this Ms link http://www.microsoft.com/windowsxp/home/ho…ding/compat.asp and you can as I did see if the software/hardwaere is compatible.The is also a downloadable Upgrade Adviser BUT this is 50Mb! No good for my ol’ cable modem
-
WSStephenElms
AskWoody LoungerJust been reading through a lot more posts re. this OS.
O.k. Is there a site that lists hardware compatibility? Viz. I want to find out if both my modems will continue to work – the manufacturer went bust some 18 months ago – Pace 56kVoD
-
WSStephenElms
AskWoody LoungerThanks for the link = very useful.
-
WSStephenElms
AskWoody LoungerRe. the Supersite article – I quote:Networking features
The following networking features are not included in Home Edition:
The user interface for IPSecurity (IPSec)
SNMP
Simple TCP/IP services
SAP Agent
Client Service for NetWare
Network Monitor
Multiple Roaming featureunquote; and here’s the bit that confuses me from Which Edition Is Right for You?
http://www.microsoft.com/windowsxp/whichxp.aspNew visual design makes it easier to do common tasks efficiently.
Digital photo features let you acquire, organize, and share pictures.
All-in-one music tool for discovering, downloading, storing, and playback of the highest-quality digital music.
Everything you need to create, share, and enjoy videos on your computer.
Easy computer sharing and home networking. !!!!!Is it me? Either WXPHE suipports a home network – or it doesn’t.
-
WSStephenElms
AskWoody LoungerCharlotte, many thanks indeed for your cogent advice – the unchecking of the missing file name has worked and I can now manipulate text.
On a subsidiary note – the text is brought in to a table via a macro using transfertext function and works OK on the local Pc: D:DATABASEPAYE_ImportPSLA.CSV. However on Pc2 with its own copy of Access2K – reading the database from Pc1 we cannot use the path above and so have to substitute: STEPHEND_DataDatabasePAYE_ImportPSLA.CSV. This works but of course when this change is made to the macro we find that it wont work on Pc1! Can you shed some light on this please?
-
WSStephenElms
AskWoody LoungerThank you Charlotte, the missing link is hrtbeat.ocx – this I understand to be an active x file. However how this impacts on Access I am completely unclear but, in searching (my installation cd’s W98 and Office 2k) for this I could not any reference to this file on the web. So, if I remove this reference what could be the impact on access please?
-
WSStephenElms
AskWoody LoungerI think I am getting closer to the problem – although not the solution. I imported data to a table, all ok.
The query reads the table data perfectly – there are no calculated or coded fields whatsoever.
Field5 data look like this: JR995906C A
I want to be able to separate this text to individual characters so I created a new field called Test and used the expression builder thus: Test: = Left ( [Field5] , 1)
Saved the Query an on trying to open it the message “Undefined function ‘Left’ in expression” appears. This seems to me that something is not right with my Access installation? Help please! -
WSStephenElms
AskWoody LoungerHerewith the underlying SQL for the query. It takes three similar sources and combines them to one listing. The query shows the data perfectly until I try to include a text based funtion to extract and parse text.
SELECT [CODCode] as [Code] ,[CODName] as [Client Name],[CodClientStatus] as [Status],[CODPayeRef] as [PAYE Ref],[CODPayeCollRef] as [PAYE Coll Ref],[CodAddress1] as [Address1],[CodAddress2] as [Address2],[CodAddress3] as [Address3],[CodAddress4] as [Address4],[CodAddress5] as [Address5],[CodAddress6] as [Address6],[CodPostCode] as [PostCode],[IndClientName] as [Contact]
FROM [QryCompanyData]
WHERE [CODPayeReg]=TrueUNION SELECT [SECode] as [Code],[SEName] as [Client Name],[SEBusStatus] as [Status],[SEPayeRef] as [PAYE Ref],[SEPPayeCollRef] as [PAYE Coll Ref],[SEBusinessAddress1] as [Address1],[SEBusinessAddress2] as [Address2],[SEBusinessAddress3] as [Address3],[SEBusinessAddress4] as [Address4],[SEBusinessAddress5] as [Address5],[SEBusinessAddress6] as [Address6],[SEBusinessPostCode] as [PostCode],[IndClientName] as [Contact]
FROM [QrySelfEmployment]
WHERE [SEPayeReg]=TrueUNION SELECT [PSHIPClientCode] as [Code],[PSHIPName] as [Client Name],[PshipStatus] as [Status],[PSHIPPayeRef] as [PAYE Ref],[PSHIPCollRef] as [PAYE Coll Ref],[PSHIPAdd1] as [Address1],[PSHIPAdd2] as [Address2],[PSHIPAdd3] as [Address3],[PSHIPAdd4] as [Address4],[PSHIPAdd5] as [Address5],[PSHIPAdd6] as [Address6],[PSHIPAddPoCo] as [PostCode],[IndClientName] as [Contact]
FROM [QryPartnershipData]
WHERE [PSHIPPayeReg]=True; -
WSStephenElms
AskWoody LoungerOops – sorry for the lack of info. The functions are placed in text boxes in the report itself. After finding that they, now, do not work I tried the same function in the underlying query. Couldn’t open the query! This appears to happen with text functions rather than arithmetical functions.
-
WSStephenElms
AskWoody LoungerMark, many thanks for the questions, the answers are:
Does this abnormality occur for same report on both PC’s? YES
Is this one database or does it have a split frontend/backend? ONE Db
Is the recordsource for the report a table or query? A QUERY – BASED ON A TABLE, TO WHICH DATA IS IMPORTED.
can you open it separately to see if it has data? BOTH Pc’s can open the table and the query and see the imported data.
Have you tried repairing the database? YES – still no joyYou also might want to try decompiling then recompiling the database Please tell me how to do that
-
WSStephenElms
AskWoody LoungerI’m not the most Access-wise of people but I’d suggest that a field name in a table that is being read by the query may have changed; or that a field name referenced by an expression in that query has changed.
-
WSStephenElms
AskWoody LoungerMany thanks for that Mark – excellent help.
-
WSStephenElms
AskWoody LoungerI believe that this expression will work:
Date of Birth:
=IIf(DatePart(“m”,Now())>=DatePart(“m”,[DoB]),DateDiff(“yyyy”,[dob],Now()),DateDiff(“yyyy”,[dob],Now())-1) -
WSStephenElms
AskWoody LoungerThe where condition is in the macro action column of the OpenReport Action.
The Where condition reads: =[please enter clients code] and [Year]=[Please enter Year ending]
When this macro is run the Enter Parameter Value box pops up and requests client's code then another EPV box requests for a style, lastly the 3rd EPV box states (where it should request a Year & here's the error message) Please enter clients code], 3 unknown=
-
WSStephenElms
AskWoody LoungerOoops, sorry Charlotte, I will clarify:
The report is based on a query, the query has no filters whatsoever. The macro calls the report and in the macro where condition is [Code]=[Please enter client’s code]and [Year]=Please enter Year ending].After reading your reply, I tried to enter these two criteria into the query and got the same result as from the macros. Incidentally, the field {code] is alphabetic and [Year] numeric.
![]() |
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
-
Has the Microsoft Account Sharing Problem Been Fixed?
by
jknauth
3 hours, 1 minute ago -
W11 24H2 – Susan Bradley
by
G Pickerell
4 hours, 57 minutes ago -
7 tips to get the most out of Windows 11
by
Alex5723
2 hours, 58 minutes ago -
Using Office apps with non-Microsoft cloud services
by
Peter Deegan
9 hours, 5 minutes ago -
I installed Windows 11 24H2
by
Will Fastie
1 hour, 56 minutes ago -
NotifyIcons — Put that System tray to work!
by
Deanna McElveen
8 hours, 24 minutes ago -
Decisions to be made before moving to Windows 11
by
Susan Bradley
1 hour, 14 minutes ago -
Port of Seattle says ransomware breach impacts 90,000 people
by
Nibbled To Death By Ducks
16 hours, 38 minutes ago -
Looking for personal finance software with budgeting capabilities
by
cellsee6
51 minutes ago -
ATT/Yahoo Secure Mail Key
by
Lil88reb
1 hour, 5 minutes ago -
Devices with apps using sprotect.sys driver might stop responding
by
Alex5723
1 day, 9 hours ago -
Neowin – 20 times computers embarrassed themselves with public BSODs and goofups
by
EP
1 day, 18 hours ago -
Slow Down in Windows 10 performance after March 2025 updates ??
by
arbrich
20 hours, 31 minutes ago -
Mail from certain domains not delivered to my outlook.com address
by
pumphouse
1 day, 2 hours ago -
Is data that is in OneDrive also taking up space on my computer?
by
WShollis1818
1 day, 13 hours ago -
Nvidia just fixed an AMD Linux bug
by
Alex5723
3 days, 4 hours ago -
50 years and counting
by
Susan Bradley
3 hours, 16 minutes ago -
Fix Bluetooth Device Failed to Delete in Windows Settings
by
Drcard:))
6 hours, 4 minutes ago -
Licensing and pricing updates for on-premises server products coming July 2025
by
Alex5723
3 days, 16 hours ago -
Edge : Deprecating window.external.getHostEnvironmentValue()
by
Alex5723
3 days, 16 hours ago -
Rethinking Extension Data Consent: Clarity, Consistency, and Control
by
Alex5723
3 days, 16 hours ago -
OneNote and MS Word 365
by
CWBillow
3 days, 18 hours ago -
Ultimate Mac Buyers Guide 2025: Which Mac is Right For You?
by
Alex5723
3 days, 18 hours ago -
Intel Unison support ends on Windows 11 in June
by
Alex5723
3 days, 18 hours ago -
April 2025 — still issues with AMD + 24H2
by
Kevin Jones
1 day, 9 hours ago -
Windows 11 Insider Preview build 26200.5518 released to DEV
by
joep517
4 days, 6 hours ago -
Windows 11 Insider Preview build 26120.3671 (24H2) released to BETA
by
joep517
4 days, 6 hours ago -
Forcing(or trying to) save Local Documents to OneDrive
by
PateWilliam
4 days, 15 hours ago -
Hotpatch for Windows client now available (Enterprise)
by
Alex5723
4 days, 2 hours ago -
MS-DEFCON 2: Seven months and counting
by
Susan Bradley
3 days, 3 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.