Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Query with cell reference.

Hopefully this makes sense or maybe it just can't be done.
We have a bad habit around here re-typing about 5 or 6 different fields of
information on every form we use. Most of the forms are in excel. I would
like the user to request a specific record by part number (from Access) and
the other 5 fields come into the excel form into the corresponding cell. For
example; Part Number:B2, Part Name: B3, Mold Number: N3 and so on. Is
this possible??

I have setup my query, but when I import the information it brings in the
requested record all on one row. Also, the titles of each field are imported
too.

Thanks!!
G. Wolfe

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Query with cell reference.

Why not have your query come in on one sheet, then use formulas (like
Vlookup) on your "form" sheet to populate the appropriate locations.

=if(b2="","",Vlookup(B2,Table,2,False))

--
Regards,
Tom Ogilvy


"G. Wolfe" wrote in message
...
Hopefully this makes sense or maybe it just can't be done.
We have a bad habit around here re-typing about 5 or 6 different fields of
information on every form we use. Most of the forms are in excel. I

would
like the user to request a specific record by part number (from Access)

and
the other 5 fields come into the excel form into the corresponding cell.

For
example; Part Number:B2, Part Name: B3, Mold Number: N3 and so on.

Is
this possible??

I have setup my query, but when I import the information it brings in the
requested record all on one row. Also, the titles of each field are

imported
too.

Thanks!!
G. Wolfe



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
how do i reference a cell with url for web query import? fkendrick Excel Worksheet Functions 1 January 2nd 07 12:23 PM
Query about Last Cell reference. Pank Mehta Excel Discussion (Misc queries) 3 May 9th 05 10:47 AM
web query with cells reference momo Excel Programming 1 May 13th 04 12:24 AM
Web Query/Cell Reference hawkeyes2002[_4_] Excel Programming 1 April 19th 04 10:08 PM
Microsoft Query - how to reference a cell value in a filter Dan Excel Programming 1 December 13th 03 01:28 AM


All times are GMT +1. The time now is 09:37 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"