how do i only allow yes or no to be selected

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to only allow yes or no to be selected from a dropdown box. Am I
able to do that in an Access Table? If it is not allowed in a table is it
used in a query?
 
You shouldn't be updating tables (or queries) directly. You should always be
using a form.
 
mbbcballer22 said:
I am trying to only allow yes or no to be selected from a dropdown
box. Am I able to do that in an Access Table? If it is not allowed in
a table is it used in a query?

I suggest you use forms for data entry. You will find they are a far
better tool for the work. Using Tables, which are really just buckets to
hold data an to define fields, has many potential problems, like the one you
now have. You can make a form look a lot like the table.
 

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

Back
Top