Thanks umeman
It worked, I will store this away for use in the future.
Thanks again. I am sure you'll be seeing me a lot while learning PL/SQL.
Thanks again.
Stormking
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...
Thank you Montrose.
The new SQL code worked and brought my queries into my combobox.
Thanks, I may be back while this project continues on. It is getting more involved that I first thought.
Thanks again. wss
I have not been able to get the code you pointed me to to work. I keep getting compile errors "expected user-defined type, not project." I had put Access in for Dim Dbs as Database (Database is not an option). Any suggestions?
Thanks
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.