Multiple data repeaters on one form

TRB

New member
Joined
Oct 9, 2012
Messages
1
Programming Experience
Beginner
Hi,
I am trying to display data from the same data source and data table within that source in multiple data repeaters. The problem is I what to have different queries on each data repeater so as only to display records that the name column matches a given name and the date column matches a given date. There could be several records that match the this criteria for each repeater. I have achieved this through creating multiple bindingsources and data tables but as you would be aware this is extremely slow to run.

Please help as I have no idea how to do this efficiently.

Also ther may be up to 15 seperate repeaters required.

Thanks in advance
TRB
 
Back
Top