-
WSjaf90
AskWoody LoungerThanks Hans
I’ve download the program, manual and sample apps from their website. I’m just trying to work out how to set the interface programmatically, rather than via their selection screen. Have you used this before? Do you have any sample apps you can post?
John -
WSjaf90
AskWoody LoungerTurn off autoarchive. You may have been asked if you wish to archive on a regular basis – if you click yes, then your old appointments may be in your archive folder (seach for archive.pst – remeber to tick the box to look for hidden folders too)
You can set auto archive to do it’s job at set periods, going back for set periods of time.
Have a look in Tools….Options…Other tab……AutoArchive and play with the settings in there. This should also tell you where your archive.pst folder isYou can open you archive.pst folder via File…Open…Oulook Data File… and give the location
John
-
WSjaf90
AskWoody LoungerIf you click on the “More Settings” option you can enter a reply address. This should give you what you are looking for
-
WSjaf90
AskWoody LoungerThanks Hans, no joy from that, or resetting other tick boxes either.
Eventually traced the problem to upgrading the PCs to IE7. Needed to add the location of the file in Internet Explorer via Tools…Internet Options…Security…Local Intranet…Sites…(remove the tick here against ‘automaticaly detect intranet network’, leave the remainder ticked) Advanced then Add the file location. Once this was done on each of the machines it worked without a problem.I’m not really sure why this allowed it to work. I would have assumed that ANY access via the workgroup would have been prevented, rather than just multiple access to the file. Maybe it was just the ”automaticaly detect intranet network’ part that resolved the issue – not there to test it again at the moment but I’ll check on my next visit.
I know with others who have IE7 and share Access databases in the same way it has not been a problem – oh well, sorted now
John
-
WSjaf90
AskWoody LoungerYou could create a blank table each time to which you append records in a loop starting from the start date of the report and ending with the end date.
This way you wouldn’t have to make any changes to the table if they wanted to report before/after the first/last date you have manually entered. -
WSjaf90
AskWoody LoungerEdited by HansV to make URL clickable – see Help 19
Steve
The epson dot matrix printers are generally controlled using ESC/P and then later the ESC/P2 printer language. You can use to this control all aspects of the printers operation. It is possible to define the page to a specific size, move forward by a certain distance, change fonts, etc.
The following link will give you a lot more information about it. http://www.epson.co.uk/support/manuals/pdf/ESCP/Part_1.pdf%5B/url%5D
I used to use this a lot a number of years ago (don’t think I’ve done anything with a dot matrix for 5 years or so), but the programming language hasn’t changed much in that time.Your problem may be getting the grumpy programmer to bother to add it to your code for you!!
It is very simple to include in code as the printer “intercepts” the control language and carries out the instructions it receives.
Let me know how it goes
John
-
WSjaf90
AskWoody LoungerIs it enough to simply re-enter the index information – or should i remove then re-enter more information that this? If the system table has been damaged once is more likely to corrupt again, or are such errors fixed by compact/repair ?
-
WSjaf90
AskWoody LoungerThe database seemed to be complete apart from a number of tables where the index/primary key information was missing. I have a print of the table structure from Tools…Analyze…Documenter so had the information for all the indexes. I just went through each table and recreated any indexes which were missing.
I DON’T have it split as frontend-backend – one of those things I know I should do but never got round to for this one. It’s used by a few people who populate various tables within the database.
I do backup the database each night (and tested the restore too), but as the data was intact it seemed better (quicker) to reindex rather than reverting to data from the previous days backup.
I was surprised that the indexes were removed in such a “clean” way – all the indexes from a numbr of different tables. The relationships between the tables remained and I didn’t need to do anything with these to get the database to work again. I presume that somewhere within the database structure Access holds a secret table of index information and this is what was corrupted – or is this too simple a desciption of what happens? My only other thought is that someone removed the indexes manually (accidently or not), hence my concern about the clean way in which the indexes disappeared, but to do this across a few tables would be less than accidental!
I am also presuming that re-entering the index information will have cured the problem, though as it has happened twice I can’t be 100% sure of this.
-
WSjaf90
AskWoody LoungerOK, I can see how I can use this to delete any particular entry I need (create a delete query with criteria for subject as like “1234 *” .
For editing, how can I find out the date, start time and end time of the calendar entries if they aren’t displayed using the link to Outlook from Access. I need to be able to pass any updates to the events table, but nothing I’ve found so far allows me to pick up these details. Is that what you mean by “this is Outlook VBA not Access VBA”. Do I need to run this routine in a different place? Is there no way to grab all this information within an Access table?
John
-
WSjaf90
AskWoody LoungerI looked at creating a link to the outlook calendar but was surprised to see that it doesn’t show all of the fields when I link to this table – particularly, it does not show the date of the calendar entry, the start time or the end time – fairly important parts!
I’ve linked via Outlook, presuming that this would be the same using Exchange.
Am I missing a trick somewhere to show more information? Is there some VBA reference I need to link to to view this additional information – I’ve included Microsoft Outlook 11.0 Object Library.
John
-
WSjaf90
AskWoody LoungerThanks for the pointer to CDO – not something I’ve used before.
When I have added new calendar entries into Outlook from Access, I have maintained a table of the entries as these give extra information which I don’t need to show as an entry in Outlook (these are the records I mentioned).
As it is possible that people will have moved entries in the Outlook calendar, I wanted to be able to retrieve the calendar entries from Outlook, import them into a new table and use this to update the data held in the original Access table. I have an autonumber field in the original table. This number would be the first part of the description of the calendar entry so I was hoping to use this to control the update of the data. eg. A calendar entry might be “1234 – Install new computer for Fred”, so I can use the 1234 as a link to the record in the original table.
The complete series of events I think I require is:
1. Create a new record in the events table in Access and add this as a calendar entry in Outlook – DONE
2. Import Outlook calendar entries to currentcalendar table in Access (need description, date, time etc of entry), update records in the events table in AccessAs an extra to this, I will need the ability to delete a calendar entry based on knowing the value of the autonumber field in the events table. This may involve importing the Outlook calendar entries to the current table file again, finding the specific calendar entry and deleting this from the Outlook table – it’s the format of the command to delete the message I don’t know.
Hope this sheds a little more light on my requirements
John
-
WSjaf90
AskWoody LoungerI know the answer, but the question is wrong!!
It is not “whilst 8 of them also cost” and “they sell 16 of them for the knockdown price” but simply “whilst 8 also costs” and “they sell 16 for the knockdown price”.
“Of them” indicates it is a quantity!
-
WSjaf90
AskWoody LoungerWas bored so thought I’d have a go at this. There is no specific way of doing this, no unique results and no “formula” to work it out each time but a variety of ways to simplify things. Best quick tip is any thing divided by itself equals 1, therefore if you use small numbers for the add, subtract and multiply and keep 2 of each number and a 1 for the division it makes life simple.
I’ll leave a few lines before my answer just incase you want to try yourself with the above tip.
Best of luck
John
Q1.
22 + 44 = 66
99 – 88 = 11
3 * 4 = 12
753 / 753 = 1Q2.
8 + 2 = 10
61 – 50 = 11
3 * 3 = 9
110 / 110 = 1Q3.
1 + 2 = 3
68 – 57 = 11
9 * 9 = 81
111124 / 111124 = 1 -
WSjaf90
AskWoody LoungerI had a similar problem with labels a while ago – never seemed to print within the label spaces.
You would assume that when you set the paper size to A4 in Control Panel, Printers & Faxes, that it would become A4 – but NO.
You need to check that it is changed in all the printer options in the Device Setting tab, then in the General tab under Printing Preferences, and then check the Advanced tab for Printer Defaults. Your printer may have different settings tabs, but generally the A4 entry will be in more than one location within them.
Once these are all set for the printer, you can then set them in the application you are using (if it doesn’t pick them up automatically)
Hope it works for you
John -
WSjaf90
AskWoody LoungerIf I understand correctly what you are trying to do, you could try nesting the if statements:
If Not mcr.Name = “AutoexecUpsize” Then
If Not mcr.Name = “BufferAutoexec” Then
DoCmd.TransferDatabase acExport, “Microsoft Access”, DBName, acMacro, mcr.Name, mcr.Name
endif
endif
![]() |
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 (Awaiting moderation)
by
WSmeyerbos
10 minutes ago -
Neowin poll : What do you plan to do on Windows 10 EOS
by
Alex5723
25 minutes ago -
May 31, 2025—KB5062170 (OS Builds 22621.5415 and 22631.5415 Out-of-band
by
Alex5723
36 minutes ago -
Discover the Best AI Tools for Everything
by
Alex5723
9 hours, 51 minutes ago -
Edge Seems To Be Gaining Weight
by
bbearren
4 hours, 37 minutes ago -
Rufus is available from the MSFT Store
by
PL1
20 hours, 49 minutes ago -
Microsoft : Ending USB-C® Port Confusion
by
Alex5723
22 hours, 58 minutes ago -
KB5061768 update for Intel vPro processor
by
drmark
5 hours, 23 minutes ago -
Outlook 365 classic has exhausted all shared resources
by
drmark
1 hour, 34 minutes ago -
My Simple Word 2010 Macro Is Not Working
by
mbennett555
18 hours, 44 minutes ago -
Office gets current release
by
Susan Bradley
21 hours, 21 minutes ago -
FBI: Still Using One of These Old Routers? It’s Vulnerable to Hackers
by
Alex5723
2 days, 11 hours ago -
Windows AI Local Only no NPU required!
by
RetiredGeek
1 day, 19 hours ago -
Stop the OneDrive defaults
by
CWBillow
2 days, 12 hours ago -
Windows 11 Insider Preview build 27868 released to Canary
by
joep517
2 days, 22 hours ago -
X Suspends Encrypted DMs
by
Alex5723
3 days ago -
WSJ : My Robot and Me AI generated movie
by
Alex5723
3 days ago -
Botnet hacks 9,000+ ASUS routers to add persistent SSH backdoor
by
Alex5723
3 days, 1 hour ago -
OpenAI model sabotages shutdown code
by
Cybertooth
3 days, 1 hour ago -
Backup and access old e-mails after company e-mail address is terminated
by
M W Leijendekker
2 days, 14 hours ago -
Enabling Secureboot
by
ITguy
2 days, 21 hours ago -
Windows hosting exposes additional bugs
by
Susan Bradley
3 days, 9 hours ago -
No more rounded corners??
by
CWBillow
3 days, 5 hours ago -
Android 15 and IPV6
by
Win7and10
2 days, 19 hours ago -
KB5058405 might fail to install with recovery error 0xc0000098 in ACPI.sys
by
Susan Bradley
3 days, 22 hours ago -
T-Mobile’s T-Life App has a “Screen Recording Tool” Turned on
by
Alex5723
4 days ago -
Windows 11 Insider Preview Build 26100.4202 (24H2) released to Release Preview
by
joep517
3 days, 19 hours ago -
Windows Update orchestration platform to update all software
by
Alex5723
4 days, 8 hours ago -
May preview updates
by
Susan Bradley
3 days, 19 hours ago -
Microsoft releases KB5061977 Windows 11 24H2, Server 2025 emergency out of band
by
Alex5723
3 days, 11 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.