bruceblack
Registered User.
- Local time
- Today, 11:44
- Joined
- Jun 30, 2017
- Messages
- 119
Hi everyone! I have a general problem i desperately need help with. Thanks in advance!
So, i have this problem in multiple databases i made. So i would like to keep this topic kind of open to get the basics right.
I have update queries. They all work fine on their own.
Example: CurrentDb.Execute "delete_drivers", dbFailOnError
I use this one on opening the database.
My problem is when another user opens the database, it gives me:
Undefined function "date" in expression
In another example, i have a delete query in a Autoexe macro.
This also works fine, but for the other users that start the database, they get errors.
Question:What is the best way to approach this when you deal with multiple users?
Im trying to avoid rehauling all these databases, so a sufficient answer would be more than fine
. Thanks!!
So, i have this problem in multiple databases i made. So i would like to keep this topic kind of open to get the basics right.
I have update queries. They all work fine on their own.
Example: CurrentDb.Execute "delete_drivers", dbFailOnError
I use this one on opening the database.
My problem is when another user opens the database, it gives me:
Undefined function "date" in expression
In another example, i have a delete query in a Autoexe macro.
This also works fine, but for the other users that start the database, they get errors.
Question:What is the best way to approach this when you deal with multiple users?
Im trying to avoid rehauling all these databases, so a sufficient answer would be more than fine
