Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I am sorry if my question may look like a bit off-topic but, are there excel tools or utils that I can try some SQL commans or codes? Regards |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
you will find everything posted on the access.programming newsgroup
"J_J" wrote: Hi, I am sorry if my question may look like a bit off-topic but, are there excel tools or utils that I can try some SQL commans or codes? Regards |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi JJ
If you have Access you will also have Northwind the sample DB. You can run one of the sample queries and then choose Menu: View: SQL: SQL View This will show the SQL query statement. I have seen numerous recommendations from people that recommend things like this if using Access as the back end, development and test your query in Access and then copy and paste the SQL statement into your code. However, even if you do not intend to use Access an SQL statement is an SQL statement wherever you learn it or use it. Good Luck TK "J_J" wrote: Hi, I am sorry if my question may look like a bit off-topic but, are there excel tools or utils that I can try some SQL commans or codes? Regards |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Yes, there is a query builder available in Excel. From the menu choose
Data Import External Data New Database Query. It will walk you through a wizard for selecting the data source and the tables, then present you with a QBE grid (QBE = query by example). There's an 'SQL' toolbar button that you can click to enter the SQL manually. You can also play around with SQL by writing data access code in VBA. The help files are pretty good for showing some basic stuff. If you don't have a database to use (e.g. Access or SQL Server), you can just use Excel as a data source. In another Excel file, create a grid of data with row headings. Then define a name for the range. When you use the Import External data wizard I mentioned above, select the Excel file as your data source. HTH, Nick Hebb BreezeTree Software http://www.breezetree.com |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thank you all...NIck, TK and Vacation's Over
You are most helpful. J_J "Nick Hebb" wrote in message oups.com... Yes, there is a query builder available in Excel. From the menu choose Data Import External Data New Database Query. It will walk you through a wizard for selecting the data source and the tables, then present you with a QBE grid (QBE = query by example). There's an 'SQL' toolbar button that you can click to enter the SQL manually. You can also play around with SQL by writing data access code in VBA. The help files are pretty good for showing some basic stuff. If you don't have a database to use (e.g. Access or SQL Server), you can just use Excel as a data source. In another Excel file, create a grid of data with row headings. Then define a name for the range. When you use the Import External data wizard I mentioned above, select the Excel file as your data source. HTH, Nick Hebb BreezeTree Software http://www.breezetree.com |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Practice Test Using Excel | Excel Discussion (Misc queries) | |||
any examples for practice formulas of excel? | Excel Worksheet Functions | |||
Excel 2007 will not download training practice pages....help! | New Users to Excel | |||
Excel - how can I practice formulas on financial questions? | Excel Discussion (Misc queries) | |||
Excel practice sheet. Can't view instructions. | Excel Discussion (Misc queries) |