Re: Delete record in a join query
- From: michael <michael_lloyd_thornton@xxxxxxxxxxx>
- Date: Tue, 31 Jan 2006 10:22:39 +0200
Please ignore this post. The 1-1 relationship was causing the problem. Thanks
michael wrote:
Table tblClass Table tblStudent -------------- ---------------- Class Student ClassName StudentName
Table tblClassStudent --------------------- Class Student
Query qryClassStudent --------------------- Class Student StudentName From Table tblClassStudent inner join Table tblStudent on tblStudent.Student = tblClassStudent.Student
The reason for the query is to show the user the StudentName.
I delete a record in qryClassStudent and the query deletes the record in
tblStudent. Referential integrity is on but cascading update/delete is off. Relationship is 1-1.
I want only to delete the link between Class and Student, not the records in tblStudent.
Thanks
.
- References:
- Delete record in a join query
- From: michael
- Delete record in a join query
- Prev by Date: Re-posting information as I still cant figure out problem....
- Next by Date: Re: Problem trying to do an update query in VBA
- Previous by thread: Delete record in a join query
- Next by thread: Re-posting information as I still cant figure out problem....
- Index(es):