A
Alex
I have a combo box in my open form. After changing the value in the combo
box, I need my record to refresh. I'm using the below code which works great
except that it opens the first record after refreshing. How can I refresh
the open record and leave the same record open in the form? Thanks.
If IsOpen("NewPartInputfrm") Then
Forms!NewPartInputfrm.Refresh
Forms!NewPartInputfrm.Requery
End If
box, I need my record to refresh. I'm using the below code which works great
except that it opens the first record after refreshing. How can I refresh
the open record and leave the same record open in the form? Thanks.
If IsOpen("NewPartInputfrm") Then
Forms!NewPartInputfrm.Refresh
Forms!NewPartInputfrm.Requery
End If