How do I create several option buttons for a report?

N

NotAProgrammer

Hello,
Recently I attempted to write a database to call up defects over period of
time. I need help!
Question1: Let's say I have 5 defects listed in the same column in the
table and I only want to see the data for 2 of the defects. How can I create
option buttons to pick 2 defects, press "display record" button and have
only these 2 defects data display?

Question 2: Instead of having 5 option buttons on the form, how can I make a
droplist that I can pick any 2 or multiple combination and have those record
display?
 
N

NotAProgrammer

Duane,

Thank you for the advice. Your program allows for calling up the data in a
form display. How can I change it to calling up data to display a record?
Thank you.
 
D

Duane Hookom

I don't understand what you are asking. Can you provide some sample records
and how you want to query them?
 
J

John Vinson

Thank you for the advice. Your program allows for calling up the data in a
form display. How can I change it to calling up data to display a record?
Thank you.

Ummm...

the best way to call up data to display a record IS to call it up in a
form display. That's what forms are *for*!


John W. Vinson[MVP]
 
N

NotAProgrammer

Duane,

Thank you for being patient with me. I have a table with multiple suppliers
experiencing multiple defects over a period of time. I want to go to a form
and have the option of picking the suppliers, defects and or date. This will
open up a printable report showing every row of data having the requested
combination.

Again, thanks for the help. I really appreciate your helps.
 
D

Duane Hookom

The records displayed on the form come from a query. The same query could be
the record source of a report.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top