Hello
I’ve got a continuous form which lists different types of tasks
This form is built on a query that uses UNIONs to merge tables values with identical column names.
There is a button on the form to update the task status, when this is clicked, some vba runs to figure out which table...
I have a table “tblRequest” which will be used to track requests in our team.
A request can relate to many tasks/actions and an action can relate to many requests. I have created a table which links actions - “tblLnkAction” - and in this table are also some fields (date completed, date...
Hello,
We use Access in work to manage our workload. The database was set up originally by someone who left the team soon after. I did a short three day course in Access which went over the basics (although it really glossed over many to many / one to many relationships). I've used what I've...