B
Bob Quintal
=?Utf-8?B?Sm9obiBRdWlubg==?=
for some reason, read-only?
Hi Group;
I have five databases where the code below works
great. However
on one of the five I get the error message on the line
indicated below. Why is the same Sub_routine working in four,
but not the fifth?
Set rst = db.OpenRecordset("SELECT TEXT FROM SORTED1")
If Right(rst!Text, 2) = ", " Then
rst.Edit '
Error Mesage on
this line?
Is the source of your select statement, SORTED1 a query that isThanks in Advance J.Q.
for some reason, read-only?