What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » MS Access - How to make a query showing filtered results

MS Access - How to make a query showing filtered results
Author: Message:
TheSteve
Full Member
***

Avatar
The Man from Japan

Posts: 179
Reputation: 23
40 / Male / Flag
Joined: Aug 2005
RE: MS Access - How to make a query showing filtered results
The lookup query could look like 
quote:
SELECT ID FROM Tabel1 WHERE ID!=42
Where 42 would need to be replaced by the current row's ID. The trouble is, how do you get data from the current row?  If there is a way to get data from the current row, it would need to be an Access specific syntax as this kind of thing doesn't apply to standard SQL.

Another issue that you might run in to is, even if you do get the items to show up in the list, when you select an item it doesn't put anything in the box. (At least not in my tests using a standard select everything query)

Is it possible to use a Form for data input?
05-12-2008 03:02 AM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
MS Access - How to make a query showing filtered results - by CookieRevised on 05-11-2008 at 12:27 PM
RE: MS Access - How to make a query showing filtered results - by Th3rmal on 05-11-2008 at 12:34 PM
RE: MS Access - How to make a query showing filtered results - by CookieRevised on 05-11-2008 at 01:40 PM
RE: MS Access - How to make a query showing filtered results - by markee on 05-11-2008 at 10:17 PM
RE: MS Access - How to make a query showing filtered results - by CookieRevised on 05-11-2008 at 11:12 PM
RE: MS Access - How to make a query showing filtered results - by TheSteve on 05-12-2008 at 03:02 AM
RE: MS Access - How to make a query showing filtered results - by Adeptus on 05-12-2008 at 04:15 AM
RE: MS Access - How to make a query showing filtered results - by CookieRevised on 05-14-2008 at 07:01 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On