I have been looking at this all day and still can't get my head in the right place.
I have a table with header and res_ids that I need to extract only the header records that match ALL the records in a filter table.
For example, my header record:
header_id res_id
30320 117
30324...
I've seen a lot of sample code both here is the forum and in Microsoft's examples that determine whether or not a recordset is empty by checking if the BOF and EOF flags are both true.
For the most part I see:
If Not rs.BOF And Not rs.EOF Then
'<do something here>
End If,
But my...
Using CR 8.0 and VB6 I have a Line Chart that shows
monthly projected expenditures, current funds
availability, and current expenditures. What I need
to do is stop the lines of the Current Expenditures and
Current Funding at the current date and then continue
the projected line out two...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.