Search results

  1. D

    Solved Unbound subform opens based upon button click

    Okay so here is where I am at. I have a code now that I can use and it works great for the first sub-form load. The code is Private Sub Btn1_Click() Me!Child12.SourceObject = "Page1" End Sub Private Sub Btn2_Click() Me!Child12.SourceObject = "Page2" End Sub Private Sub Btn3_Click()...
  2. D

    Solved Unbound subform opens based upon button click

    Okay, since my other issue with using tabs was essentially unsolvable due to lack of information available, well at least a lack of information I could find using a search engine. I have a new idea but I am not sure how to accomplish it, not to mention I was researching my other issue and I saw...
  3. D

    Solved Navigation tabs left side and top side controls

    Okay, then since there doesn't seem to be a lot of information on how to do what I was wanting to do I am going to say this is an unsolveable issue.
  4. D

    Solved Navigation tabs left side and top side controls

    There essentially is no code. I have created an original form off of my table, in this case called frmCoversheet. Then I created an additional form with all the tabs going across it horizontally, in this case called frmInputForms. Then I add frmCoversheet to frmInput as a subform. Then I...
  5. D

    Solved Navigation tabs left side and top side controls

    I do appreciate all the help that I get on these forums. However, you are right, I have not used navigation forms before, and I am sure there are numerous issues that I have not seen that will arise. I have opted to use half and half. Half built in navigation form and half custom. Basically I...
  6. D

    Solved Navigation tabs left side and top side controls

    I am playing around with it, the only thing I don't understand about this, is how did you get the 2 subforms onto the same section.
  7. D

    Solved Navigation tabs left side and top side controls

    I see the result of what you did, I am still not sure how you accomplished this with the positioning.
  8. D

    Solved Navigation tabs left side and top side controls

    Im not at a computer right now. When I get home in about 8 or 9 hours I will see what you are talking about. I am really curious.
  9. D

    Solved Navigation tabs left side and top side controls

    Please explain how it wouldn't need code?
  10. D

    Solved Navigation tabs left side and top side controls

    But thank you, I think i can work with this idea.
  11. D

    Solved Navigation tabs left side and top side controls

    I cant, I deleted it. But I think I have an idea, I just need to hide top navigation form 1 when button 2 is pressed, and hide top navigation2 when 1 is pressed.
  12. D

    Solved Navigation tabs left side and top side controls

    The problem is that setup transition. When I click on one of the buttons the page with the horizontal bar comes up but the side buttons disappear. I am trying to get only the horizontal pages to transition and the vertical buttons to always be present.
  13. D

    Solved Navigation tabs left side and top side controls

    Ok, I think these 2 attached pictures might make things a little more clear.
  14. D

    Solved Navigation tabs left side and top side controls

    That works, but its not exactly what I am looking for.
  15. D

    Solved Navigation tabs left side and top side controls

    Ah ok, let me give that a shot. Thank you for the information.
  16. D

    Solved Outer tabs not showing on forms

    That did the trick. Thank you.
  17. D

    Solved Navigation tabs left side and top side controls

    OK, I am not familiar with using navigation forms at all. I am trying to learn how to use them. I have created a navigation form. I have opted for vertical left and horizontal top. So here is my question or dilemma. On the left side I want to click the top button if you will. and it display...
  18. D

    Solved Tempvars username not displaying on subsequent forms

    Ty Mr. Hartman, I have downloaded it and I will look it over. I very much appreciate it.
  19. D

    Solved Outer tabs not showing on forms

    Ok this is a weird one for me. Probably a very simple solution to. But I have 2 different databases and one is showing the little tabs when it is open and the other isn't. I am not sure what setting I changed to make them disappear but I would really like to know which one it is.
  20. D

    Solved Log out when database closes using X

    Well I was able to get it to log the current time and date when it logs users out, but it changes the time and date for all users when they were logged out. I am at a loss now as to how to fix this. Currently this is where I am at DoCmd.SetWarnings False DoCmd.RunSQL "UPDATE tblUsers...
Back
Top Bottom