dataheadache
Registered User.
- Local time
- Today, 16:02
- Joined
- Feb 18, 2004
- Messages
- 28
Generating a Report from A Form
As you may have worked out by now (from my previous posts) I am still relatively new to Access, and would like some more help in simple terms (with directions as to where to find things) on the following:
I have built a database which contains a table of programmes I have recorded on TV onto my DVD Recorder. The Fields I use are:
Name = Name Of Programme Recorded
Type = Type Of Programme Recorded (TV, FILM, DV (Camcorder), Other)
Date = Date Programme Recorded
Channel = TV Channel Recorded
Length = Length Of Programme Recorded
Quality = Recorded Quality (XP, SP, LP, EP)
Protection = Whether the programme has been protected on the disc from deletion
Disc ID = This is either a Disc Number (01, 02 etc.) or HDD for the Hard Drive.
Disc Side = Which Side Of The Disc the programme was recorded (A, B or HDD)
I've inputted all the data for now, and I've built a report layout how I want it to show all the above apart from Channel Recorded field, and I have created a query which asks in Parameter Value Boxes for the Disc ID and Disc Side to report what is on a particular side of a disc (They ask for "Which Disc?" and "Which Side?").
Now, I want to make a form which asks for Disc ID and Disc Side at the same time (rather than using those horrible Paramater Value Boxes), click OK or Cancel (If I change my mind) and then auto-generate the report with all the fields above (excluding Channel) from the template I have designed to find out what is on a particular side of a particular disc
Please can somebody explain to this BEGINNER how to go about doing this in SIMPLE terms for somebody who has NO VBA programming knowledge at all.

As you may have worked out by now (from my previous posts) I am still relatively new to Access, and would like some more help in simple terms (with directions as to where to find things) on the following:
I have built a database which contains a table of programmes I have recorded on TV onto my DVD Recorder. The Fields I use are:
Name = Name Of Programme Recorded
Type = Type Of Programme Recorded (TV, FILM, DV (Camcorder), Other)
Date = Date Programme Recorded
Channel = TV Channel Recorded
Length = Length Of Programme Recorded
Quality = Recorded Quality (XP, SP, LP, EP)
Protection = Whether the programme has been protected on the disc from deletion
Disc ID = This is either a Disc Number (01, 02 etc.) or HDD for the Hard Drive.
Disc Side = Which Side Of The Disc the programme was recorded (A, B or HDD)
I've inputted all the data for now, and I've built a report layout how I want it to show all the above apart from Channel Recorded field, and I have created a query which asks in Parameter Value Boxes for the Disc ID and Disc Side to report what is on a particular side of a disc (They ask for "Which Disc?" and "Which Side?").
Now, I want to make a form which asks for Disc ID and Disc Side at the same time (rather than using those horrible Paramater Value Boxes), click OK or Cancel (If I change my mind) and then auto-generate the report with all the fields above (excluding Channel) from the template I have designed to find out what is on a particular side of a particular disc
Please can somebody explain to this BEGINNER how to go about doing this in SIMPLE terms for somebody who has NO VBA programming knowledge at all.


Last edited by a moderator: