StormbringerV
Programmer
Unusual problem thats vexing.
I'm loading a MSflexgrid from a recordset. It's the last thing done in the form's form_Load(). I'm capturing the grid's click event (Selection is set to row) and at that point loading the information from the grid row into a set of textboxes for editing. ALWAYS, without fail, the FIRST time the user clicks on ANY row, I always get the last record that was loaded. From that point on however, everything works correctly.
Ideas?
Thanks
Dave
I'm loading a MSflexgrid from a recordset. It's the last thing done in the form's form_Load(). I'm capturing the grid's click event (Selection is set to row) and at that point loading the information from the grid row into a set of textboxes for editing. ALWAYS, without fail, the FIRST time the user clicks on ANY row, I always get the last record that was loaded. From that point on however, everything works correctly.
Ideas?
Thanks
Dave