Right basically I have a data grid at the moment with the following details:
CustomerID,InterviewDate,comments
This is fine, but I would also like the user to be about to see the customer's firstname and surname in the grid, which is currently stored in another table. Is there a way of getting these details into the gridview?
I need not be able to edit these additional details just to be able to see/display them. I have tried creating a view but feel this is probably the wrong way of tackling this issue due to the addition updating overhead that comes with using views. Any help will be great
CustomerID,InterviewDate,comments
This is fine, but I would also like the user to be about to see the customer's firstname and surname in the grid, which is currently stored in another table. Is there a way of getting these details into the gridview?
I need not be able to edit these additional details just to be able to see/display them. I have tried creating a view but feel this is probably the wrong way of tackling this issue due to the addition updating overhead that comes with using views. Any help will be great