Results 1 to 2 of 2

Thread: one form at time

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 2002
    Posts
    10

    one form at time

    New Forum ,new questions same brainy people

    ill trying to report an invoice
    my app return all the vars to print include INVOICE NUMBER
    the Function generates Invoices to N .

    How can generate Just one invoice (especifically number) ?
    to print

    have to use PArams ?

  2. #2
    Frenzied Member pnish's Avatar
    Join Date
    Aug 2002
    Location
    Tassie, Oz
    Posts
    1,918
    Use the report's SelectionFormula property
    VB Code:
    1. Report1.SelectionFormula = "{tablename.Invoice Number} = 12345"

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width