Sub Form Tick Boxes

Tieval

Still Clueless
Local time
Today, 13:08
Joined
Jun 26, 2015
Messages
475
I have a continuous form with tick boxes in it, they can all be clicked to tick and untick. When I make this a subform within another form the tick boxes cannot be ticked or unticked.

The sub-form is a completely unrelated form to the original form and is located in the footer of a switchboard form.

Probably something really simple but any help would be greatly appreciated.
 
if unrelated, the parent form cannot have links to the subform, (so is it a subform at this point?)
and the subform must allow the keys to get entered.
or
the sub form table must be related to the parent form table.
the parent form must be created 1st.
then child entries into the subtable can be entered.
 
The difference here is that I have a main form which is totally unrelated to the sub form, it is only a sub form for presentation purposes.

The switchboard is a standard switchboard allowing control of all areas of the database (the usual thing). The difference is that I have two forms opening in the footer of the switchboard which are totally unrelated, basically they are continuous forms with upcoming events being displayed.

The first one is fine as it is effectively a diary and only for viewing but I have now added a second one with tasks in it which I would like to tick as being complete.
 

Users who are viewing this thread

Back
Top Bottom