Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Joker007

  1. Joker007

    Switching Subform Sources at Runtime

    Hi JeremyNYC, I'll soon rollout a new software, using the following code. I never had a problem with it. Please let me know if it works for you.. With sfrmDetail If .LinkMasterFields <> "" Then .LinkMasterFields = "" 'disbale old links...
  2. Joker007

    Switching Subform Sources at Runtime

    Hi JeremyNYC, I'll soon rollout a new software, using the following code. I never had a problem with it. Please let me know if it works for you.. With sfrmDetail If .LinkMasterFields <> "" Then .LinkMasterFields = "" 'disbale old links...
  3. Joker007

    Switching Subform Sources at Runtime

    Still interessted? "I just now read in the help that you cannot modify the LinkChildFields and LinkMasterFields properties at runtime." That's not the truth. The linked-fields can be accesed with read and write operations. So first null and then change 'em. P.S. What is "bump"? Never read it...
  4. Joker007

    Printer setup to print to file: filename?

    Try http://www.freevbcode.com/ShowCode.asp?ID=2836&NoBox=True

Part and Inventory Search

Back
Top