Search results

  1. C

    what is error trapping?

    hi i'm rebuilding an old db and want to include error trapping. however, i don't really know where to start. does anyone know a quick guide or give a few examples? cheers cyberz
  2. C

    confusing help file! Please Help! :)

    from access help: "Note To list all reports in the database, whether open or closed, enumerate the Documents collection of the reports' Container object. You can then use the Name property of each individual Document object to return the name of a report." can anyone explain to me what this...
  3. C

    ennumerating reports

    hey, why isn't this working? i can't seem to figure it out. it's reporting rep as null :S Private Sub cmdReport_Click() 'loads report for the selected party Dim checkReport As Boolean Dim rep As Report Dim reportname As String checkReport = False Set...
  4. C

    97 to XP upgrade

    hi! this looks like a wonderfully active forum! i congratulate you all! anyway, i'm about to upgrade from 97 to XP. i have a large number of linked tables and MDEs - has anyone had any trouble with the conversion methods? Thanks :D Martin
Back
Top Bottom