Results 1 to 9 of 9
  1. #1
    HerJoca is offline Novice
    Windows 11 Access 2016
    Join Date
    Jan 2025
    Posts
    1

    Beginner Seeking Help: Building an Access Database for Volunteer Fire Department

    Hello everyone,




    I知 working on building a Microsoft Access database for a volunteer fire department, and as a beginner, I知 learning as I go with the help of ChatGPT. However, I壇 love to get advice, guidance, and suggestions from experienced Access users to ensure I知 building this database effectively and efficiently.
    Goals of the Database:

    1. Member Management:



      • Store detailed information about members, including personal details, training, medical records, and roles within the organization.
      • Provide a way to easily search for and retrieve member data.

    2. Data Export:



      • Allow users to export selected member data to Excel or PDF.
      • Enable flexible selection of which fields to include in the export.

    3. Additional Features (Future Development):



      • Equipment Management: Track inventory and assign items (e.g., helmets, uniforms) to specific members.
      • Financial Records: Manage membership fees or donations.
      • Meeting and Activity Tracking: Record attendance at meetings, training sessions, and interventions.
      • Customizable Reports: Generate detailed reports based on filters and selected data.

    4. Ease of Use:



      • The database will be used in Access Runtime, so it needs to be intuitive and secure, with minimal chance for users to make accidental changes.

    Progress So Far:

    1. Table for Members:



      • I致e created a table that stores key member information, including name, contact details, medical data, training, and roles within the organization.

    2. Basic Forms:



      • A data entry form for adding and updating member information.
      • A form that allows users to select fields for export.

    3. Preliminary Export Functionality:



      • Currently, I知 working on exporting selected fields to Excel or PDF. I知 trying to do this with minimal or no VBA code.

    Challenges and Questions:

    1. Scalability: How can I structure the database so it痴 efficient and easy to expand when new features are added (e.g., equipment management, financial tracking)?
    2. Export Functionality: I want users to select fields to export (e.g., Name, Birth Date) through a form. Is there a way to achieve this without heavy reliance on VBA?
    3. Best Practices for Access Runtime: What should I consider to make the database foolproof and secure for users who will work only in Runtime?

    Why I知 Asking Here:While ChatGPT has been helpful for learning and troubleshooting, I believe the collective experience of this community can offer insights and best practices that will take my project to the next level. Every bit of advice, from structuring tables to optimizing forms, will be greatly appreciated!
    Thank you in advance for your help! I知 eager to hear your suggestions and learn from your expertise.
    Best regards,
    A motivated beginner on a mission 😊

  2. #2
    Join Date
    Jan 2017
    Location
    Swansea,South Wales,UK
    Posts
    6,569
    Please use # icon on toolbar when posting code snippets.
    Cross Posting: https://www.excelguru.ca/content.php?184
    Debugging Access: https://www.youtube.com/results?sear...bug+access+vba

  3. #3
    Join Date
    Jun 2010
    Location
    Belgium
    Posts
    1,180
    Years ago (around 2000) I was contracted to create a similar application in Access. It was a contract of +/- 6 months and it took 2 weeks analysing to create an approved analysis document. So, forgive us if we can't give a meaningful answer.
    In any case I would consider already existing applications in your case. It is not really a beginners mission :-) .

  4. #4
    June7's Avatar
    June7 is online now VIP
    Windows 11 Access 2021
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,772
    • I’ve created a table that stores key member information, including name, contact details, medical data, training, and roles within the organization


    Only one table for all this? If you want meaningful advice on your efforts so far, provide db for analysis. Follow instructions at bottom of my post.

    Can certainly export without VBA by interacting with ribbon or using macros but why would you want to? And you will need VBA for the sort of dynamic export you described.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  5. #5
    davegri's Avatar
    davegri is online now Excess Access
    Windows 11 Access 2021
    Join Date
    May 2012
    Location
    Denver
    Posts
    3,742
    I suspect that reaching your final goal is going to be an effort greater than you currently imagine, especially without heavy use of VBA. Training and Certification is a whole project within itself.
    Attached is a database that I worked developing about 5 years ago with a user that decided that the effort was indeed too great for his organization to embrace. As a result, the attached has loose ends and stubs, but is a fairly solid framework that you might get ideas from and grasp the amount of VBA required to get that far. This simple database has 25 tables, and 23 forms/subforms.


  6. #6
    alansidman's Avatar
    alansidman is offline Indifferent
    Windows 11 Office 365
    Join Date
    Apr 2010
    Location
    Steamboat Springs
    Posts
    2,538
    this white paper may be helpful.
    Attached Files Attached Files

  7. #7
    jojowhite's Avatar
    jojowhite is offline Competent Performer
    Windows 11 Access 2021
    Join Date
    Jan 2025
    Posts
    436
    Quote Originally Posted by alansidman View Post
    this white paper may be helpful.
    you forgot to quote the source of this white paper for proper attribution.
    there is also similar white paper from microsoft:
    Database design basics - Microsoft Support

  8. #8
    alansidman's Avatar
    alansidman is offline Indifferent
    Windows 11 Office 365
    Join Date
    Apr 2010
    Location
    Steamboat Springs
    Posts
    2,538
    @jojowhite
    If you opened the document, then in the beginning you would see the following:

    By Paul Litwin

    This paper was part of a presentation at a Microsoft TechEd conference in the mid 1990s. It was adapted from Microsoft Access 2 Developer's Handbook, Sybex 1994, by Ken Getz, Paul Litwin and Greg Reddick. Reprinted with permission of the publisher.

  9. #9
    jojowhite's Avatar
    jojowhite is offline Competent Performer
    Windows 11 Access 2021
    Join Date
    Jan 2025
    Posts
    436
    i must have over read that part, sorry.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Fire Department PPE Maintenance Checklist
    By SabotageMyself in forum Database Design
    Replies: 25
    Last Post: 01-26-2019, 11:04 PM
  2. Replies: 12
    Last Post: 03-01-2017, 10:39 PM
  3. Replies: 5
    Last Post: 11-04-2015, 03:09 PM
  4. Fire Department Database
    By ncfire11 in forum Access
    Replies: 11
    Last Post: 08-18-2014, 10:03 PM
  5. Fire department forms
    By pentabarf in forum Forms
    Replies: 10
    Last Post: 09-21-2010, 08:00 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums