G Guest Aug 9, 2004 #1 How can I refresh the filed list when the 'refresh' button mentioned in the help files appears to be missing. Bob F
How can I refresh the filed list when the 'refresh' button mentioned in the help files appears to be missing. Bob F
S Stewart Tanner Aug 12, 2004 #2 the refresh button in access is the F9 key. if you wish to put a physical button on the form to refresh a list the code that goes in the on click event for the button is ControlName.Requery
the refresh button in access is the F9 key. if you wish to put a physical button on the form to refresh a list the code that goes in the on click event for the button is ControlName.Requery