Re: acces qry
- From: "Michel Walsh" <vanderghast@VirusAreFunnierThanSpam>
- Date: Wed, 31 Aug 2005 06:55:33 -0400
Hi
You could use an inner join that "makes" the "lookup":
SELECT Bills.billNumber, Clients.clientName
FROM Bills INNER JOIN Clients
ON Bills.ClientID = Clients.ClientID
Assume you have a table Bills with fields billNumber and ClientID but,
rather than displaying ClientID, you wish to display the client Name. You
then have to make a "lookup" in table Clients, for the said ClientID value,
and retrieve the ClientName.
Hoping it may help,
Vanderghast, Access MVP
"nishashanoj" <nishashanoj.1ujbez@xxxxxxxxxxxxxxxxxx> wrote in message
news:nishashanoj.1ujbez@xxxxxxxxxxxxxxxxxxxxx
>
> I want to put look up in the access query.how is it possible.?
>
>
> --
> nishashanoj
> ------------------------------------------------------------------------
> nishashanoj's Profile: http://www.msusenet.com/member.php?userid=742
> View this thread: http://www.msusenet.com/t-1871003182
>
.
- Prev by Date: Re: QBE Column Name loses spaces
- Next by Date: Re: Excel frequency function in Access
- Previous by thread: Selecting only the most recent record in a child table
- Next by thread: Vacation database, two timelines, still working on switch query
- Index(es):
Relevant Pages
|
|