Search results

  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.
  16. S

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

    Ok, so I figured it out. When I would open the BE using the shortcut it would override my permissions and give the Users group all the permissions because the owner was still Admin. So I opened the BE using my .mdw and created a new database as the owner and imported the tables. After that I...
  17. S

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

    So open the BE using the shortcut and then apply permissions? But I already have permissions set for tables already from the FE. What do you think?
  18. S

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

    Here is the guide I'm using. I'll check the admin rights again but I'm sure there aren't any. Do I have set permissions just like I did for the FE? I shouldn't have to since I am using the same .mdw correct? The FE works just fine and so does the BE when opened with the shortcut. I just can't...
  19. S

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

    I have no idea what i did. I have tried logging in with .mdw and then creating a new database and then importing the tables so the owner is no longer the Admin. After that when I open the BE using the shortcut everything works fine and the owner is the Super User but when I open it by itself it...
  20. S

    Question Unlock Field after update, more than one set.

    Hi, There have been plenty of threads on having a field unlock after another field has been updated. I have 5 sets of an option group and text box. I want the option group locked/disabled when the text box is empty. Maybe one might sufficient. Here is the code I'm using in both in AfterUpdate...
Top Bottom