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 TouchToneTommy 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 ozimandius

  1. ozimandius

    MS Access 2k query seems to be casting a MEMO field into a TEXT field

    Ok, I probably should have searched these forums a little better before posting... Solution: SELECT top 25 MainTable.Counter, MainTable.EntryDate, MainTable.URL, MainTable.TagLine, MainTable.Description, MainTable.Category, MainTable.ImageLink, MainTable.ImagePercentage, MainTable.UserName...
  2. ozimandius

    MS Access 2k query seems to be casting a MEMO field into a TEXT field

    The MainTable.Descrption field is a MEMO field but the straight forward query below only returns the first 256 characters from the Description field. Any ideas why? The MainTable table to Comments table is a 1 to many relationship, and I am trying to capture the count of the Comments for each...

Part and Inventory Search

Back
Top