Search results

  1. C

    Outlook Import

    I have created an import of my e-mails in the Inbox. I tested it in a stand alone to make sure I could do it before adding it to my main database. When I added the code to my db it gave me an error of Compile Error: user defined type not defined. Private Function Scanmail(SubjectLine As...
  2. C

    Problems Seeing Report

    I have a Gantt chart that I developed by growing box lengths to show time blocked on a schedule. I used the same type of technique in labeling the boxes. I have everything looking good on the report when I open the report directly from the report listing. Problem: I tried to open this...
  3. C

    Refreshing Subform

    I have tried to refresh the records of a subform after update. What I end up getting is the subform opening up in a different window. How can I keep the subform from opening up and staying part of the Master form?
  4. C

    Linking Tab Controls

    I am trying to have 5 tabs linked together so that when I select a record from the first tab it will update the other 4 tabs with the information relating to that record. I know I can do this using a Main and sub forms by linking Master to child but that isn't what I am trying to accomplish...
Back
Top Bottom