LPurvis
AWF VIP
- Local time
- Today, 07:14
- Joined
- Jun 16, 2008
- Messages
- 1,269
Shingles huh? Yoinks.
That sounds about as fun as my workload.
Well I'm past my 3 posts per day I'm allowing myself - but I had to intercept you on this.
You definitely don't want to be making hard copied copies of the function.
When the next button is clicked you'd call the function directly passing the page.
Just as I mentioned earlier:
Me.SubformName.Form.RecordSource = "SELECT * FROM tblQs WHERE QNo In (" & fGetFromArr(intPage) & ")"
Cheers.
That sounds about as fun as my workload.
Well I'm past my 3 posts per day I'm allowing myself - but I had to intercept you on this.
You definitely don't want to be making hard copied copies of the function.
When the next button is clicked you'd call the function directly passing the page.
Just as I mentioned earlier:
Me.SubformName.Form.RecordSource = "SELECT * FROM tblQs WHERE QNo In (" & fGetFromArr(intPage) & ")"
Cheers.