I have a Delphi 7 program that includes a Form with a DBGrid that displays an ADOTable containing an Access file of 3,200 Vietnam veterans. The DBGrid displays the Last Name, First Name and some other fields. I have a search procedure that searches on a Last Name typed into an Edit box. The first occurrence of the Last Name is located. I have a DBGridCellClick procedure that, when the desired veteran’s name is clicked, a new Form is displayed that contains 10 DBEdit boxes congaing several fields from the ADOTable. Each DBEdit box is set to the desired ADOTable field.
Problem:
How do I have the second Form, with the 10 DBEdits, display the data from the selected name from the DBGrid?
Problem:
How do I have the second Form, with the 10 DBEdits, display the data from the selected name from the DBGrid?