As concerning this part of the problem (See "Input from Form, Create fields
for Query bla bla bla. Can't even remember the whole of it!), Datasheet view
would be great after the table is created. My thinking was that I have to
have the "check box" created as the other variables are being added to the
list of names of the cohort; thus, the user could create attendance "sheets"
for several meetings that they had had through the week, and then post them
to a master table holding all of the attendances. I still cannot get the
syntax of getting "check box" to be part of the table via the OnClick Module.
It keeps trying to treat it as a parameter to be filled out.
I have put in the line "Dim ckbxAtttended As CheckBox." I then had
"ckbxAttended = False."
Another senerio:
No Dim statement. Put a hidden ckbxattended on Form that holds other
variable text boxes, Put a line then that said ckbxattended =
Me.ckbxAttended.Value, and the parameter box still comes up.
The string that creates the query with that senerio is:
strTblBldqry = "SELECT DISTINCT L8Names.stu_name, L8Names.stu_id,
typeofcontact, activitydate, " & _
"mintimecredit, ckbxattended INTO ActivityTrker " & _
"FROM L8Names;"
If this seems disjointed, it is probably because I have had to try to
compose it with several interruptions. So....If it makes sense, good. If
not, let me know and I will bolt the door, unplug the phone and try to
concentrate. Your extremely kind in your help and I am indebted.
fs