Free Lessons
Courses
Seminars
TechHelp
Fast Tips
Templates
Topic Index
Forum
ABCD
 
Home   Courses   Templates   Seminars   TechHelp   Forums   Help   Contact   Join   Order   Logon  
 
Back to Tag Property    Comments List
Upload Images   @Reply   Bookmark    Link   Email   Next Unseen 
Problem Opening Form
Sandra Truax 
         
10 months ago
Is anyone having this issue besides me?  If I open the Customer Form from the Main Menu, it opens fine. But, if I open it from the Navigation Pane I get the following error every time.
Sandra Truax OP  @Reply  
         
10 months ago

Kevin Robertson  @Reply  
          
10 months ago
What code do you have in the Customer Form?
Donald Blackwell  @Reply  
       
10 months ago
I got the same result with a vanilla copy from the TechHelp download.

The ShowTip() function is trying to run while the navigation pane is still the active window instead of the main application window (I think).

I resolved it by modifying the ShowTip() function:

Private Function ShowTip()
    DoCmd.OpenForm Me.Name
    Sleep 100
    InstructionLabel.Caption = Screen.ActiveControl.Tag
End Function

Whether that is the best solution I don't know, but it seems to work and I'm not finding any issues opening from any forms.
Sandra Truax OP  @Reply  
         
10 months ago
Kevin, I didn't change anything in the database download.

Donald thanks!
Donald Blackwell  @Reply  
       
10 months ago
Happy to help... Butttt...

As I clicked "Submit" on that, lol, I could hear Richard's voice, "In a finished database, you're going to lock it down so the navigation pane isn't available to the end user, right?"
Kevin Robertson  @Reply  
          
10 months ago
On Error Resume Next also works.
Sandra Truax OP  @Reply  
         
10 months ago
Thanks Kevin. I'll try both suggestions. It just seams really weird that it works from the menu, but not from the Nav Pane
Donald Blackwell  @Reply  
       
10 months ago
@Kevin Robertson,

I just thought of that too and tried it... Sometimes I get so used to having to find round-about ways to solve things, I overlook the simplest solutions, lol

This thread is now CLOSED. If you wish to comment, start a NEW discussion in Tag Property.
 

Next Unseen

 
New Feature: Comment Live View
 
 

The following is a paid advertisement
Computer Learning Zone is not responsible for any content shown or offers made by these ads.
 

Learn
 
Access - index
Excel - index
Word - index
Windows - index
PowerPoint - index
Photoshop - index
Visual Basic - index
ASP - index
Seminars
More...
Customers
 
Login
My Account
My Courses
Lost Password
Memberships
Student Databases
Change Email
Info
 
Latest News
New Releases
User Forums
Topic Glossary
Tips & Tricks
Search The Site
Code Vault
Collapse Menus
Help
 
Customer Support
Web Site Tour
FAQs
TechHelp
Consulting Services
About
 
Background
Testimonials
Jobs
Affiliate Program
Richard Rost
Free Lessons
Mailing List
PCResale.NET
Order
 
Video Tutorials
Handbooks
Memberships
Learning Connection
Idiot's Guide to Excel
Volume Discounts
Payment Info
Shipping
Terms of Sale
Contact
 
Contact Info
Support Policy
Mailing Address
Phone Number
Fax Number
Course Survey
Email Richard
[email protected]
Blog RSS Feed    YouTube Channel

LinkedIn
Copyright 2026 by Computer Learning Zone, Amicron, and Richard Rost. All Rights Reserved. Current Time: 2/16/2026 9:08:29 PM. PLT: 1s