Notices
Computer & Technology Related Post here for help and discussion of computing and related technology. Internet, TVs, phones, consoles, computers, tablets and any other gadgets.

Access 97 Gurus ?

Thread Tools
 
Search this Thread
 
Old 02 May 2003, 02:28 PM
  #1  
jods
Scooby Senior
Thread Starter
 
jods's Avatar
 
Join Date: Feb 2002
Location: UK
Posts: 6,645
Received 0 Likes on 0 Posts
Lightbulb

Any access gurus out there ?

Is the following select too long / complex ?

SELECT building.unitary_authority AS UNITARY_AUTHORITY_E, building.national_park AS NATPARK, IIf(building.national_park=-1,community.national_park,Null) AS NATIONALPARKNAME, community.community, building.locality AS LOCAL, building.postcode AS POSTCODE, building.name, building.formerly_listed_as AS FORMALLYLISTEDAS, building.street_number, building.street_side, building.street, building.recno, v_listing.date_listed AS DATELISTED, last_amended.last_amended_date AS DATELASTAMENDED, building.easting AS EASTINGS, building.northing AS NORTHINGS, building.cadwref, v_listing.grade, building.location, v_listing.grouping_description AS description, building_text.history, building_text.reasons AS REASON, building_text.refs AS REFERENCE, building_text.interior, building_text.exterior, community.community_id
FROM (((building LEFT JOIN last_amended ON building.full_address = last_amended.full_address) LEFT JOIN community ON building.community = community.community) LEFT JOIN building_text ON building.full_address = building_text.full_address) LEFT JOIN v_listing ON building.full_address = v_listing.full_address
WHERE (((building.full_address) In ('Pig & Whistle,,Watton Road,,,,')));

Old 02 May 2003, 03:32 PM
  #2  
nkh
Scooby Regular
 
nkh's Avatar
 
Join Date: May 2002
Posts: 633
Likes: 0
Received 0 Likes on 0 Posts
Post

I wouldn't have thought so, I assume it does work?
Old 02 May 2003, 03:32 PM
  #3  
jods
Scooby Senior
Thread Starter
 
jods's Avatar
 
Join Date: Feb 2002
Location: UK
Posts: 6,645
Received 0 Likes on 0 Posts
Unhappy

That'll be a NO and a YES then ?
Old 02 May 2003, 03:34 PM
  #4  
jods
Scooby Senior
Thread Starter
 
jods's Avatar
 
Join Date: Feb 2002
Location: UK
Posts: 6,645
Received 0 Likes on 0 Posts
Post

Nah - Not as expected to work ! It doesn't return the description.

building.cadwref,v_listing.grade,building.location ,v_listing.grouping_description as DESCRIPTION

??

Confused - Oh yes
Old 02 May 2003, 03:45 PM
  #5  
nkh
Scooby Regular
 
nkh's Avatar
 
Join Date: May 2002
Posts: 633
Likes: 0
Received 0 Likes on 0 Posts
Post

Can you send me sample database with the problem query? I'll take a look if that would help
Related Topics
Thread
Thread Starter
Forum
Replies
Last Post
JimBowen
ICE
5
02 July 2023 01:54 PM
TylerD529
General Technical
2
09 October 2015 01:53 AM
Littleted
Computer & Technology Related
4
25 September 2015 09:55 PM
Hangarrat93
Insurance
11
25 September 2015 08:42 AM
farmerwrx
Computer & Technology Related
14
10 September 2015 11:59 AM



Quick Reply: Access 97 Gurus ?



All times are GMT +1. The time now is 12:36 AM.