R
Rob P
Hi
I am trying to create an append query which the when run the user can enter
some text at the point before appending
Eg this is part of the query which works
SELECT DISTINCT Date() AS TodaysDate, "Letter re appointment " AS
ActionNotes, "Post" AS ContactType
FROM tblCompanyDetails INNER JOIN .......
but I want to have the user enter any text in place of "Letter re
appontment" if I use [] in the query that field remains blank in the
appended table
Many thanks
I am trying to create an append query which the when run the user can enter
some text at the point before appending
Eg this is part of the query which works
SELECT DISTINCT Date() AS TodaysDate, "Letter re appointment " AS
ActionNotes, "Post" AS ContactType
FROM tblCompanyDetails INNER JOIN .......
but I want to have the user enter any text in place of "Letter re
appontment" if I use [] in the query that field remains blank in the
appended table
Many thanks