I'm looking to see if i can "pull" data from a database in a separate sheet onto another sheet using specific Criteria e.g.
[TABLE="width: 554"]
<tbody>[TR]
[TD="colspan: 5"]Search Criteria [/TD]
[/TR]
[TR]
[TD]Teacher[/TD]
[TD]Venue[/TD]
[TD]DAY[/TD]
[TD]TIME[/TD]
[TD]Attending[/TD]
[/TR]
[TR]
[TD]Ewan[/TD]
[TD]Swimming Pool 1[/TD]
[TD]Thursday[/TD]
[TD]6:00 PM[/TD]
[TD]yes[/TD]
[/TR]
</tbody>[/TABLE]
Matching results displayed below: I.e. copy rows from data base that match the above criteria.
[TABLE="width: 1544"]
<tbody>[TR]
[TD="class: xl65, width: 110"]Teacher[/TD]
[TD="class: xl65, width: 114"]Venue[/TD]
[TD="class: xl65, width: 110"]DAY[/TD]
[TD="class: xl65, width: 110"]TIME[/TD]
[TD="class: xl65, width: 110"]Attending[/TD]
[TD="class: xl65, width: 110"]PHONE NUMBER[/TD]
[TD="class: xl65, width: 110"]secondary contact[/TD]
[TD="class: xl65, width: 110"]Emergency contact[/TD]
[TD="class: xl65, width: 110"]EMAIL ADDRESS[/TD]
[TD="class: xl65, width: 110"]DOB[/TD]
[TD="class: xl65, width: 110"]Age[/TD]
[TD="class: xl65, width: 110"]Days until Birthday[/TD]
[TD="class: xl65, width: 110"]FIRST NAME[/TD]
[TD="class: xl65, width: 110"]SURNAME[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 554"]
<tbody>[TR]
[TD="colspan: 5"]Search Criteria [/TD]
[/TR]
[TR]
[TD]Teacher[/TD]
[TD]Venue[/TD]
[TD]DAY[/TD]
[TD]TIME[/TD]
[TD]Attending[/TD]
[/TR]
[TR]
[TD]Ewan[/TD]
[TD]Swimming Pool 1[/TD]
[TD]Thursday[/TD]
[TD]6:00 PM[/TD]
[TD]yes[/TD]
[/TR]
</tbody>[/TABLE]
Matching results displayed below: I.e. copy rows from data base that match the above criteria.
[TABLE="width: 1544"]
<tbody>[TR]
[TD="class: xl65, width: 110"]Teacher[/TD]
[TD="class: xl65, width: 114"]Venue[/TD]
[TD="class: xl65, width: 110"]DAY[/TD]
[TD="class: xl65, width: 110"]TIME[/TD]
[TD="class: xl65, width: 110"]Attending[/TD]
[TD="class: xl65, width: 110"]PHONE NUMBER[/TD]
[TD="class: xl65, width: 110"]secondary contact[/TD]
[TD="class: xl65, width: 110"]Emergency contact[/TD]
[TD="class: xl65, width: 110"]EMAIL ADDRESS[/TD]
[TD="class: xl65, width: 110"]DOB[/TD]
[TD="class: xl65, width: 110"]Age[/TD]
[TD="class: xl65, width: 110"]Days until Birthday[/TD]
[TD="class: xl65, width: 110"]FIRST NAME[/TD]
[TD="class: xl65, width: 110"]SURNAME[/TD]
[/TR]
</tbody>[/TABLE]