One another text ZoomBox (bound field or not, rich text or not) :
resizable
zoomable
characters left / No. of characters
read only or read/write
regards,
Philippe
Hi,
VBA function :
Option Compare Database
Option Explicit
'Public Type containing the geocoding of the postal address
Public Type tGeocodeResult
dLatitude As Double
dLongitude As Double
sRetAddress As String
sAccuracy As String
sStatus As String
End Type...
Hi guys,
Choose a PostCode and a radius (in km) to display all towns located in this perimeter.
The query calculates dynamically the orthodromic distance of each town.
See attachment for an example with an extract of UK Postcodes.
Enjoy,
Philippe
I'm new from France and my name is Philippe.
I wrote some applications with Ms Access.
I hope to obtain more experiences here because I like Ms Access :).
Regards,
Philippe
Hi,
A class (without API) to add cinetic effects, gradient colors effects on controls and forms.
Is it just for fun ? I hope not only...
Idea based on the code of Robert Penner
-> robertpenner.com/easing/
See attachment for example (Access 2000 compatible ?)
Regards,
Philippe
Because a graphic is more explicit than numbers...
Module Source code:
Option Explicit
'------------------------------------------------------------------------------------------------------------------
'Object : How to add sparklines on an Access report
' -> SparkLine, SparkBars, SparkOnOff...