S
senseinobaka
Hello.
I'm new to Access and VBA. I have set up a table called "Customer Visits"
Then I have a query when ran will return every record in "Customer Visits".
My next step was to make a Parent/Child Form that would allow me to chose a
customer and then search my table using the query and the customer criteria.
That works great and I end up with child form that shows me all the matching
records.
My goal is to move those desired records to a Word Table. If I place a
button besides the record and run mt VBA code it will work well. But I need
to go down each record and push the command button. This is just asking for
oversights. Is there anyway I could use just 1 command button and loop thru
all the records on my form?
I appreciate your help.
I'm new to Access and VBA. I have set up a table called "Customer Visits"
Then I have a query when ran will return every record in "Customer Visits".
My next step was to make a Parent/Child Form that would allow me to chose a
customer and then search my table using the query and the customer criteria.
That works great and I end up with child form that shows me all the matching
records.
My goal is to move those desired records to a Word Table. If I place a
button besides the record and run mt VBA code it will work well. But I need
to go down each record and push the command button. This is just asking for
oversights. Is there anyway I could use just 1 command button and loop thru
all the records on my form?
I appreciate your help.