Access 2010 - Предоставление FE пользователям

226
Cheryl

У меня есть база данных Access, которую я разделил на бэкэнд и фронтэнд. Я хочу поделиться Front End с пользователями; однако я не хочу, чтобы у них были все запросы, которые я использую (бесполезно для них). Могу ли я скрыть свои запросы от них? Или мне нужно сохранить Front End четырьмя различными способами, по одному для каждого из моих пользователей?

1

1 ответ на вопрос

0
CharlieRB

The front end is a separate database file that links to your back-end database tables.

Create a front-end with the items you want users to have access to and save it. There is no reason to create a file for each user. They can each have a copy of the same FE file.

What I did was copy the FE file I already had and stripped out all the objects I didn't want the users to have access to, removed menu selections and saved the file.

On a side note, you can also create a unique FE file for yourself with different content. I have done this with several databases in order for various user levels to have different FE files so they can only access what they need. My files as all the objects, where another has only a few forms the users needs to input data.