I have txt boxes on a form that I load data into from a recordset using "txtbox=adoRs!field" in the form load event.
I am making changes to the recordset then re-loading the form to reflect changes made to the recordset. I cannot get the form to re-paint to reflect the new recordset. The new recordset is being created and loads properly in the form load event but can't get it to show on the screen.
I have tried to unload then load and/or show, used refresh. Nothing works, I can't get that newly loaded form from the form load event to re-paint or update on the screen. The old display continues to show.
I'm looking for any hints or suggestions. Thank you, any comments are appreciated.
TNN, Tom
TNPAYROLL@AOL.COM
TOM
I am making changes to the recordset then re-loading the form to reflect changes made to the recordset. I cannot get the form to re-paint to reflect the new recordset. The new recordset is being created and loads properly in the form load event but can't get it to show on the screen.
I have tried to unload then load and/or show, used refresh. Nothing works, I can't get that newly loaded form from the form load event to re-paint or update on the screen. The old display continues to show.
I'm looking for any hints or suggestions. Thank you, any comments are appreciated.
TNN, Tom
TNPAYROLL@AOL.COM
TOM