Search results

  1. S

    populate form tabs from table data

    I am working on my DB an have another new issue at the request of one of the users. For user friendliness... My office structure is for example Main Sub1 Sub2 Sub3 But at another staion: Main Sub1 Sub2 or another Main Sub1 Sub2 Sub3 Sub4 The user wants to be able to have a tab...
  2. S

    dropdown to set multiple query filter criteria

    I am currently working on a criminal justice tracking program for the US Army. The structure of our legal office is set up in a way that we can all use a centralized database which will make reports and tracking at all levels easier but there is an issue I am trying to resolve. Our office...
  3. S

    dropdown to set multiple query filter criteria

    I am currently working on a criminal justice tracking program for the US Army. The structure of our legal office is set up in a way that we can all use a centralized database which will make reports and tracking at all levels easier but there is an issue I am trying to resolve. Our office...
  4. S

    dropdown to set multiple query filter criteria

    I am currently working on a criminal justice tracking program for the US Army. The structure of our legal office is set up in a way that we can all use a centralized database which will make reports and tracking at all levels easier but there is an issue I am trying to resolve. Our office...
  5. S

    update query depending on entry form used

    I have recently done an overhaul on my DB combining several tables into one then basing my forms off of Queries rather than tables (thanks for all the guidance on that issue). Anyway - I am trying to find a way to set up my query filters to only show the portions of the main table relevent to...
  6. S

    attachment

    Sorry - didn't get the file attached - trying again
  7. S

    splash screen

    I am sure there is an easy way to do it - but anyway... does anyone have a sample of code to set the display time for a form then automatically close it? I want to use it for a splash screen form I am using. Otherwise - anyone got a good sample of a splash screen? Thanks
  8. S

    timer code

    I am sure there is an easy way to do it - but anyway... does anyone have a sample of code to set the display time for a form then automatically close it? I want to use it for a splash screen form I am using. Otherwise - anyone got a good sample of a splash screen? Thanks
  9. S

    checkbox to generate control number

    Help! The work I do requires that I assign control numbers but only in certain circumstances depending on the final resolution of cases. What I want to do is have a checkbox or button that will, once checked, generate a control number. Issues: If the box is unchecked after being checked, I...
  10. S

    checkbox to generate control number

    Help! The work I do requires that I assign control numbers but only in certain circumstances depending on the final resolution of cases. What I want to do is have a checkbox that will, once checked, generate a control number. Issues: If the box is unchecked after being checked, I do not want...
  11. S

    search multiple tables

    I am developing a large database for the army legal offices. I have separate tables for each type of action that we do but now I need to be able to query all tables at once to search by name or SSN to check for prior cases on people. I am stuck and I am sure it is a simple fix. Thanks :confused:
  12. S

    cascading menus in sub form

    I am having trouble using a cascading menu in a subform. I got some info here a while back (thanks) but I keep getting a bug. I'll try to isolate a segment to attach later but here is the scenario: MAIN is the main form ART15 is the sub form in ART15 I have GRADE depending on the...
  13. S

    report from multiple queries/tables

    I am getting down to putting my reports together but I need to pull information from several queries/tables. Previously I had the queries export to Word then pull into a document but this is not very user friendly. I want to pull a report like this: HEADER ______ query 1 report info ______...
  14. S

    Data in one dropdown field filtering next field avail data

    I am fairly new to programming Access but have a MAJOR project I am developing for the US Military Legal System. Here is one of the many things I am trying to do but not really sure where to start. DETERMINING PAY: 1st Pull down menu selects Pay Grade from a separate designated refference...
Back
Top Bottom