-
WSMarty
AskWoody LoungerThanks for that. I was hoping to have the header repeat only as needed rather than “hardcode” it right across the page. I suppose that the header doesn’t know how many columns are in the detail, but I was hoping Access worked slightly diffferently.
Nonetheless, it’s no point persuing an imaginary solution just because that’s how I think it should work, so thanks again for putting me on the right track.
Regards,
MartinFollow on comment:
In the subreport, I unchecked File > Page Setup > Columns > Width same as detail, but couldn’t find a way to specify that the report header width be different to the report detail width (using A2003). When I made the subreport wide enough for the three headers, the detail width followed and most of the report was off the page.
I simply put the “subreport header” into the main form as a bunch of labels in the right sort of place and deleted the subreport header. The result is no different to having three columns worth of headings in the subreport header anyway. Simple, Ugly And Very Effective. -
WSMarty
AskWoody LoungerThat’s just what I needed, too. Now.. I have a subreport which I’ve set to three columns accross the page. I have a report header with column headings and the report detail has the data. Can I make the report header repeat across the page just like the detail does?
I can’t see any properties of the report header or in page setup > columns that can help me, and if I make the report header a page header, I lose the column names completely.
Thanks,
Martin -
WSMarty
AskWoody LoungerBlush mumble mumble. Sorry, very silly mistake and it all works as it should, without the nz().
Got the crosstab mostly worked out. Currently takes three queries (I’m a fan of the single clever query) and it gives me an average column I don’t need, but it works.Thanks again and apologies for being a duffer.
Martin
-
WSMarty
AskWoody LoungerHans,
The nz() expression results in all timeslots from tblAllTimeSlots taking the value 0, irrespective of the records in qryErrorCount23614. I have done a sanity check for typos, can’t see anything. I’d have expected the original query to work even with nulls (that’s the purpose of the left join?).
Thanks,
Marty -
WSMarty
AskWoody LoungerHandy little file that, but I don’t believe I can get such a utility into the system due to the disk format issue.
I now also suspect the centronics 24 pin interface was used by IEEE-484 printers? -
WSMarty
AskWoody LoungerJoe,
All appears well with the administrator account (happily, a member of the administrators group) and the following comes from the command prompt (machine name changed to MyServer)COMPUTERNAME=MyServer LOGONSERVER=MyServer USERDOMAIN=MyServer USERNAME=administrator c:>pushd MyServerAppsPath z:>pushd OtherServerDataPath y:>popd z:>popd c:>
So it has the network access as required. I still think that the schedule is running as local system and I think I need a way to change that globally for all schedules, rather than on a one by one basis.
Martin -
WSMarty
AskWoody LoungerJoe,
All appears well with the administrator account (happily, a member of the administrators group) and the following comes from the command prompt (machine name changed to MyServer)COMPUTERNAME=MyServer LOGONSERVER=MyServer USERDOMAIN=MyServer USERNAME=administrator c:>pushd MyServerAppsPath z:>pushd OtherServerDataPath y:>popd z:>popd c:>
So it has the network access as required. I still think that the schedule is running as local system and I think I need a way to change that globally for all schedules, rather than on a one by one basis.
Martin -
WSMarty
AskWoody LoungerJoe,
I can see the task in this location. When I look at the properties it says the task will run as MachineNameAdministrator. This isn’t the same as “log on as system” which I see in the services properties. The machine is a server but we don’t have a domain (no, don’t ask..). I presume that the machine administrator on the server has network access. I appreciate this is not true in the world of domains.
I am loath to use the properties interface as I understand this precludes use of the command line for further control.
Also, I presume I can’t use this method to set the defaults for the scheduled tasks that are created on the fly (and will be long gone by the time I come to see them).Martin
-
WSMarty
AskWoody LoungerJoe,
I can see the task in this location. When I look at the properties it says the task will run as MachineNameAdministrator. This isn’t the same as “log on as system” which I see in the services properties. The machine is a server but we don’t have a domain (no, don’t ask..). I presume that the machine administrator on the server has network access. I appreciate this is not true in the world of domains.
I am loath to use the properties interface as I understand this precludes use of the command line for further control.
Also, I presume I can’t use this method to set the defaults for the scheduled tasks that are created on the fly (and will be long gone by the time I come to see them).Martin
-
WSMarty
AskWoody LoungerI’d read about the replacement etc but the only place I see it is in services. I don’t have Control Panel > Scheduled Tasks for some reason (sanity check: administrator). So unfortunately, I haven’t “been there” because I can’t find “there”! Would a reapplication of sp6 and / or IE6 be indicated here?
One issue will be that tasks are being created by a batch file (which is itself scheduled), and these new tasks will need to have network access as well. Hopefully I can give all tasks a useful Run As default. -
WSMarty
AskWoody LoungerI’d read about the replacement etc but the only place I see it is in services. I don’t have Control Panel > Scheduled Tasks for some reason (sanity check: administrator). So unfortunately, I haven’t “been there” because I can’t find “there”! Would a reapplication of sp6 and / or IE6 be indicated here?
One issue will be that tasks are being created by a batch file (which is itself scheduled), and these new tasks will need to have network access as well. Hopefully I can give all tasks a useful Run As default. -
WSMarty
AskWoody LoungerIn Control Panel > Services, it says “Task Scheduler”.
The machine is NT4 server sp6a IE6.0, and from a microsoft KB I expected to find the service “Scheduler” which it is not.Marty
-
WSMarty
AskWoody LoungerIn Control Panel > Services, it says “Task Scheduler”.
The machine is NT4 server sp6a IE6.0, and from a microsoft KB I expected to find the service “Scheduler” which it is not.Marty
-
WSMarty
AskWoody LoungerIn reply to both Joe and John…
Joe,
The automatic updates are released about once a week, and if you ftp (or manually download) you can get updates about once a day. Hence I’m trying to use this method to get the more frequent updates. In a perfect world, I’d like to query the server for updates quite regularly – without downloading anything unless necessary.
I’ll have a look at the ftp tool. My problem is not the functionality rather the possible reliability of the windows ftp client (if it is actually a client problem). For that matter running from W2000 seemed *more* stable (but not perfect) so I might rearrange my setup to download from W2000 and then transfer the defintion to the server once I’ve got it.John,
I had come to the conclusion that if the ftp failed, I’d schedule a retry in a few minutes. The batch file I am using has grown rather large with it’s error checking so adding a retry or two will be no problem at all. Actually I’ve written the new version but not yet implemented it. Again I was hoping to hear if someone else had seen a similar problem, because if the server is simply refusing to talk to me then a retry won’t really help.
I don’t want my retries to compromise the next “normal” definition check, so I’ll probably only allow one; we’ll see how the creature responds!Thanks all
Marty -
WSMarty
AskWoody LoungerIn reply to both Joe and John…
Joe,
The automatic updates are released about once a week, and if you ftp (or manually download) you can get updates about once a day. Hence I’m trying to use this method to get the more frequent updates. In a perfect world, I’d like to query the server for updates quite regularly – without downloading anything unless necessary.
I’ll have a look at the ftp tool. My problem is not the functionality rather the possible reliability of the windows ftp client (if it is actually a client problem). For that matter running from W2000 seemed *more* stable (but not perfect) so I might rearrange my setup to download from W2000 and then transfer the defintion to the server once I’ve got it.John,
I had come to the conclusion that if the ftp failed, I’d schedule a retry in a few minutes. The batch file I am using has grown rather large with it’s error checking so adding a retry or two will be no problem at all. Actually I’ve written the new version but not yet implemented it. Again I was hoping to hear if someone else had seen a similar problem, because if the server is simply refusing to talk to me then a retry won’t really help.
I don’t want my retries to compromise the next “normal” definition check, so I’ll probably only allow one; we’ll see how the creature responds!Thanks all
Marty
![]() |
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
3 hours, 4 minutes ago -
Neowin poll : What do you plan to do on Windows 10 EOS
by
Alex5723
2 hours, 26 minutes ago -
May 31, 2025—KB5062170 (OS Builds 22621.5415 and 22631.5415 Out-of-band
by
Alex5723
1 hour, 38 minutes ago -
Discover the Best AI Tools for Everything
by
Alex5723
1 hour, 47 minutes ago -
Edge Seems To Be Gaining Weight
by
bbearren
2 hours, 30 minutes ago -
Rufus is available from the MSFT Store
by
PL1
1 day ago -
Microsoft : Ending USB-C® Port Confusion
by
Alex5723
1 day, 2 hours ago -
KB5061768 update for Intel vPro processor
by
drmark
9 hours, 14 minutes ago -
Outlook 365 classic has exhausted all shared resources
by
drmark
5 hours, 25 minutes ago -
My Simple Word 2010 Macro Is Not Working
by
mbennett555
22 hours, 35 minutes ago -
Office gets current release
by
Susan Bradley
1 day, 1 hour ago -
FBI: Still Using One of These Old Routers? It’s Vulnerable to Hackers
by
Alex5723
2 days, 15 hours ago -
Windows AI Local Only no NPU required!
by
RetiredGeek
1 day, 23 hours ago -
Stop the OneDrive defaults
by
CWBillow
2 days, 16 hours ago -
Windows 11 Insider Preview build 27868 released to Canary
by
joep517
3 days, 2 hours ago -
X Suspends Encrypted DMs
by
Alex5723
3 days, 4 hours ago -
WSJ : My Robot and Me AI generated movie
by
Alex5723
3 days, 4 hours ago -
Botnet hacks 9,000+ ASUS routers to add persistent SSH backdoor
by
Alex5723
3 days, 5 hours ago -
OpenAI model sabotages shutdown code
by
Cybertooth
3 days, 5 hours ago -
Backup and access old e-mails after company e-mail address is terminated
by
M W Leijendekker
2 days, 17 hours ago -
Enabling Secureboot
by
ITguy
3 days ago -
Windows hosting exposes additional bugs
by
Susan Bradley
3 days, 13 hours ago -
No more rounded corners??
by
CWBillow
3 days, 9 hours ago -
Android 15 and IPV6
by
Win7and10
2 days, 23 hours ago -
KB5058405 might fail to install with recovery error 0xc0000098 in ACPI.sys
by
Susan Bradley
4 days, 2 hours ago -
T-Mobile’s T-Life App has a “Screen Recording Tool” Turned on
by
Alex5723
4 days, 4 hours ago -
Windows 11 Insider Preview Build 26100.4202 (24H2) released to Release Preview
by
joep517
3 days, 23 hours ago -
Windows Update orchestration platform to update all software
by
Alex5723
4 days, 12 hours ago -
May preview updates
by
Susan Bradley
3 days, 23 hours ago -
Microsoft releases KB5061977 Windows 11 24H2, Server 2025 emergency out of band
by
Alex5723
3 days, 14 hours 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.