Hi guys,
Another SQL server issue.
I have a view which consists of 2 tables in a left outer join. This view is linked to my Access frontend (Access 2010, SQL Server 2005). The view should be updateable but when a user tries to add a new record it comes up like this:
#Deleted #Deleted #Deleted #Deleted #Deleted #Deleted #Deleted #Deleted
Across each field in the record.
I tried making the 2nd table in the query a derived table to see if it would work but the same thing happens. The data is writing OK to the first table but it does not show up in the linked view. If i close/refresh the linked view the #Deleted record is gone. i.e. The data entered only shows up on the first table but not through the view.
The idea behind the view is that when a certain code is entered in a field a corresponding date will be pulled through from the 2nd table. Maybe there is a better way to do this?
Any help much appreciated guys!
Another SQL server issue.
I have a view which consists of 2 tables in a left outer join. This view is linked to my Access frontend (Access 2010, SQL Server 2005). The view should be updateable but when a user tries to add a new record it comes up like this:
#Deleted #Deleted #Deleted #Deleted #Deleted #Deleted #Deleted #Deleted
Across each field in the record.
I tried making the 2nd table in the query a derived table to see if it would work but the same thing happens. The data is writing OK to the first table but it does not show up in the linked view. If i close/refresh the linked view the #Deleted record is gone. i.e. The data entered only shows up on the first table but not through the view.
The idea behind the view is that when a certain code is entered in a field a corresponding date will be pulled through from the 2nd table. Maybe there is a better way to do this?
Any help much appreciated guys!