Search results

  1. P

    New ZoomBox

    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
  2. P

    How to geocode an address ?

    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...
  3. P

    Towns in a perimeter

    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
  4. P

    Hello All !

    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
  5. P

    How to add effects on controls and form

    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
  6. P

    How to add sparklines on an Access report

    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...
Back
Top Bottom