Watermelon
Programmer
I have a really perplexing problem.
Everytime I run this query:
" UPDATE [Assembly].[Catalog], [Assembly].[CatalogPage] SET Assembly.CatalogPage = Assembly.CatalogPage + 2 WHERE ([Assembly].[Catalog])= " & cboCatalog & " AND ([Assembly].[CatalogPage])>= " & StartingPage
I get this message:
"run time error 3024, can not find file C:\Window|Profiles\Tom\MyDocuments\Assembly.mdb."
Does anyone know why this is happening? I've never seen anything like this before. I'm trying to run the query from a form if that helps.
Thanks,
watermelon
Everytime I run this query:
" UPDATE [Assembly].[Catalog], [Assembly].[CatalogPage] SET Assembly.CatalogPage = Assembly.CatalogPage + 2 WHERE ([Assembly].[Catalog])= " & cboCatalog & " AND ([Assembly].[CatalogPage])>= " & StartingPage
I get this message:
"run time error 3024, can not find file C:\Window|Profiles\Tom\MyDocuments\Assembly.mdb."
Does anyone know why this is happening? I've never seen anything like this before. I'm trying to run the query from a form if that helps.
Thanks,
watermelon