Hi
I am relatively new to VBA and I am gradually building my knowledge, know the basic of what most things do.
What I am trying to do now is take a row from a listbox after double clicking it and open another form with numerous textbox and populate them with the different column values from the textbox.
I guess this is similar to taking a row from a table and passing it to different textboxes and combo boxes, something I am not sure how to do.
I guess I could pass the ID from the column into the open args parameter of the new form then is it about populating a recordset/array and then distributing that across the control?????? Close???
Any help would be appreciated.
Thanks
Carl
I am relatively new to VBA and I am gradually building my knowledge, know the basic of what most things do.
What I am trying to do now is take a row from a listbox after double clicking it and open another form with numerous textbox and populate them with the different column values from the textbox.
I guess this is similar to taking a row from a table and passing it to different textboxes and combo boxes, something I am not sure how to do.
I guess I could pass the ID from the column into the open args parameter of the new form then is it about populating a recordset/array and then distributing that across the control?????? Close???
Any help would be appreciated.
Thanks
Carl