Search results

  1. D

    Delete Query

    Hello All, I have a table of officials who have served my office in some capacity over several years. Each of them has a service history record. For instance: Person A served on 5/2/2010, 7/1/2013, 8/2/2014 Person B served on 5/2/2010 and has not served since I would like to be...
  2. D

    Pulling a field from a table not linked to a form

    I have a contributor tracking table that is linked to a form of the same name. I created a make table from a query that calculates the total to date for each contributor (based on their contributor ID in the tracking table). I want to place this sum to date, in read only mode, on each...
  3. D

    Return only false values in query

    I have a table that has a list of tasks and checkboxes attached to them to be checked once the task is completed. I need to run a query on the table that will only bring me back the tasks with a completion that is false. Everything that I read online indicates that this is a difficult task...
  4. D

    Conditional Checkbox

    In an access form, I have several checkboxes. There is one checkbox titled "Complete". The complete checkbox needs to be true only if all other "non master" checkboxes are true. If all of the non master checkboxes are not checked, I need the complete checkbox to be false. This is the code that I...
  5. D

    Intermediate Access User

    Hello everyone! Developing several access databases and very much interesting in using the forum to maximize the full potential of access through VBA code!
Back
Top Bottom