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 bkrike 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 rjsmith24

  1. rjsmith24

    Insert PHP/MySql

    Hmmmm. It works this morning. Man I love technology. Incidentally, that echo line is great for troubleshooting- thanks for the tip! -Robert Debug, compile, drink... drink, drink, drink...
  2. rjsmith24

    Insert PHP/MySql

    This was working an hour ago... now it's all whacked- it won't error out, but it isn't inserting the record into the database either, and I cannot figure out why... I did everything by the book, and the code is very clean and structured. Here's the source code: <html> <body> <?php if ($submit)...
  3. rjsmith24

    Isolating Unique Values in a Comparison

    Awesome- a perfect solution- surprisingly, Access2002 kept the sql very clean- it looks something like this: SELECT [Zip].[Number] FROM Zip LEFT JOIN 214 ON [Zip].[Number] = [214].[Number] WHERE ([214].[Number] Is Null); Thanks again. Robert
  4. rjsmith24

    Isolating Unique Values in a Comparison

    Ok, I check about 10 pages of threads to make sure this wasn't a duplicate post, sorry if it is. I have two columns of phone numbers. 1 is the state do not call list. The other is my dialing list. I want to create a table of numbers in my dialing list that are NOT in the DO NOT CALL list. I'm...

Part and Inventory Search

Back
Top