Re: Delete Query
From: Van T. Dinh (VanThien.Dinh_at_discussions.microsoft.com)
Date: 09/29/04
- Next message: Laura: "Re: Problem combining SELECT queries"
- Previous message: Mary: "Re: Query part of string"
- In reply to: Tina: "Delete Query"
- Next in thread: anonymous_at_discussions.microsoft.com: "Re: Delete Query"
- Reply: anonymous_at_discussions.microsoft.com: "Re: Delete Query"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 30 Sep 2004 08:29:34 +1000
You need to use square brackets as you have special characters in names.
Try:
DELETE *
FROM Linkbase
WHERE (Linkbase.[NUMBER]) = ([LinkedDeletions18-1].[Number]);
I am not sure whether "Number" is a reserved word or not so I alse enclosed
it in square brackets.
-- HTH Van T. Dinh MVP (Access) "Tina" <anonymous@discussions.microsoft.com> wrote in message news:3e4101c4a668$89431120$a501280a@phx.gbl... > Based on your input this is what I have typed in SQL. > However I keep getting asked for a parameter value. Thanks > for your help > > > DELETE * > FROM Linkbase > WHERE (Linkbase.NUMBER) = (LinkedDeletions18-1.Number); > > >
- Next message: Laura: "Re: Problem combining SELECT queries"
- Previous message: Mary: "Re: Query part of string"
- In reply to: Tina: "Delete Query"
- Next in thread: anonymous_at_discussions.microsoft.com: "Re: Delete Query"
- Reply: anonymous_at_discussions.microsoft.com: "Re: Delete Query"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|