Page 2 of 2 FirstFirst 12
Results 16 to 17 of 17
  1. #16
    UT227 is offline Expert
    Windows 7 32bit Access 2013 32bit
    Join Date
    Feb 2016
    Posts
    581

    Excellent. Thanks. Looks like it's working. This needs to be done on all the modules, or just the ones giving an error?

  2. #17
    isladogs's Avatar
    isladogs is offline MVP / VIP
    Windows 10 Access 2010 32bit
    Join Date
    Jan 2014
    Location
    Somerset, UK
    Posts
    6,129
    If any of your code needs amending for 64-bit you will get an error message when you open the app.
    If so, make similar changes to API declarations another modules until the code compiles.

    But you should also ensure that it compiles in 22-bit before converting to 64-bit
    Make sure Require Variable Declarations is ticked in VBE Options.
    Also check each code module includes the line Option Explicit.
    Then compile your code in the VB Editor.
    Fix all compile errors as necessary.
    Colin Riddington, Access MVP, Website, email
    The more I learn, the more I know I don't know. When I know I don't know, I keep quiet!

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

Similar Threads

  1. convert to web
    By Jen0dorf in forum Access
    Replies: 3
    Last Post: 12-22-2017, 12:18 AM
  2. to convert SQL to VBA!!!!!!!!!!!
    By mathhero in forum Access
    Replies: 1
    Last Post: 10-30-2015, 07:34 AM
  3. convert to mde
    By linoreale in forum Access
    Replies: 5
    Last Post: 05-14-2015, 09:09 AM
  4. Convert to DD:HH:MM:SS
    By denknee in forum Programming
    Replies: 2
    Last Post: 10-06-2014, 04:55 PM
  5. Can you convert .mdb to .wdb??
    By DeeMax45 in forum Access
    Replies: 2
    Last Post: 01-22-2012, 06:11 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