Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Lost But Trying Hard
 
Posts: n/a
Default Query Excel database from desktop

I am looking to create a small desktop application that will query an excel
database to match the zip code provided by the user of desktop application.
If the zip code matches, the database will provide back a result based on the
column information directly to the right of the zip code in the database. Is
this something that can be done just in excel, or what type of small
application will allow us to access the database without actually having
Excel opened or even on the computer.
--
Lost
  #2   Report Post  
Dave Peterson
 
Posts: n/a
Default

You could surely do this in excel using =vlookup(). But that means that the
user has to have excel and excel has to open (as well as that workbook).

But depending on what you're looking for, you could save the data as a .CSV file
and use an old DOS command:

Windows start button|Run (or get to the command prompt):
find "00012" "c:\my documents\excel\book1.csv"

If you do this:
find /?
You'll see a short help for Find.

===========
I would think if you could find someone who spoke VB (or any other standalone
language), they could even make a nice little program with a pretty interface
that you could use to display the results.



Lost But Trying Hard wrote:

I am looking to create a small desktop application that will query an excel
database to match the zip code provided by the user of desktop application.
If the zip code matches, the database will provide back a result based on the
column information directly to the right of the zip code in the database. Is
this something that can be done just in excel, or what type of small
application will allow us to access the database without actually having
Excel opened or even on the computer.
--
Lost


--

Dave Peterson
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel 2003 - New Database Query JNA Excel Discussion (Misc queries) 0 August 17th 05 10:01 PM
Error message in Excel after exporting Access query to Excel Romi Excel Discussion (Misc queries) 0 June 6th 05 02:53 PM
Excel Query Wizard Date Format aldsv Excel Discussion (Misc queries) 1 May 31st 05 12:44 PM
Import from Database using field from excel. BD Excel Discussion (Misc queries) 1 May 10th 05 10:31 PM
How to use a Access Query that as a parameter into Excel database query Karen Middleton Excel Discussion (Misc queries) 1 December 13th 04 07:54 PM


All times are GMT +1. The time now is 01:18 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"