Strange. It seems most/all of the items can no longer be downloaded. I got download error messages on each of the items I clicked onFree Access Tools | BTAB Development
FRONT-END AUTO-UPDATE ENABLING TOOL (Works for all versions 2000 and up) Microsoft Access Front-End Auto-Update Enabling Tool - allows you to quickly add auto-updating to your front-ends (PLEASE NOTE: This tool is primarily meant for networked users that have direct access to the backend...btabdevelopment.com
md c:\DwgLog
del c:\DwgLog\DrawingLog.accdb
copy "\\BSCCTIMBERLINE1\Timberline Office\AccessApps\Data\CommonFE\DrawingLog.accdb" c:\DwgLog
c:\DwgLog\DrawingLog.accdb
Hi. Are you referring to Bob's tool?Could some one update his tool to work on 64bit access??
Yeah mate. Downloaded it and yeah gave me an error saying it wasn't 64bitHi. Are you referring to Bob's tool?
Okay, just checking. I'll give it a shot when I can, unless someone else beats me to it.Yeah mate. Downloaded it and yeah gave me an error saying it wasn't 64bit
That would be awesome. Thanks alotOkay, just checking. I'll give it a shot when I can, unless someone else beats me to it.
just put PtrSafe before Function
thank you so much sir..32 to 64-bit conversion is not as simple as just doing that.
Adding PtrSafe is necessary and the code will then compile in 64-bit but that doesn't mean it will work
You also need to change all Long to LongPtr if those reference a handle/pointer such as hWnd
You may also need to modify Type declarations as well.
The process isn't difficult but it can be tedious and time consuming.
Suggest you read
Windows API declarations in VBA for 64-bit
How to convert your API Declarations to 64-bit. - Common myths debunked, key factors explained!codekabinett.com
Also download this utility
And if you can wait a week or so, watch the online session Peter Cole is doing on this topic:
Access Europe - Peter Cole (32 to 64-bit Conversion) - Europe - AccessUserGroups.org
We meet on the first Wednesday of each month from 18:00-19:00 UK time starting Wed 2 March 2022accessusergroups.org