Field List refresh

R

RJF

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

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
 
Top