R
Rick
VS 2005 & Firebird DB 1.5
I have a query for Customer orders that has several inner joins to show
things like Terms name (from termsnum) and Sales Rep name (from repnum) etc.
I have written the custom SQL insert statement and this works with no
problem, but I want to get the updated values back from the DB for the inner
joins. When I add a new row, it appears in a datagridview, but all the inner
join fields are missing. I know I could refresh the entire query, but this
can be several hunded rows so I would rather just refresh the newly added
row and show it. How?
TIA
Rick
I have a query for Customer orders that has several inner joins to show
things like Terms name (from termsnum) and Sales Rep name (from repnum) etc.
I have written the custom SQL insert statement and this works with no
problem, but I want to get the updated values back from the DB for the inner
joins. When I add a new row, it appears in a datagridview, but all the inner
join fields are missing. I know I could refresh the entire query, but this
can be several hunded rows so I would rather just refresh the newly added
row and show it. How?
TIA
Rick