Permalink
  • vote
    10
    0 starsdave | Shared With: Everyone - Mar 13 2008 | access, vba, tutorials
    VBA For MS Access
  • vote
    4
    0 starsdave | Shared With: Everyone - Mar 07 2008 | access, code, dates
    How to store, calculate, and compare Date/Time data in Microsoft Access

    Quoted: Function ElapsedTime (Interval) Dim x x = Int(CSng(Interval * 24 * 3600)) & " Seconds" Debug.Print x x = Int(CSng(Interval * 24 * 60)) & ...

  • vote
    23
    0 starsdave | Shared With: Everyone - Mar 06 2008 | access, vba
    Convert minutes to hour and minute in MS Access 2000. - MS Access

    Quoted: =[Minutes] \ 60 & Format([Minutes] Mod 60, "\:00")

  • vote
    47
    0 starsdave | Shared With: Everyone - Feb 18 2008 | soundex, access
    Microsoft Access tips: Fuzzy matches - Soundex

    Quoted: Public Function Soundex(varText As Variant) As Variant On Error GoTo Err_Handler 'Purpose: Return Soundex value for the text passed in. 'Return: Soundex code, or Null ...

  • vote
    4
    0 starsdave | Shared With: Everyone - Nov 27 2006 | access, microsoft, troubleshooting, database, howto
    Google Groups: microsoft.public.access.externaldata

    How to fix a nasty error in Access 2003 when trying to import data.

1 - 5 of 5 Faves

Related Content from Around Faves

accessibility

VIEW ALL

vba

VIEW ALL