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

Recent content by BascoBill

  1. BascoBill

    Join table to itself?

    Hey JonFer! Got it!!! Thank you very much for the help.. I was lost. Take care and have a great weekend! Bill
  2. BascoBill

    Join table to itself?

    Thanks JonFer! It is close.. I am getting the combined records I was looking for now, but I am missing some records too. When I did the GROUP BY, I had to identify all the fields in the output as aggregates - I used Min for the First_1 and Max for the First_2 and Max for the Last. I have joined...
  3. BascoBill

    Join table to itself?

    Hi All, I have a problem that I haven't ben able to figure out (or find the answer to.) I am working with a single table that has town census data in it. My client wants to send out a mailer to a certain demographic. I have made an extract table (make-table query) that has all the records we...
  4. BascoBill

    Create MS Project 2002 Task with ASP?

    Hello all, I find I need to create Project 2002 Tasks (in existing projects) via ASP. I have looked at the SDK from MS, but there is something missing. Does anyone know of an article I could look at? Or have you done this? I have scoured the MS site without any luck. I also looked at MS's own...
  5. BascoBill

    allow users 1 to n entries on form

    Thanks mwolf00! That looks promising. I will give it a go. I will have to programatically name the new fields so I can access them in my asp processing page. Thanks again, Bill
  6. BascoBill

    allow users 1 to n entries on form

    Hello, I am designing a form on a ASP (classic) page on which the user can make 1 to n entries for a certain set of fields. These translate into detail records in the SQL Server db. I would like to list maybe 3 sets of these fields when the page loads but give them a button to add more. I...
  7. BascoBill

    Kind of an asp/javascript crossover question

    Hello all, I am just getting my feet wet with asp (I find it a lot of fun). This is what I am trying to do - I hope someone can give me a clue about how to do it. When my page loads, the entire page is a form for the user to fill out for the application. certain fields in this form are...

Part and Inventory Search

Back
Top