Click here to Skip to main content
15,885,435 members

Comments by Vic Rauch (Top 3 by date)

Vic Rauch 28-Nov-11 21:24pm View    
Let me try to clarify what I'm after. My Table A records show only one at a time on a form. But the detail (child) records from table B will show in the datagridview. I need to take the EmployeeID (which I have no problem getting) and somehow pass that to the record source (a SQL Server stored procedure) so the data in the datagridview will be the correct detail (child) records for the one record currently showing on the master (parent) form.
Vic
Vic Rauch 28-Nov-11 21:23pm View    
This is repeated here in case it is missed on my original post.
Let me try to clarify what I'm after. My Table A records show only one at a time on a form. But the detail (child) records from table B will show in the datagridview. I need to take the EmployeeID (which I have no problem getting) and somehow pass that to the record source (a SQL Server stored procedure) so the data in the datagridview will be the correct detail (child) records for the one record currently showing on the master (parent) form.
Vic
Vic Rauch 12-Feb-11 23:59pm View    
Deleted
Reason for my vote of 5
Sweet, real sweet! Thank you OriginalGriff. And thank you for the VB!