Search results

  1. C

    Back Button for Subforms

    thank you so much for the help. But i fear that i have never used a combo box before, so i wouldn't know the coding behind it. If you would beable to give me an example i would greatly appreciate it.
  2. C

    Message Box Problem

    you need to have another "IF" case in there that determines if the combo box is "null" or not for the company you selected, If the combo box is null then(not actual code) Dim bytResponse As Byte bytResponse = MsgBox("POCs do not exist for the Company you selected, would you like to create...
  3. C

    Back Button for Subforms

    On my main form i have an Unbound subform that allows me to have any of my other forms in there when i want. The problem i am having is i just put in a "Back" button. Is there an easier way to do this. it works, sorta (it only goes back to one subform). Here is the code for the buttons i have...
  4. C

    Backtracking Subforms

    On my main form i have an Unbound subform that allows me to have any of my other forms in there when i want. The problem i am having is i just put in a "Back" button, and i am not sure if i am doing the logic corect or if there is an easier way to do this. it works, sorta (it only goes back to...
  5. C

    Forms Within Forms

    thank you so much!!!
  6. C

    Forms Within Forms

    i thought it had somehting to do with subforms, but i wasn't sure because that brings up a specific form, could i leave it unbound and have it open multiple forms (not at once)?
  7. C

    Forms Within Forms

    I have been looking on this site along with others and i have not seen anything on this. I don't know if it has been posted before or if it is even possible, but is there a way to open a seperate form within another form? Basically what i want is a main form and then have it open all the other...
Back
Top Bottom