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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. MarkSweetland

    Select header records that contain records from second table

    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...
  2. MarkSweetland

    To rs.BOF or Not to rs.BOF

    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...
  3. MarkSweetland

    How Can I Discontine a Line Chart Series?

    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...

Part and Inventory Search

Back
Top