Results 1 to 3 of 3
  1. #1
    italianfinancier is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    May 2011
    Posts
    25

    Question Even Microsoft Couldn't Solve This One...Can Anyone?


    Hi, I just got off the phone with Microsoft Technical Support and the tech said he didn't know how to get my issue solved. All I want to do is have a form that a user enters a customer number into and from that a report generates showing just the information about that customer. I have attached detailed screen shots for your review if you are kind enough to take on this challenge and possibly upstage Microsoft . Please provide detail in your response, as I am somewhat new to Access.

  2. #2
    ajetrumpet is offline VIP
    Windows Vista Access 2007
    Join Date
    Mar 2010
    Location
    N/A
    Posts
    2,694
    of course this is possible. I sure hope you didn't pay the 50 bucks required to talk to someone on the phone. MS is the last place you look for help on Access. Unfortunately that's the way it is!

    your request is simple. all you need to do is run an OPENREPORT command and put an expression into the FILTER argument. It's no more complicated than that.

  3. #3
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,622
    Outrageous! Better off getting some good reference books than seeking help from MS tech support (now I know why I never will). This is elementary coding. Even a macro could do this. In VBA, perhaps in a button click event, the syntax would be like:
    DoCmd.OpenReport "reportname", , "fieldname=" & Me.controlname
    Not sure how it would look in a macro, I don't use them. Reference to the control would probably be like: Forms!formname!controlname

    The WHERE argument can have multiple criteria.

    Of course, the report must have a RecordSource that includes the field(s) the filter criteria will be applied to.

    Your query is incomplete. You need to join the tables on the primary/foreign keys. Looks like customer number in each table. Be sure to get the jointype correct for each link. Quite possible this query will be too complex. If you had established relationships Access would have made these joins when the tables added to the query designer.

    Access Help should have some guidance. And like I said, some good reference books could be useful.
    Last edited by June7; 06-02-2011 at 01:40 AM.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Microsoft Dialer
    By itfocustm in forum Access
    Replies: 1
    Last Post: 01-20-2011, 01:00 PM
  2. Replies: 0
    Last Post: 10-13-2010, 03:28 PM
  3. How to solve this subform issue?
    By Patience in forum Forms
    Replies: 2
    Last Post: 06-28-2010, 07:09 AM
  4. can you solve my problem please?
    By grad2009 in forum Access
    Replies: 2
    Last Post: 02-16-2010, 05:02 PM
  5. Microsoft access
    By rose rivera in forum Access
    Replies: 0
    Last Post: 08-28-2008, 05:51 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums