Results 1 to 3 of 3

Thread: amatuer need help with Ms-Access!!

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 2002
    Posts
    4

    amatuer need help with Ms-Access!!

    Hi... thanx for taking your time into these.

    I'm only an amatuer programmer.. so I'm really having headaches dealing with this.

    I've created a database with access, made a form for data input, and a report.

    the thing is, after I've keyed in particulars in the form, I want to save it and print (the current entry) it out. simple as that.. having said that... here's my problem.

    everytime I print.. the WHOLE database report will be printed out. example.. if I've got 1 entry.. fine, if I've got 2 entries, it'll print 2 reports. and imagine 20 entries, it'll print 20 reports!!! I'm only using the standard print command and I think that's why this is happening. can anyone help me out??

  2. #2
    Addicted Member diban's Avatar
    Join Date
    Aug 2002
    Location
    IN
    Posts
    152
    Hi

    Your report is currently picking up the data from the entire database.

    One of the easiest way to get around this problem is to create a temp table, with fields that you want printed, empty this after every print and fill it on every save and use this tble in your report

    The other way would be to write an SQL query in your report but since you are a novice, this will take you sometime to learn

    Hope it helps

  3. #3

    Thread Starter
    New Member
    Join Date
    Nov 2002
    Posts
    4
    thanx for that info. it actually made sense to me

    As easy as it sounds, how do I do it? possible to show me a sample code?
    Last edited by squid-boo; Dec 1st, 2002 at 05:35 AM.

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