MS Access - How to make a query showing filtered results - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Skype & Technology (/forumdisplay.php?fid=9) +---- Forum: Tech Talk (/forumdisplay.php?fid=17) +----- Thread: MS Access - How to make a query showing filtered results (/showthread.php?tid=83660) MS Access - How to make a query showing filtered results by CookieRevised on 05-11-2008 at 12:27 PM
The title isn't that descriptive but I dunno how to describe in short what I need: RE: MS Access - How to make a query showing filtered results by Th3rmal on 05-11-2008 at 12:34 PM
quote:i suggest you do that. I might be able to help you (i have a SAC on MS Access tomorow ) but i need an example of what you are trying to do, i think i have a slight idea, but i could be horribly wrong RE: MS Access - How to make a query showing filtered results by CookieRevised on 05-11-2008 at 01:40 PM
It's not much though: RE: MS Access - How to make a query showing filtered results by markee on 05-11-2008 at 10:17 PM
Try using the SQL feature. Whenever I use Acces I try to stay away from the UI stuff and stick to using it like any other database so that it is just like what I already know . RE: MS Access - How to make a query showing filtered results by CookieRevised on 05-11-2008 at 11:12 PM
I don't know enough SQL for that.... but if you have the equivalent SQL command for what I want I can always enter it that way of course. RE: MS Access - How to make a query showing filtered results by TheSteve on 05-12-2008 at 03:02 AM
The lookup query could look like quote: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? RE: MS Access - How to make a query showing filtered results by Adeptus on 05-12-2008 at 04:15 AM
I don't work much with Access and certainly not with the graphical query designer. I work a lot with SQL. It sounds like the SQL query you want is: RE: MS Access - How to make a query showing filtered results by CookieRevised on 05-14-2008 at 07:01 PM
quote:Jep, that's exactly the problem quote:Yes it does, in the table setup you specify what column of the selection query you use to put something in 'the box'. quote:No, that's too easy quote:The sql query shown is almost exactly what I already have, except it still doesn't show what 'something' must be. As for aliasing, that's also already done since I essentially create a self-join (thus where a field refers to another record in the same table)... See example db in previous post. (though that example still has the join set wrong) And to try and make things more clear, this is how it should look (thus without the highlighted row): Anyways, thanks for trying. Seems like it isn't that simple afterall. Although I know for sure it is possible since I've done in in the past (but lost all examples and stuff). |