I have a form where a user selects an item(invoice #) from a combo box. Once the item is selected, a subform is populating displaying all records associated with the invoice.
What I'd like to do is have a checkbox listed on each record. If an item has been processed, I want to check the box to "on". Unfortunately, when using a datasheet or continuous form the checkbox will be turned on for every record.
Does anyone know of a way to edit a field on each record independent of the other records? Is there maybe a way to scroll through each record in the dataset? Any ideas are welcome!!
thank in advance,
H. Barnes
What I'd like to do is have a checkbox listed on each record. If an item has been processed, I want to check the box to "on". Unfortunately, when using a datasheet or continuous form the checkbox will be turned on for every record.
Does anyone know of a way to edit a field on each record independent of the other records? Is there maybe a way to scroll through each record in the dataset? Any ideas are welcome!!
thank in advance,
H. Barnes