Hi there, over the last week or so we have an issue with our DB (which is split FE local / BE server in the correct way).
If you open the FE then the first time it opens ok. When you close access the lock file is still there and multiple access tasks are visible in task manager (see image)...
Hi there, I'm hoping you wonderful people can help me?!
I've tinkered with this very simple calculated control (Volumetric) on a form but for the life of me cannot get it to calculate correctly.
=([Length]*[Width]*[Height])/5000
Based on this (36*27*14)/5000 it should be 2.7216 but its...
Hello, I wonder if you can help me!
I am trying to remind user via msgbox of subform to enter data in revision field if revA field is not empty.
I have tried this out on the subform before update, however msgbox doesn't seem to appear!
Private Sub Form_BeforeUpdate()
If Not...