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