Wrox Programmer Forums
|
Access Discussion of Microsoft Access database design and programming. See also the forums for Access ASP and Access VBA.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Access section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 3rd, 2006, 06:06 AM
Friend of Wrox
 
Join Date: Dec 2005
Posts: 233
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to anukagni Send a message via Yahoo to anukagni
Default taking particular data ..

hi,

  i doing with a table for an query ...in My table field called Name of the Equipment & Make..

  now what i want is when select one name then the particular make should come..

 for example..

 Name of the Equipment Make

 Personal Computer HP
 Personal Computer Compaq
 Personal Computer IBM
 Personal Computer HCL
 Personal Computer Mercury
 Laser Printer Wipro
 Laser Printer Epson
 Laser Printer Samsung
 Scanner Toshiba
 UPS Electronic & Controls
 UPS Unitrons

 Like that and what i want is when i select or type Equipment name in an text box or in an query parameter or anywhere .. then the make should extracted for me..

 pls do that need full..
 this blusting my head..


Learn as you can..
------------------------
pap...
 
Old August 3rd, 2006, 09:57 AM
pjm pjm is offline
Authorized User
 
Join Date: Jul 2006
Posts: 70
Thanks: 0
Thanked 0 Times in 0 Posts
Default

From your example it looks the the following should fit the bill:

SELECT Make FROM [Name of the Equipment & Make]
WHERE [Name of the Equipment] = [Equipment Name?];

With this, typing in "Personal Computer" should return the list HP, Compaq, IBM, HCL, Mercury.

Is this all you are trying to do?

-Phil-
 
Old August 4th, 2006, 12:05 AM
Friend of Wrox
 
Join Date: Dec 2005
Posts: 233
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to anukagni Send a message via Yahoo to anukagni
Default

Hi,
   I got this, weather it is possible for me to make this in the front end i.e. by using sn text box or list box


Learn as you can..
------------------------
pap...





Similar Threads
Thread Thread Starter Forum Replies Last Post
View returns huge data,taking more time gunjan.sh SQL Server 2005 15 April 9th, 2008 05:51 AM
Script taking too long mmltonge Classic ASP Professional 3 April 16th, 2007 06:56 PM
Taking values from textbox derekl ASP.NET 1.0 and 1.1 Professional 3 February 20th, 2006 08:30 AM
Taking action for several attributes raoulvb XSLT 1 December 1st, 2004 07:57 AM
Taking information from a cookie snowy0 HTML Code Clinic 1 May 18th, 2004 07:46 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.