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?
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?