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 Shaun E 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 sparkus

  1. sparkus

    Comparing Text to Autonum in SQL

    JonFer, Thank you very much, you helped save my butt! I was getting a lot of primary key mismatches. Thanks again!!!!
  2. sparkus

    Comparing Text to Autonum in SQL

    Bloody Genius!!!! Thank you so much!!!! and to think I spent 5 hours before I came here..... Thanks again!
  3. sparkus

    Comparing Text to Autonum in SQL

    Crud, He stuck some non-integer values into the textfield.....is there any way to convert the autonum to a text so I can get around this? Thank you very much for your help!!!!!
  4. sparkus

    Comparing Text to Autonum in SQL

    I still get a type mismatch.... SELECT test.*, links.*, test.primarykeyme FROM links, test WHERE(test.primarykeyme)=Int(links.encrypting_device);
  5. sparkus

    Comparing Text to Autonum in SQL

    Can you do that in the SQL statement????
  6. sparkus

    Comparing Text to Autonum in SQL

    Hey, I'm trying to help someone out. They have a complicated table and decided to store autonumbers in a text field and attempt to join them up in SQL, but everytime I try to join I get a type mismatch error..... I can only do it via Jet Sql.... Thanks!!!

Part and Inventory Search

Back
Top