In a simple datawindow that contains 4 elements (primary key) from a
large table
ie. case,date,id,type. When I include a where clause I get the error
message
"An argument used in the SELECT is not defined. When I view the syntax
everything
is correct:
SELECT "TABLE"."CASE",
"TABLE"."DATE",
"TABLE"."ID",
"TABLE"."TYPE"
FROM "TABLE"
WHERE "TABLE"."ID" = :ID
Any help would be appreciated
TIA
Ken