Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Capturing a dynamically changing number records

Status
Not open for further replies.

programmher

Programmer
May 25, 2000
235
0
0
US
I once did this and had the code; but cannot locate it nor fully recreate what I had...

I have a query that will return a different number of records. The result might be one reocord, , it might be 30 records, or 100 records, etc.

I need to create an array that will add the total associated with that record when the corresponding check box is selected.

I can't remember how to correcty construct my array to be flexible enough to compensate for varying record totals.

Can anyone point me in the right direction?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top