I need help with writing the correct macro expression for my text box. I have a Query called QueryForm that is linked to my Form with the text box. In the Query there are two fields named PopMin and PopMax that has numeric values. The goal of the text box, if you enter 300 for population it is only going to show bird populations that are at 300. If the query is left blank, it is going to show all of the bird population in PopMin and PopMax. Can you please write an example of how this would be written in macro expression?
Given information:
Query Name: = QueryForm
Field Names = PopMin, PopMax
Textbox Name = TxtPop