S
Stephen Glynn
I'm shortly going to have to create a form that contains a lot of
unbound check boxes. Each box will have its Tag property set to a
particular RecordID in a lookup table and both its Name and Label based
on the RecordDescription in that table. The user can then click on the
appropriate boxes and then run an append query to add the selected
values (along with things like CustomerID and so on) to another table.
It does have to be check boxes.
Is there a way to set these properties automatically before I start
positioning the boxes on my form or do I have to create all the boxes
manually and then manually set their tag properties etc one by one?
Steve
unbound check boxes. Each box will have its Tag property set to a
particular RecordID in a lookup table and both its Name and Label based
on the RecordDescription in that table. The user can then click on the
appropriate boxes and then run an append query to add the selected
values (along with things like CustomerID and so on) to another table.
It does have to be check boxes.
Is there a way to set these properties automatically before I start
positioning the boxes on my form or do I have to create all the boxes
manually and then manually set their tag properties etc one by one?
Steve