Re: Help with query
From: Kevin Spencer (kspencer_at_takempis.com)
Date: 09/16/04
- Next message: Kevin Spencer: "Re: No scroll bar"
- Previous message: Dave Bolt: "Re: Saving css file terminates FrontPage 2000"
- In reply to: Paul Milner: "Help with query"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 16 Sep 2004 17:21:33 -0400
Probably at your skill level it would be best to put it into the query. Try
something like:
SELECT (country & ", " & city) As loc FROM myTable
-- HTH, Kevin Spencer .Net Developer Microsoft MVP I get paid good money to solve puzzles for a living "Paul Milner" <anonymous@discussions.microsoft.com> wrote in message news:0fdf01c49c32$4ead3ad0$a301280a@phx.gbl... > Hi > In a results query how can you take one field and add it > to another field for example > I have a field in a database called geographical location > which lists countries and a field called uk cities > If in the search the person selects UK and then a city > from uk cities how can I input the uk city into the > goegraghical field so the output would read something > like > UK,London
- Next message: Kevin Spencer: "Re: No scroll bar"
- Previous message: Dave Bolt: "Re: Saving css file terminates FrontPage 2000"
- In reply to: Paul Milner: "Help with query"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|