ListO
Señor Member
- Local time
- Today, 20:07
- Joined
- Feb 2, 2000
- Messages
- 167
Greetings, All.
I'm trying to create useable runtime versions of a DB I've created, and I've run into a few odd questions.
1). Is there any way to set up auto-correction entries into a runtime version. I'm working in a world with a lot of odd jargon, and autocorrection entries are very helpful when I use the full version, but I can't see a way to add them into the runtime.
2). Is there any way to change default settings such as "Confirm Action Queries" (in Tools/Options/ Edit/Find). Some of these attributes seemed to come along with my runtime version ("Move after enter") and others did not. The Help system has not helped. I've gotten around the "Confirm Action Queries" by adding a ton of code with "DoCmd.SetWarnings False" and "DoCmd.SetWarnings True," but it's a pain...
I'm trying to create useable runtime versions of a DB I've created, and I've run into a few odd questions.
1). Is there any way to set up auto-correction entries into a runtime version. I'm working in a world with a lot of odd jargon, and autocorrection entries are very helpful when I use the full version, but I can't see a way to add them into the runtime.
2). Is there any way to change default settings such as "Confirm Action Queries" (in Tools/Options/ Edit/Find). Some of these attributes seemed to come along with my runtime version ("Move after enter") and others did not. The Help system has not helped. I've gotten around the "Confirm Action Queries" by adding a ton of code with "DoCmd.SetWarnings False" and "DoCmd.SetWarnings True," but it's a pain...