Search results

  1. C

    Linking Code

    Anybody help me with some code that i am having difficulties with? I have found some code for sample reports produced by microsoft which i would like to use in a report in my database. One code is to "Draw vertical lines in a report that can grow" with the event procedure on the detail...
  2. C

    Adding records based on Subform

    I am having a few problems that i am sure someone can set me right with. I have a database for students and enrolements on courses. Each Student Record form has a subform based on the SQL below: SELECT tblLINKStudent_Course.lngStudentID, tblLINKStudent_Course.lngCourseID...
  3. C

    Automate Email Problems- Runtime Error 91

    I wonder if anybody can help. I have a code that i have used successfully in previous databases to automatically send an email based on a record set. The problem i have is that this database does not use set email addressess placed in the code as in the past. I would like the email to be sent...
Back
Top Bottom