Hi there -
This is probably a pretty silly question but is there a way to reload a form and have it show all records? Sort of like when you first open the form? Requery and Refresh do not work and outside of using the DoCmd.Close, "FormName" first and then DoCmd.OpenForm "FormName" I have not found another way. I'm sure there is something very simple - :banghead:
What I have is a form that contains a couple of comboboxes that act as filters. They work great. So once I run my filters, I know that I am viewing, say, records 1 - 23 of 100. So again, I am just looking to show all records by using a command button rather than doing the close/open form thing.
Thank you so very much!
This is probably a pretty silly question but is there a way to reload a form and have it show all records? Sort of like when you first open the form? Requery and Refresh do not work and outside of using the DoCmd.Close, "FormName" first and then DoCmd.OpenForm "FormName" I have not found another way. I'm sure there is something very simple - :banghead:
What I have is a form that contains a couple of comboboxes that act as filters. They work great. So once I run my filters, I know that I am viewing, say, records 1 - 23 of 100. So again, I am just looking to show all records by using a command button rather than doing the close/open form thing.

Thank you so very much!