Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Microsoft Office > Access and Access VBA > Access VBA
|
Access VBA Discuss using VBA for Access programming.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Access VBA section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old May 23rd, 2006, 02:18 PM
Friend of Wrox
 
Join Date: Mar 2004
Posts: 3,069
Thanks: 0
Thanked 10 Times in 10 Posts
Default

Yikes. So what sort of relationships are there on tblOpvAlarmen that might prevent the query from running? I see it is joining on tblCodesAlarmen. Did you want to delete from the tblCodes table?





mmcdonal
 
Old May 24th, 2006, 08:02 AM
Friend of Wrox
 
Join Date: Apr 2006
Posts: 159
Thanks: 0
Thanked 0 Times in 0 Posts
Default

The data that has to be deleted comes from the table 'tblOpvAlarmen'.

This table has the fields 'volgnummer', 'datum', 'uur', 'code alarm', 'naam agent', 'naam personeelslid' and 'reden alarm'.

The 'code alarm' field is linked to another table called 'tblCodesAlarmen' that has the fields 'code alarm' and 'omschrijving alarm'.

The 'tblCodesAlarmen' is on the one side of the relationship. 'tblOpvAlarmen' is on the many side of the relationship...

The 'tblCodesAlarmen' is used to store the data as unique values and makes me able to limit the values by using a combo box. I'm using a table because the data could evolve in the future...






Similar Threads
Thread Thread Starter Forum Replies Last Post
Deleting data using DTS johnsonlim026 SQL Server DTS 2 May 11th, 2007 06:40 PM
Deleting record from Datagird with Delete Button elygp ASP.NET 1.0 and 1.1 Professional 1 May 1st, 2007 03:27 PM
Deleting data from database jaideepc ADO.NET 0 August 11th, 2004 04:04 AM
FlashMX Button action Lucian Ion Flash (all versions) 2 October 29th, 2003 11:27 AM
I want button action to change current window drb2k2 JSP Basics 0 June 4th, 2003 06:00 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.