I am working on a project that uses a Data Grid to allow a user to select and populate the multple controls fromthe Access record
When the user selects a spcific record, clicks on it in the DataGridView the various contols are populated using an n SQL statement to in a Fill procedure to locate the record and fill the various controls, This works fine.
I am trying(with no success) to accomplish the same thing by dragging a control from the data source. When I drag the contol and then run the project, the control does not fill and the datagrid does not populate,
Obviously I'm doing something wrong but I don't know what. Any suggestions?
Milt
sirmilt