FE & BE Problems

C

chickalina

I created a backend for my database.... on one of the forms was an
assessment. One column (group of text boxes) is the Level of Importance
(which I'm trying to make a toggle button for the admin person to be able to
change these). The second column is for the user to enter a number for the
risk. The third column calculates the two.

Since I created the FE/BE, this form doesn't work. The user cannot enter
information. What caused this and how can I fix it? Also, when you click on
the toggle button to enable=true the admin fields, you cannot enter any
information into those either.

Any help would be appreciated.

Thanks.
 
V

VanmaN

In my past experience, once you have split your DB into a FE and BE, you have
to assign rights for your users in both the "mdb's".
Check whether your user has rights to add/edit data in the tables in both
the FE as well as the BE.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top