- Convert navigation Subs to Functions for button OnClick
- Fix form builder to properly rename forms (sName variable)
- Fix frm_Historique with continuous view and reduced row height
- Update src/ with latest VBA code
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Export 7 VBA modules as .bas files in src/
- Add form button helper functions (GoToNewRecord, DeleteCurrentRecord, SaveAndNew)
- Export frm_Accueil form definition as text
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- frm_Accueil: Main menu with navigation buttons
- frm_Clients: Client CRUD form
- frm_Projets: Project management with client dropdown
- frm_SaisieTemps: Time entry form with date default
- frm_Historique: Datasheet view of time entries
Generated using run_macro(BuildAllForms) + create_access_form
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add mod_FormBuilder.bas to generate 5 forms programmatically
- Add IMPORT_FORMS.md with step-by-step instructions
- Update PLAN.md and README.md with new progress
- Created 5 empty forms via MCP (to be populated by script)
Run BuildAllForms() in Access VBA to create form controls.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>