Search results

  1. W

    Update value in unbound control then trigger event

    Hi All, Thank you for all of your kind help. I feel so stupid. All I need to do is make the code that updates the subform a separate function/procedure and then use the Call name of function in order to manually run the sequence of code. Thank you once again for all of your...
  2. W

    Update value in unbound control then trigger event

    Hi Doc, Thanks for your reply and to everybody for your patience in explaining this to me. I get confused with the order of how things get processed. Essential my form which is unbound houses a subform to list all items in an items table. The main form is like a miniswitchboard where a...
  3. W

    Update value in unbound control then trigger event

    Hi Doc, Thanks for your reply and to everybody for your patience in explaining this to me. I get confused with the order of how things get processed. Essential my form which is unbound houses a subform to list all items in an items table. The main form is like a miniswitchboard where a...
  4. W

    Update value in unbound control then trigger event

    Hi Paul, Thanks for your reply. So I should refer to the AfterUpdate event in my vba code. along the lines of controlname.afterupdate ? How do I use this syntax? I'm just looking on the web to learn how. Thanks
  5. W

    Update value in unbound control then trigger event

    Hi, I am updating a value in an unbound control on an unbound form. When the value in the control is changed I want a sequence of code to execute. Specifically changing the record source of a subform and refreshing it. The problem I have is that when the value of the unbound text box is...
Top Bottom