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!

Search results for query: *

  • Users: bramsey
  • Content: Threads
  • Order by date
  1. bramsey

    deleteing rows from two or more tables

    Is it possible to delete records in two or more tables with one delete statement? I have my data split out into several tables. In some instances, data in a second or third table may need to be deleted when data in the first is deleted. What is the best way to go about this? Thanks for any help.
  2. bramsey

    distinct data

    I am fairly new to SQL and don't know if I am doing this correctly. My SQL statement is as follows: sql = "SELECT DISTINCT Products.ProductID, Products.ProductName, Colors.ColorDescription, Sizes.SizeDescription FROM Colors INNER JOIN ((Sizes INNER JOIN (Products INNER JOIN ProductSizes...
  3. bramsey

    Exporting Movie for Web Use

    This is the first time that I have ever used Premiere. It is a pretty cool program. I have a movie that I am trying to export for the web. Steps taken: 1. file 2. export 3. timeline 4. save for web 5. settings - QuickTime Progressive Download 6. choose either big, medium, or small movie...

Part and Inventory Search

Back
Top