Problem with FrontEnd

aner1755

Registered User.
Local time
Today, 22:16
Joined
Jan 23, 2009
Messages
43
Hi All,
I’ve got a problem to get a form to work properly at a distributed FrontEnd.

This is what I did;
I created a DB and split it with the Database Tools > Access Database command (Access 2007). I placed the BackEnd on a server and kept the FE at my computer. I tested the Fe to be able to reach the BE. OK! Then a copy of FE was moved to a colleagues’ computer. It was able to reach the tables in the BE.

The problem;
In the original FE there is a form (tblBudgetF) that “calls” two additional tables (besides the one it is based on) through subforms (see splitDB.GIF). One can choose records through a COMBO box (see spliDB-2.GIF) and the subform will show relevant information.
But when the same procedure is replicated at the copied version of the FE it won’t work (see PatriksComputer.GIF). Notice that a selection is choosed (Apan) but no updates in the subforms are done.

Do you have any ideas of what causing this?
 

Attachments

  • splitDB.GIF
    splitDB.GIF
    54.6 KB · Views: 91
  • splitDB-2.GIF
    splitDB-2.GIF
    26.5 KB · Views: 95
  • PatriksComputer.GIF
    PatriksComputer.GIF
    53.3 KB · Views: 93
did you check the security settings? Make sure it is not too high or you won't be prompted, and some things won't work.
 
Great! I'll check that when I'm back at work tomorrow.
 
A slight adjust of the security settings and it worked.
Thanks! :)
 

Users who are viewing this thread

Back
Top Bottom