G
Greg
I have a button on a form that contains a subform. The subform displays
continuous forms with only one field displayed. It doesn't have have record
selectors displayed (I've made it appear like a combo box) When I click on
the field in the subform I would like the whole field to appear highlighted.
Is this possible? Also is it possible to be able to select multiple records
using the Shift or Ctrl key. After the records have been selected I will
click a button to delete the selected records.
Also, when I have not selected a record in the subform and I click my delete
record button the top record is deleted. Why would this be happening? I have
tried:
If IsNull([Forms]![MyForm]![MySubForm]![MyRecordID]) then
Exit sub
but the first records ID is always returned.Any help would be greatly
appreciated. Thanks!
continuous forms with only one field displayed. It doesn't have have record
selectors displayed (I've made it appear like a combo box) When I click on
the field in the subform I would like the whole field to appear highlighted.
Is this possible? Also is it possible to be able to select multiple records
using the Shift or Ctrl key. After the records have been selected I will
click a button to delete the selected records.
Also, when I have not selected a record in the subform and I click my delete
record button the top record is deleted. Why would this be happening? I have
tried:
If IsNull([Forms]![MyForm]![MySubForm]![MyRecordID]) then
Exit sub
but the first records ID is always returned.Any help would be greatly
appreciated. Thanks!