You mean you have yes/no Access fields?
Those are called Boolean or Bit datatypes in other DBMS. And they don't magically appear in a webapp. You have to create the html and make a form with checkboxes and set them accordingly.
__________________
If this post contains any code, I may or may not have tested it. It's probably just example code, so no getting knickers in a bunch over a typo, OK? If it doesn't have basic error checking in it, such as object detection or checking if objects are null before using them, put that in there. I'm giving examples, not typing up your whole app for you. You run code at your own risk.
Bored? Visit http://www.kaelisspace.com/
I would like that before a review is seen on frontpage Iwould confirm it in admin pages.
I was thinking of using check boxes but I don't know much about that.