Free Lessons
Courses
Seminars
TechHelp
Fast Tips
Templates
Topic Index
Forum
ABCD
 
Home   Courses   TechHelp   Forums   Help   Contact   Merch   Join   Order   Logon  
 
Back to Access Forum    Comments List
Upload Images   @Reply   Bookmark    Link   Email   Next Unseen 
Retrieving tag property
David Campbell 
     
2 years ago
On my form_open access object to populate a combo box with reports I am having trouble getting Tag property to use as a second criteria after description <>"" to select which reports go to which form
Ludwig Willems  @Reply  
      
2 years ago
volgen :)
Alex Hedley  @Reply  
           
2 years ago
What code did you try?
David Campbell OP  @Reply  
     
2 years ago
I modified the code from Richards  video

Private Sub Form_Open(Cancel As Integer)

    Dim AO As AccessObject, Description As String
    
    On Error Resume Next
        For Each AO In Application.CurrentProject.AllReports
            Description = ""
            Description = CurrentDb.Containers("Reports").Documents(AO.Name).Properties("Description")
            If Description <> "" Then AccountReportList.AddItem AO.Name & ";" & Description
            
        Next
        
Added T as string then set T to "" then went through mimicking Description with properties was unable to get the tag property
David Campbell OP  @Reply  
     
2 years ago
Placed a msgbox to view tag and even though tag had data showed nothing  added in If statement AND T = Finance then do the add item
Alex Hedley  @Reply  
           
2 years ago
What settings does AccountReportList have?
If memory serves it has to be one not the other to be able to add an item like that.
David Campbell OP  @Reply  
     
2 years ago
AccountReportList is name of the combo box

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

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: 5/6/2026 7:57:41 PM. PLT: 1s