FE & BE Problems

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
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.
 
Back
Top