Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have an Excel 2007 spreadsheet with a column of primary keys that match
data in a FileMaker 9 database that is accessible via ODBC (using the DataDirect SequeLink 5.5 drivers). What I'd like is to be able to fill the second column with live data from the FileMaker database. I've been reading about SQLREQUEST() but I can't seem to find that function after installing the XLODBC add-in (for Excel 2002). Also, I'm not entirely certain that add-in will work with Excel 2003 or 2007. Can what I am trying to do be accomplished? Any thoughts? Thanks! Adam Aronson -- FullCity Consulting Inc. Certified FileMaker Developer Platinum FileMaker Business Alliance Members 2007 FileMaker Partner of The Year |
#2
![]()
Posted to microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I'm still working with 2003, but in that version you'd just use the
Data-Import External Data menu item to set up your query to pull the field(s) you want for the record you want. You could record the action of pulling the fields and then revise the code to put your own criteria in. It will return the record you select as a row, which you'd probably want to store in a background sheet temporarily, and display either by INDEX-MATCH formulas or using VBA to hard-enter it. On Nov 12, 6:22 am, FullCity Consulting Inc. wrote: I have an Excel 2007 spreadsheet with a column of primary keys that match data in a FileMaker 9 database that is accessible via ODBC (using the DataDirect SequeLink 5.5 drivers). What I'd like is to be able to fill the second column with live data from the FileMaker database. I've been reading about SQLREQUEST() but I can't seem to find that function after installing the XLODBC add-in (for Excel 2002). Also, I'm not entirely certain that add-in will work with Excel 2003 or 2007. Can what I am trying to do be accomplished? Any thoughts? Thanks! Adam Aronson -- FullCity Consulting Inc. Certified FileMaker Developer Platinum FileMaker Business Alliance Members 2007 FileMaker Partner of The Year |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
SQL & Like Query function in excel | Excel Worksheet Functions | |||
Importing Data via Web Query - Can values be passed to query? | Excel Discussion (Misc queries) | |||
external data function error-MS Query | Excel Worksheet Functions | |||
Save data retreived from query without saving query | Excel Discussion (Misc queries) | |||
Microsoft Query rejects "nz" function in Access Query | Excel Discussion (Misc queries) |