Page 2 of 2 FirstFirst 12
Results 16 to 20 of 20
  1. #16
    hertfordkc is offline 18 year novice
    Windows XP Access 2007
    Join Date
    Mar 2011
    Posts
    481

    I've downloaded your example and examined it. I still do not know what you want to change.
    Do you want to make the "Quote ID" column disappear?
    Do you want to limit the displayed quotes to one "Quote ID"?
    ???

  2. #17
    robertdudley95 is offline Novice
    Windows 7 64bit Access 2010 32bit
    Join Date
    Nov 2011
    Location
    Chesterfield, Derbyshire, UK
    Posts
    10
    Quote Originally Posted by hertfordkc View Post
    I've downloaded your example and examined it. I still do not know what you want to change.
    Do you want to make the "Quote ID" column disappear?
    Do you want to limit the displayed quotes to one "Quote ID"?
    ???
    Sorry! I obviously haven't made it clear, have I?

    Basically, I want to get rid of/hide the Quote ID field, and have a field in place where all quotes/invoices have the [...] identifier. Something like this:

    Attachment 5098

    It should now hopefully be clear to you that the [...] replaces the Quote ID column as the button which prints out the quote. I originally didn't want to use the Quote ID field in the first place anyway - I just used it as a temporary "instant print" button until I could figure out how to put the [...] identifier in its place.

    Hope this helps...

  3. #18
    hertfordkc is offline 18 year novice
    Windows XP Access 2007
    Join Date
    Mar 2011
    Posts
    481
    Some clarity. Do you want to be able to print one or the other of Mr. Didcot's quotes, or just the first?
    Do you insist on doing this without any other button or field?
    It may be a day or two before I can get back to you.

  4. #19
    June7's Avatar
    June7 is online now VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,602
    Presume the subform is in Datasheet view. In Continuous view could have a button.

    In a textbox ControlSource: =". . ."

    Then in Click event for this textbox:
    DoCmd.OpenReport "reportname", , , "QuoteID=" & Me!QuoteID
    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.

  5. #20
    robertdudley95 is offline Novice
    Windows 7 64bit Access 2010 32bit
    Join Date
    Nov 2011
    Location
    Chesterfield, Derbyshire, UK
    Posts
    10

    Smile

    Quote Originally Posted by June7 View Post
    Presume the subform is in Datasheet view. In Continuous view could have a button.

    In a textbox ControlSource: =". . ."

    Then in Click event for this textbox:
    DoCmd.OpenReport "reportname", , , "QuoteID=" & Me!QuoteID
    Oh, wow!

    Thank you so much! This wasn't working when I tried it before...

    That's this sorted, then. Thank you both for your help...

Page 2 of 2 FirstFirst 12
Please reply to this thread with any new information or opinions.

Similar Threads

  1. Problems linking form combo box to report
    By novice2011 in forum Queries
    Replies: 3
    Last Post: 09-08-2011, 03:50 PM
  2. Report button in Form
    By drobizzle in forum Forms
    Replies: 5
    Last Post: 07-17-2011, 03:09 AM
  3. How to make a button on a form update report
    By Enemee in forum Programming
    Replies: 1
    Last Post: 07-05-2011, 11:24 AM
  4. Form/report command button code
    By max3 in forum Forms
    Replies: 1
    Last Post: 08-26-2009, 02:18 AM
  5. Replies: 1
    Last Post: 04-06-2009, 12:05 PM

Tags for this Thread

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