User Profile
Collapse
-
Sure looks like an Access VBA exception, though I suppose it might be some DAO error. Those are poorly documented, DAO being incredibly obsolete. I doubt it is any kind of normal collection access exception. It has the smell of a cursor positioning error, but I'd expect it to fail for every field. -
"Runtime Error 3075: Syntax Error (missing operator) in query expression ID () and Link LIKE 'SET'"This error occurs when exporting a row format to a . tdb file.
This may help,
JamesLeave a comment:
-
On the Design tab, click Run. Verify that the query returns the records that you want to delete. Click Design View and on the Design tab, click Delete. Access changes the select query to a delete query, hides the Show row in the lower section of the design grid, and adds the Delete row.
Regards,
JimmyLeave a comment:
-
def split(word):
return list(word)
# Driver code
word = 'geeks'
print(split(wor d))
Check with this.Leave a comment:
No activity results to display
Show More
Leave a comment: