-
WSFay Yocum
AskWoody LoungerI had another gentleman check it. It worked for him, but like you he was working with 2010 version of PPT. I tried on another 2007 machine with the same results. I checked the trust settings they are okay. I recreated a new PPT. It just doesn’t work.
-
WSFay Yocum
AskWoody LoungerOk. I created the macro. Created an action button and assigned the macro to it. Test drove it with no crash, but didn’t get across the line either. In slideshow view I clicked a link to the Excel spreadsheet, changed data, closed and saved Excel, clicked the update button, the mouse spun, went to the next slide and the old data remains in place. If I go out of slideshow the data is automatically updated as you would expect. But I need it to do that in slideshow view.
Any further ideas?
Thanks.
Fay
-
WSFay Yocum
AskWoody LoungerBless you. That was it. Thanks for hanging in there with me. Fay
-
WSFay Yocum
AskWoody LoungerGo ahead and send it to fay@awarenessproductions.com
I haven’t seen the PM come in. So try this address. -
WSFay Yocum
AskWoody LoungerI tried to send it as a zipx file (latest version of winzip) and got a message that it was an illegal file type. This was after I tried to send the basic file without zipping. I got the same illegal file message.
I just brought in the older version of the database, changed the Trust settings as instructed earlier. The tab control pages work on the main form. But…
None of the buttons work.Is there some type of control in Access options that would make buttons inoperable?
Can I send it to you via email?
Thanks for hanging with me. I really need to get this fixed so I can get this database developed.
Fay
-
WSFay Yocum
AskWoody LoungerI was redeveloping the database to make it better. But I used the coding that I used before and I am getting no where.
-
WSFay Yocum
AskWoody LoungerI let the computer completed the coding. I typed Me.frm and the options for the various forms were displayed and I was able to select it.
-
WSFay Yocum
AskWoody LoungerI wasn’t able to get the code that RetiredGeek offered. I am really getting frustrated.
Here is my code for the main form and the buttons on it.
The visible property on the property sheet is set to yes. I have changed it to know and tested it with success.Option Compare Database
Private Sub cmdClasses_Click()
Me.frmCE.Visible = False
Me.frmClasses.Visible = True
Me.frmLearner.Visible = False
Me.frmMaintenance.Visible = False
Me.frmProviderUnit.Visible = False
Me.frmRegistration.Visible = False
Me.frmReports.Visible = False
Me.frmResources.Visible = False
End Sub
Private Sub cmdLearners_Click()
Me.frmCE.Visible = False
Me.frmClasses.Visible = False
Me.frmLearner.Visible = True
Me.frmMaintenance.Visible = False
Me.frmProviderUnit.Visible = False
Me.frmRegistration.Visible = False
Me.frmReports.Visible = False
Me.frmResources.Visible = False
End SubPrivate Sub cmdMaintenance_Click()
Me.frmCE.Visible = False
Me.frmClasses.Visible = False
Me.frmLearner.Visible = False
Me.frmMaintenance.Visible = True
Me.frmProviderUnit.Visible = False
Me.frmRegistration.Visible = False
Me.frmReports.Visible = False
Me.frmResources.Visible = False
End SubPrivate Sub Form_Load()
Me.frmCE.Visible = False
Me.frmClasses.Visible = False
Me.frmLearner.Visible = True
Me.frmMaintenance.Visible = True
Me.frmProviderUnit.Visible = False
Me.frmRegistration.Visible = False
Me.frmReports.Visible = False
Me.frmResources.Visible = False
End Sub -
WSFay Yocum
AskWoody LoungerThe message box displays as you would expect.
-
WSFay Yocum
AskWoody LoungerNo I didn’t know anything about it. Thanks.
Unfortunately it didn’t make it work.
Fay
-
WSFay Yocum
AskWoody LoungerI put it in the report header. but now the header is creeping on to the first page.
One simple solution is to put the Label into the subreport itself, in the Report Header.
I was going to do some testing, but when I look at my samples I find that is what I usually do.
-
WSFay Yocum
AskWoody LoungerSorry my brain must be on vacation. It is a subreport. Not a grouping.
Sorry I am still not clear whether you have a report with Subreport(s) or a report with Grouping.
If you have Grouping , then in the Group Header you can specify whether the header should be kept together it with its section.
The system won’t let me upload an image at the moment, so I can’t show a screen shot.
You can specify :
- [*]do not keep together[*]Keep with first detail record[*]Keep whole group together
-
WSFay Yocum
AskWoody LoungerSorry. It is a report.
It sounds like you are talking about a report, but you mention subform? Is it a subreport?
-
WSFay Yocum
AskWoody LoungerThanks Wendell for your time and information. You given me a great set of marching orders. Now I will see what I can do with them.
There is a way – and I presume you are still working with Access 2003 – Access 2007 has a feature that makes it easier. In 2003 you need to have code running on the form Load or Open event that sets the Order By property. To do that you will probably need to track the user and store what field an in what order the sort is being done on. It will require some experimenting to get exactly what you are after – and you probably want to make sure that each user has their own copy of the database front-end.
To automatically enter records based on a major item being entered, you will probably want to create a VBA procedure based on the After Insert event that uses DAO (or ADO if you prefer) to create each of the subitems as you suggest. If you aren’t familiar with DAO or ADO, you can do it by running an append query that takes all of the subitems for a particular major item and appends them with the appropriate linkage. Using that approach I would create a table that contains each of the subitems in a sample form and then select from that table based on the major item entered. This does get a fair bit more complicated if you are actually trying to do “project management functions” where you would need to track due dates and precedences. If you have further questions on either approach, post back.
-
WSFay Yocum
AskWoody LoungerThat didn’t work. Thanks for the response and your time.
Try:
txtDCDate = Null
![]() |
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
-
Looking for personal finance software with budgeting capabilities
by
cellsee6
39 minutes ago -
ATT/Yahoo Secure Mail Key
by
Lil88reb
9 hours, 16 minutes ago -
Devices with apps using sprotect.sys driver might stop responding
by
Alex5723
13 hours, 38 minutes ago -
Neowin – 20 times computers embarrassed themselves with public BSODs and goofups
by
EP
22 hours, 13 minutes ago -
Slow Down in Windows 10 performance after March 2025 updates ??
by
arbrich
28 minutes ago -
Mail from certain domains not delivered to my outlook.com address
by
pumphouse
6 hours, 36 minutes ago -
Is data that is in OneDrive also taking up space on my computer?
by
WShollis1818
17 hours, 15 minutes ago -
Nvidia just fixed an AMD Linux bug
by
Alex5723
2 days, 8 hours ago -
50 years and counting
by
Susan Bradley
36 minutes ago -
Fix Bluetooth Device Failed to Delete in Windows Settings
by
Drcard:))
1 day, 15 hours ago -
Licensing and pricing updates for on-premises server products coming July 2025
by
Alex5723
2 days, 20 hours ago -
Edge : Deprecating window.external.getHostEnvironmentValue()
by
Alex5723
2 days, 20 hours ago -
Rethinking Extension Data Consent: Clarity, Consistency, and Control
by
Alex5723
2 days, 20 hours ago -
OneNote and MS Word 365
by
CWBillow
2 days, 21 hours ago -
Ultimate Mac Buyers Guide 2025: Which Mac is Right For You?
by
Alex5723
2 days, 22 hours ago -
Intel Unison support ends on Windows 11 in June
by
Alex5723
2 days, 22 hours ago -
April 2025 — still issues with AMD + 24H2
by
Kevin Jones
13 hours, 46 minutes ago -
Windows 11 Insider Preview build 26200.5518 released to DEV
by
joep517
3 days, 10 hours ago -
Windows 11 Insider Preview build 26120.3671 (24H2) released to BETA
by
joep517
3 days, 10 hours ago -
Forcing(or trying to) save Local Documents to OneDrive
by
PateWilliam
3 days, 18 hours ago -
Hotpatch for Windows client now available (Enterprise)
by
Alex5723
3 days, 6 hours ago -
MS-DEFCON 2: Seven months and counting
by
Susan Bradley
2 days, 7 hours ago -
My 3 monitors go black & then the Taskbar is moved to center monitor
by
saturn2233
4 days, 3 hours ago -
Apple backports fixes
by
Susan Bradley
3 days, 10 hours ago -
Win 11 24H2 will not install
by
Michael1950
2 days, 8 hours ago -
Advice to convert MBR to GPT and install Windows 11 Pro on unsupported PC
by
Andy M
1 day, 1 hour ago -
Photos from iPhone to Win 10 duplicating/reformatting to .mov
by
J9438
2 days, 16 hours ago -
Thunderbird in trouble. Here comes Thundermail
by
Alex5723
1 day, 4 hours ago -
Get back ” Open With” in context menus
by
CWBillow
4 days, 18 hours ago -
Many AMD Ryzen 9800X3D on ASRock have died
by
Alex5723
3 days, 10 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.