I have 2 forms. In the first (logging)I bleep in 50 records and in the second (validation)I re-bleep the same 50 records into a textbox (Photoset_PID) to validate the logging input process.
To avoid missing records out and also to speed up retrieval of these missed records I have placed in the second form (Validation) a listbox (lst_ValidationUnmatchedRecords)
with a Row Source = Query_Unmatched_Logging_data (inner join query)which displays all the unmatched primaryID's of the Logging table (50). Once I start bleeping the records into the validation form, is there anyway of dynamically updating the listbox view without closing the form down. i.e. after each validation record has been bleeped the listbox total should go down?? I presume I need some code in the Photoset_PID_AfterUpdate()????? Can anyone help?
To avoid missing records out and also to speed up retrieval of these missed records I have placed in the second form (Validation) a listbox (lst_ValidationUnmatchedRecords)
with a Row Source = Query_Unmatched_Logging_data (inner join query)which displays all the unmatched primaryID's of the Logging table (50). Once I start bleeping the records into the validation form, is there anyway of dynamically updating the listbox view without closing the form down. i.e. after each validation record has been bleeped the listbox total should go down?? I presume I need some code in the Photoset_PID_AfterUpdate()????? Can anyone help?