User Profile

Collapse

Profile Sidebar

Collapse
kpouya
kpouya
Last Activity: Mar 25 '09, 04:43 AM
Joined: Feb 18 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • kpouya
    replied to Query with Multi inputs
    cause right now
    i checked all my stuff but if i choose like 2 out of four options, it returns null.
    so if i get this right i have to have a value in all four to return a result?
    See more | Go to post

    Leave a comment:


  • kpouya
    replied to Query with Multi inputs
    hey OldBirdman
    were you able to select one option from every combobox and run the query and see if that works?
    See more | Go to post

    Leave a comment:


  • kpouya
    replied to Query with Multi inputs
    well i have done that
    as soon as insert a second crieteria it doesnt return anything
    See more | Go to post

    Leave a comment:


  • kpouya
    replied to Query with Multi inputs
    hey
    well i wrote this in my SQL of the Query i am running

    SELECT Libary.Title, Libary.LastName , Libary.FirstNam e, Libary.Company, Libary.Industry , Libary.Organiza tionLayout, Libary.MajorPro ccess, Libary.SubProcc ess, Libary.Summary, Libary.Attachme nt
    FROM Libary
    WHERE (((Libary.Indus try)=[forms]![SearchByMore]![Industry]) AND ((Libary.Organi zationLayout)=[forms]![SearchByMore]![Organizational Layout]) AND ((Libary.MajorP roccess)=[forms]![SearchByMore]![Major...
    See more | Go to post

    Leave a comment:


  • kpouya
    replied to Query with Multi inputs
    ok thanks i will try that and let you know.
    See more | Go to post

    Leave a comment:


  • kpouya
    replied to Query with Multi inputs
    i guess this would be it...

    SELECT Libary.Title, Libary.[Last Name], Libary.[First Name], Libary.Company, Libary.Industry , Libary.[Organization Layout], Libary.[Major Proccess], Libary.[Sub Proccess], Libary.Summary, Libary.Attachme nt
    FROM Libary
    WHERE (((Libary.Indus try)=[forms]![SearchByIndustr y]![Industry]));
    See more | Go to post

    Leave a comment:


  • kpouya
    replied to Query with Multi inputs
    "Create a query that references all three ComboBoxes."
    how do you do that?
    whats the code/macro to take values from the combobox and put it in into a query to run.

    I was able to get with one cascading box going. when i try to do the second on, it just returns no result.
    See more | Go to post

    Leave a comment:


  • kpouya
    replied to Query with Multi inputs
    i already know how to the cascading!
    i want to know how take the values from the the drop downs and run query with it.
    See more | Go to post

    Leave a comment:


  • kpouya
    replied to Query with Multi inputs
    yes that right.
    so they choose first option
    then second option which its selection is based on first combo box
    then choose third option which its selection is based on second combobox selection

    i know how to do the filtering based on the selection.
    what i need to know is how to send the selection from the combobox to the query and run it.

    are you able to give me step by step on how to do this?
    See more | Go to post

    Leave a comment:


  • kpouya
    replied to Query with Multi inputs
    yeah my bad, i forgot to include that!
    there is RecordID AutoNumber
    See more | Go to post

    Leave a comment:


  • kpouya
    replied to Query with Multi inputs
    because of the amount of the text that needs to be put in there. some of the articles titles are more then 255characters
    See more | Go to post

    Leave a comment:


  • kpouya
    started a topic Query with Multi inputs

    Query with Multi inputs

    I am going to be as clear as possible about what i got right now and what i want to achieve

    Table1: Libary
    Title - memo
    Last Name - memo
    First Name - memo
    Company - memo
    Year - number
    Type - memo
    Industry - memo
    Organizational Layout - memo
    Major Processes - memo
    Sub Processes - memo
    Summary - memo
    Keywords - memo

    Table 2: IndustryIn...
    See more | Go to post

  • kpouya
    replied to Query
    Hello PianoMan64

    Thank you for your replay. I will try to give you a better description this time.

    i have built the following items:

    tbl_articles
    this is where all the articles information gets recorded.

    article_name
    article_year
    article_author
    article_publish er
    article_field (business, science, social science, arts, etc)
    article_subfiel d (so let say i got choose...
    See more | Go to post

    Leave a comment:


  • kpouya
    replied to Query
    anyone is able to help?
    See more | Go to post

    Leave a comment:


  • kpouya
    replied to Query
    replay to Joe P.

    Hey Joe P.
    So what i am trying to develop is a knowledge database. i will try my best to explain the structure i got..

    tbl_articles
    article name
    article year
    article author
    article publisher
    article field (business, science, social science, arts, etc)
    article subfield (so let say i got choose business, then i would have like accounting, marketing, management,...
    See more | Go to post

    Leave a comment:


  • kpouya
    started a topic Query

    Query

    Anyone could tell me how i could have a form, that runs a query and returns the result in a report form? it seems simple but i can't get it to work.

    so basically the criteria for the form should be a Drop down Menu, that gets its information (Drop down) from another table, and from that information, runs the query.

    Also

    if you could tell me how i could with words, rather drop down menu. So basically using...
    See more | Go to post
No activity results to display
Show More
Working...