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 
Help with VBA please
Robert Freeman 
      
2 years ago
Hello. I have a membership database that runs fine but I've just come across a problem with some vba code I'd appreciate help with.
The code is currently:

DetailsPrivate Sub Form_BeforeUpdate(Cancel As Integer)
DoCmd.SetWarnings False
DoCmd.RunSQL "INSERT INTO MemberDetailsChangeLogT   SELECT * FROM MemberDetailsT " & _
"WHERE Member_ID=" & Member_ID
DoCmd.SetWarnings True
End Sub


This runs fine when there is a record already in the database to reference but when I input a NEW member record it throws up a vba error. I'm assuming this is because there is no existing record to reference. I believe I need to add an 'IF' / 'THEN' element to the vba but I'm not sure how/where it should fit into the existing vba code.

I appreciate it if someone would help me out with the additional code please.
Thanks.
Kevin Robertson  @Reply  
          
2 years ago
Try this:
    If Not Me.NewRecord Then
        ' Your code here
    End If
Robert Freeman OP  @Reply  
      
2 years ago
Thanks Kevin - again!  That worked perfectly. It threw up another issue when it worked but I've sorted that one myself.

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/9/2026 11:32:32 AM. PLT: 1s