- Local time
- Today, 16:24
- Joined
- Feb 19, 2002
- Messages
- 47,783
This doesn't say anything about the runtime. It is talking about a distribution mechanism. If you build an install using the package and deployment wizard, it allows you to include the runtime. I would NOT use the runtime if the users already have the correct version of Access installed. If they don't have Access or have an older version, then the runtime is a free way of getting them to the most current version of Access.If you create an install using the developer's tools, the users can do it themselves.
The BE is SHARED. Everyone sees your data changes immediately. It is the FE that must be distributed and installed.How would the info get updated after my entry? Could I run a Macro on close in order for the info to go out to the various users? Would that need to be specified?
If the updates don't have to be up to the minute, then you could distribute a static database that is not split so it is only a single file. The users share nothing but they don't see your data changes until you send them (or post to the FTP site) a new copy. The problem with this it you can never be sure that the users are keeping up with the replacement files and always using the most recent version.