Free Lessons
Courses
Seminars
TechHelp
Fast Tips
Templates
Topic Index
Forum
ABCD
 
Home   Courses   TechHelp   Forums   Help   Contact   Merch   Join   Order   Logon  
 
Back to OpenAI    Comments List
Upload Images   @Reply   Bookmark    Link   Email   Next Unseen 
High Speed VBA Coding
Jason Fleishman 
       
34 days ago
I've found if I store a description of my form, I can start separate conversations using the form description for various coding goals, iterating very quickly:

EXAMPLE of form description: "In MS Access, I have a form called Case History with fields called [Business Card ID] which links the record as a foreign key to a client in the Business Card form, [L1] as a string which stands for Level 1 Heading, [L1 Order] which stands for an integer, [L2] as a string ..."

NEW CODING GOAL: I need to determine the highest L1 Order integer that is greater than 99. The highest number should be set to the function name so the function name can be used to set the L1 Order for your ideas in the Chat form.

RESULT: Dim varMax As Variant
    varMax = DMax("[L1 Order]", "[Case History]", "[L1 Order] >= 100 AND [Business Card ID] = " & Forms![Clients, Base Information]![Business Card ID])
    If IsNull(varMax) Then
        GetMaxL1Order = 100
    Else
        GetMaxL1Order = CInt(varMax) + 1
    End If

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

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: 3/14/2026 5:17:20 AM. PLT: 1s