Page 2 of 2 FirstFirst 12
Results 16 to 20 of 20
  1. #16
    Gicu's Avatar
    Gicu is offline VIP
    Windows 10 Access 2013 32bit
    Join Date
    Jul 2015
    Location
    Kelowna, BC, Canada
    Posts
    4,115
    It's yours now! Always helps when you can reuse a procedure, much easier to make changes in one place vs. many....



    Cheers,
    Vlad Cucinschi
    MS Access Developer
    http://forestbyte.com/

  2. #17
    moke123's Avatar
    moke123 is online now Me.Dirty=True
    Windows 11 Office 365
    Join Date
    Oct 2012
    Location
    Ma.
    Posts
    1,654
    Actually I don't really use that one. I use the 3rd choice in the attached file.
    It makes a half hearted attempt at checking for spelling errors before saving.
    Attached Files Attached Files
    If this helped, please click the star * at the bottom left and add to my reputation- Thanks

  3. #18
    MikF is offline Novice
    Windows 11 Access 2010 64bit
    Join Date
    Dec 2023
    Posts
    8
    Thank you all for your assistance and acumen.

    Agree with moke123 about a generic sub, and will sift thru that code to implement.
    May need a helping nudge or three.

    It's been years since I've had to look at more intensive Access logistics.
    Uncertain how it got out of whack [agree I must have changed some aspects along the line], but now have to return it to functional efficiency.

    Thanks again all.
    - Mike

  4. #19
    MikF is offline Novice
    Windows 11 Access 2010 64bit
    Join Date
    Dec 2023
    Posts
    8
    Hi Vlad,

    Re "for the code in post #12 please try to add "DAO." to the declaration statements for the database and recordset variables (the default is a ADO recordset but you are working with a DAO one)."


    How specifically to do that ...?

    Thank you.

  5. #20
    moke123's Avatar
    moke123 is online now Me.Dirty=True
    Windows 11 Office 365
    Join Date
    Oct 2012
    Location
    Ma.
    Posts
    1,654
    instead of Dim db as database, you add the reference to DAO -
    Code:
    Dim db as DAO.Database 
    Dim rs as DAO.Recordset
    If this helped, please click the star * at the bottom left and add to my reputation- Thanks

Page 2 of 2 FirstFirst 12
Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 6
    Last Post: 10-29-2020, 12:08 PM
  2. CSV Export no longer working.
    By JRodko in forum Import/Export Data
    Replies: 4
    Last Post: 11-20-2019, 08:34 AM
  3. report no longer working
    By chriswrcg in forum Reports
    Replies: 8
    Last Post: 01-22-2019, 05:13 PM
  4. Form no longer working
    By ceatana in forum Forms
    Replies: 3
    Last Post: 05-22-2018, 12:55 PM
  5. NotInlist Event not working properly
    By thanosgr in forum Programming
    Replies: 2
    Last Post: 06-14-2012, 01:46 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums