Hi folks,
problem 1:
sorry to bother you guys again with a small problem. Take a look at the attached Database. Go to Forms > mnuParticipants > Reports and try to choose a committee from the list - it's just not clickable.
I tried tweaking around with all settings but just can't figure out what I have to change so those items are clickable again.
--------------------------------------
problem 2
How can I have a function to uncheck all checkmarks (sounds good I know) in a table? Let's say the table looks like this
tblTest
Name
Address
Checkmark
and I want to clear all checkmarks with a single button click (and a alert box maybe).
----------------------------------
problem 3:
How do I open a form with a parameter query? I was using a query like this: (((tblSchools.School) Like "*" & ([Please Enter Schoolname:]) & "*")) to search for schools, which works great, but how do I put that into a Docmd.OpenForm command, so that the user gets asked that question?
Thanks in advance
Dennis




