Search results

  1. E

    Using Call to access anouther Subroutine

    Thank you very much, Is that the usual practice subf? Your a life saver!
  2. E

    Using Call to access anouther Subroutine

    There ya go =)
  3. E

    Using Call to access anouther Subroutine

    Here are the forms im working with. Thank you for the help in advance
  4. E

    Using Call to access anouther Subroutine

    frmTab is the Form that has a Tab on it, on one of the Tabs there are 2 Subforms called: Form1 Form2 Form 1 has a Button on it, that i want to access a Sub on Form 2 with to do further actions. (the names are actually different, i am just simplyfying the names to make it easier.
  5. E

    Using Call to access anouther Subroutine

    Run-Time Error "2452" The Expression You Have Entered Has An Invalid Reference To The Parent Property. Do I need to refence the Tab Form it is located in? Thank you
  6. E

    Using Call to access anouther Subroutine

    Thanks for the response, I was refering to the "!". Using ! after the call function gives me an error when inputting it in, Call Me.Parent!NameOfSubformControl.Form.TestCall Compile Error: Expected: . or ( then when i run the sub it gives me a syntax error I have tried to replace the ! for...
  7. E

    Using Call to access anouther Subroutine

    Thank you both for the quick reply, however the issue is not resolved. I have tried just refering to the sub publically, but i think as it is inside a form, it does not connect to it and i get a cannot find error. Both Options include the "!" bang, it gives me a syntax error when i use the...
  8. E

    Using Call to access anouther Subroutine

    Hey Guys and Gals, I have looked on numerous search engines and i have found nothing that can help me. I have two forms inside a tabbed form. Tabbed form is called frmTab Form1 is called frmForm1 form2 is called frmForm2 with the public sub TestCall I am trying to make a subroutine work in...
  9. E

    RunTime Error 2465 on RecordSource

    Hey Guys I Figured Out the Problem. When I Copied and Pasted the Forms/Queries, I Changed the Subforms path locations to the correct ones but I didnt change the Name of it in the form. As Forms.blah.blah locates the subform Name In the form and not the Subforms actual name. It couldnt Find it...
  10. E

    RunTime Error 2465 on RecordSource

    RunTime Error 2450 on RecordSource Hey guys and Girls. I am having a bit of a problem on this bit of source. It (for some strange reason) wont locate a form for me... The Error Code is actually 2450... I have a form with a tabbed page (frmQuoteCenter), on one of the tabs is a search form...
Back
Top Bottom