I
injanib via AccessMonster.com
I have an unbound textbox at the end of my form that counts and displays
records on the form. I have the following code in the control source.
="Total Pieces Received : " & Count([TrackingNumber])
This counts all the tracking number of all the packages that appear under the
TrackingNumber field.
I have another field called Status that is a Yes/No Field. It shows if the
package has been delivered.
I also have another unbound text box that should display the number of
packages delivered.
How can I modify the code above to look under field "Status" and cound the
records with "Yes" value?
records on the form. I have the following code in the control source.
="Total Pieces Received : " & Count([TrackingNumber])
This counts all the tracking number of all the packages that appear under the
TrackingNumber field.
I have another field called Status that is a Yes/No Field. It shows if the
package has been delivered.
I also have another unbound text box that should display the number of
packages delivered.
How can I modify the code above to look under field "Status" and cound the
records with "Yes" value?