Search results

  1. D

    Import an Excel macro into a database

    Thanks, arnelgp. I really appreciate you taking the time to do this. Since I am no VBA-expert, a few things still confuse me. For example, in "subfrm_Examinations" you set a timer interval (TimerInterval = 600). What is the purpose of this function? Since everything has been imported into...
  2. D

    Import an Excel macro into a database

    Thanks a bunch. This definitely looks like a winner. Is it possible to integrate the calculated results into the Examinations subform so they show up automatically whenever I go to the next record instead of having to push the "Show result" button repeatedly?
  3. D

    Import an Excel macro into a database

    Hi, sorry for asking another question so shortly. I'm confronted with a rather complex problem that I haven't dealt with before. Basically, I have an Excel macro that calculates and outputs a bunch of medical data. Now I want to integrate it into my database where I store patient information...
  4. D

    link Child/Master fields from a subform within a subform

    Thanks for the quick replies, guys. I realized I did a very poor job explaining my problem. Basically, I just wanted to know how you can link a sub-subform to the main form. However, after some experimenting I think I found a rather simple workaround: - Make a copy of the main form. Add the...
  5. D

    link Child/Master fields from a subform within a subform

    Hi, i have a master form called PERSON. Within this form there is a tab control with 2 subforms, FRIENDS (tab1) and CO-WORKERS (tab2). FRIENDS contains a tab control of its own with 2 subforms, HOBBIES (tab1-1) and ACTIVITIES (tab1-2). How do I link the two subforms from tab1-1 and 1-2 to...
Back
Top Bottom