I am trying to count the occurences of [Pharmacy NPI Number] in the main table that relate to what record the form I am on. The form's control source table is [Feedback]
I have 1 Text Box on a Form called Pharmacy Info. I am trying to count how many occurances of a field in a table called [Main] and a column called [Pharmacy NPI Number] that match what record the form is currently on. The field on the form that I am trying to match is in a table called...
Thanks. I ended up just using lstZipCollection.RowSource = ""
The .Requery looks like it is not needed. Is it just good practice to put it in, or is it needed?