Update for Access Line Graph Demo

Status
Not open for further replies.

peterennis

New member
Local time
Today, 05:55
Joined
Feb 2, 2016
Messages
3
This is an update for the demo from ChrisO on thread # 189196

1. Updated to run on Access 64 bit and tested with Access 2016
2. Tested with Access 2010 32 bit

I do not have sufficient Karma to post links.

Kudos to ChrisO :)
 

Attachments

Hhmm, 32 bit 2007 balks at PtrSafe ?

This is an update for the demo from ChrisO on thread # 189196

1. Updated to run on Access 64 bit and tested with Access 2016
2. Tested with Access 2010 32 bit

I do not have sufficient Karma to post links.

Kudos to ChrisO :)
 
For A2007, just use the original 2003 version and convert to ACCDB
 
Doh!:banghead:
I removed the ptrsafe and longptr and it appears to work.:)
 
Better still use conditional compilation such as

#If VBA7 Then
...
#Else
..
#End If
 
Status
Not open for further replies.

Users who are viewing this thread

Back
Top Bottom