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: stormking
  • Content: Threads
  • Order by date
  1. stormking

    PL/SQL error ORA-00907

    Hi, I am just starting tolearn Oracle PL/SQL and am getting an error right off the bat that I can't seem to get rid of, here it is: CREATE TABLE book_copies ( barcode_id VARCHAR2(100) NOT NULL PRIMARY KEY, isbn VARCHAR2(13) FOREIGN KEY REFERENCES books (isbn) ); error at line 3...
  2. stormking

    List Queries in a Combo or List Box

    I am trying to put a list of my queries in a combo box so it will list all queries when new queries are added. I can only seem to get the records in a specific query or table, how do I get the list of queries to be listed in the box? Any SQL or VBA code if needed would be helpful. Thank you...

Part and Inventory Search

Back
Top