Recent content by robbrgr

  1. R

    Populating Unbound Textbox on Form

    I need help with an Access form. When I use the code below, my unbound text box is being populated on all records of a form, instead of the one currently being used. How do I have the text box populated on only the current record? Thanks. Private Sub Item_Budget_Name_ID_Change() Dim rst As...
Back
Top Bottom