Show all records

  • Thread starter Thread starter Tony Williams
  • Start date Start date
T

Tony Williams

I have a firm that is shows the results of a filter. I have a button on that
form that the user clicks to show all records. I have used
docmd.showallrecords and docmd.requery but nothing happens. What am I
missing
TIA
Tony Wiliams
 
Sorry guys It does work, however I am using code for my own navigation
buttons with a label control that holds the total number of records and this
isn't updating when I click the view all command button. Have to find out
why
Tony
 
not sure how you're getting a dynamic count using a label, so i've no
solution. but if you use a textbox control instead, unbound and with a
calculation as the ControlSource, then you can requery the control in the
view all command button's event code.

hth
 
Back
Top