Search results

  1. O

    Stupid programmer tricks

    Sometimes I love having to plow through tons of other people's completely undocumented code. If Err.Number <> 2295 Then Debug.Print Err.Number & " - " & Err.Description Else Debug.Print "Something happened. I don't know what. No one tells me anything. " & _ "Here I am...
  2. O

    Sharing classes via referenced .mdb

    Hi all... I've a frustrating situation at the moment. I inherited an architecture that consisted of various access-based applications that used common functionality from modules located in another database. This common database was linked as a reference in the VBE. This is using AccXP. What...
  3. O

    Access skills assessment test

    Hi all, I'm looking for an intermediate to advanced Access/database/programming concepts test to give to job candidates. I took one myself around two years ago that was actually fairly challenging, but I've had a difficult time finding one since. The google searches I've done so far turn up...
  4. O

    Embedded image irritation

    Hi all, Here's a solution to a problem I had been encountering. I was creating a cover letter for a mailing in Access rather than using a Word mail merge. I obtained the company logo from the Word document using a simple cut&paste, and the sample page worked great. However, when the report...
  5. O

    .dbf export issues

    Hi all, I've run into a problem exporting data to dBase V format from an Access query. Normally, my solution would be to change the export format, but right now that isn't an option. The process I'm describing works as such: I pull data from a SQL Server database, fold, spindle and mutilate...
Back
Top Bottom