"zufie" <john.marruffo@[EMAIL PROTECTED]
> wrote in message
news:6f44ca37-127e-4fb3-9bf6-d8e28dc2b092@[EMAIL PROTECTED]
is the SQL for the Record Source:
SELECT [1st time callers].Date, [1st time callers].[User ID], [1st
time callers].Expr1
FROM [1st time callers];
========================
As Albert and Larry suggested, a query may not be updateable. The
Expression
(Expr1) may make a query so that it isn't updateable, so you may have to
change that slightly. The way to see if it is updateable, is to paste the
SQL into the SQL window of a new query and run it. Then take a look and
see
in the navigation buttons at the bottom of the query if there is an
asterisk
(*). If not, the query won't be updateable, and the resulting form will
not
be either. Any form which has no records, and is not updateable, will be
blank.
--
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com


|