N
NHiorns
I am not sure if the combobox is the right tool to use,
but what I am trying to achieve is to update a range of
boolean fields to True using two comboboxes.
The two comboboxes will use the same table and field
(call this field 'ID', contains numeric range e.g. 1 -
8000) for the lookup, with the first one specifying the
From: and the second the To:
Once the selection is done, by clicking on a button, use
the From: and To: selections to update a boolean field in
the same table to True (call this field 'Selected').
I have tried trawling the web for similar example code
but to no avail. Using Access 2000.
but what I am trying to achieve is to update a range of
boolean fields to True using two comboboxes.
The two comboboxes will use the same table and field
(call this field 'ID', contains numeric range e.g. 1 -
8000) for the lookup, with the first one specifying the
From: and the second the To:
Once the selection is done, by clicking on a button, use
the From: and To: selections to update a boolean field in
the same table to True (call this field 'Selected').
I have tried trawling the web for similar example code
but to no avail. Using Access 2000.