I am developing a classic order/detail kind of application. The twist is that I need program control to sum the detail records. Based on the year of the transation, I need to put things into different buckets.
What I need is an "On CURRENT" type of event while the form is loading the intiial data. But, I can't seem to find an event that gives me control while populating each line of that data Nor can I see a way to go back and programatically access each data row in the form.
Does anyone have any ideas as to how to access each line in a continuous form? I am kind of looking for a VB6 DataGrid type of control.
Rick
What I need is an "On CURRENT" type of event while the form is loading the intiial data. But, I can't seem to find an event that gives me control while populating each line of that data Nor can I see a way to go back and programatically access each data row in the form.
Does anyone have any ideas as to how to access each line in a continuous form? I am kind of looking for a VB6 DataGrid type of control.
Rick
Last edited: