|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
I'm just learning to use microsoft access and am having several problems. My main one is on a survey where I want people to rate a speech on a form. I numbered one to seven and put checkboxes under each number. How do I have it automatically count each time the box is checked and put that number into a table?
|
|
#2
|
||||
|
||||
|
Well, first off, this is not the place to post MS Access questions...
Secondly, you're pretty vague on what you've done so far. But generally, what you want is a query that looks like UPDATE table SET counter = counter+1 WHERE speechid = checkboxid This would have to be in a form that is submitted when a checkbox is ticked or by a submit button. //NoXcuz
__________________
UN*X is sexy! who | grep -i blonde | date; cd ~; unzip; touch; strip; finger; mount; gasp; yes; uptime; umount; sleep |
![]() |
| Viewing: Dev Shed Forums > Databases > Database Management > MS Access, counting checkboxes |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|