Recent content by saip15

  1. S

    Question Switchboard Examples

    Yeah, but it's simple. Some databases don't need complicated switchboards. Not enough information. :)
  2. S

    Question Switchboard Examples

    alktrigger, It works great! Thanks again! I def. like the tab control.
  3. S

    Question Switchboard Examples

    Is there anyway you could save that as a .mdb file. I would greatly appreciate it. Thanks
  4. S

    Question Unlock Field after update, more than one set.

    That's what I thought but it's not updating after clicking on another field. Bob, I have a thread for Switchboard examples, would you be willing to share some examples. I don't want to use the switchboard manager and can't seem to find a good starting point.
  5. S

    Question Unlock Field after update, more than one set.

    Correct, It's working great Bob! But I have to scroll to the next record to save the text and then scroll back to the previous record to edit the option group. Is there another event that will make the option group unlocked right after text is entered without scrolling back and forth?
  6. S

    Question Unlock Field after update, more than one set.

    Is there anyway to make the option group unlocked right after the text is entered into the textbox. Right now I have scroll to another record and then back to enter the option group? Thanks
  7. S

    Question Unlock Field after update, more than one set.

    So for the On Current: Call SetLockedEnabled(Me, "YourOptionGroupName", "YourTextBoxName") Call SetLockedEnabled(Me, "YourOptionGroupName", "YourTextBoxName") Call SetLockedEnabled(Me, "YourOptionGroupName", "YourTextBoxName") Call SetLockedEnabled(Me, "YourOptionGroupName", "YourTextBoxName")...
  8. S

    Question Unlock Field after update, more than one set.

    Sorry Bob! I need to place a call function in the On Current and AfterUpdate correct? Like Call SetLockedEnabled (Me, True)
  9. S

    Question Switchboard Examples

    alktrigger, would you be willing to save your switchboard in a new database so I could see the code. How did you get the tabs? Thanks
  10. S

    Question Switchboard Examples

    Hi, Would anyone be willing to share their switchboard designs? I don't want to use the actual switchboard manager but create a form and use it as my switchboard. I'm having a hard time getting a good start and making it look organized. Thanks so much!
  11. S

    Question Unlock Field after update, more than one set.

    Ok, so the Afterupdate/OnCurrent calls the module then. Gotcha. Thanks for your time Bob!
  12. S

    Question Unlock Field after update, more than one set.

    Thanks so much guys! So modules run automatically right? Gizmo I can't get to your link. Blocked. Thanks though.
  13. S

    Question Unlock Field after update, more than one set.

    Where do I put the top code? So I place the bottom code in both afterupdate and oncurrent correct? Is there anything else that I need to change in these codes. Don't I need to change the strTextBox and strOptionGroup with exact text box and option group? Sorry for the noob question. Thanks Bob!
  14. S

    Question Unlock Field after update, more than one set.

    Any ideas? If I have to copy this code for each set than that's fine.
  15. S

    Question Back-end still opening after joining to FE .mdw

    Haha our company won't be upgrading to 2007 until.....ever! Thanks Alisa for your time.
Top Bottom