Skip to content

Commit

Permalink
Split layout from VBA in testing database
Browse files Browse the repository at this point in the history
Separates the VBA code from the layout definition in the source files. (Applying to testing database now, will apply to main project soon.)
  • Loading branch information
joyfullservice committed Nov 15, 2023
1 parent 923a72b commit 68e01a7
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 2,683 deletions.
7 changes: 1 addition & 6 deletions Testing/Testing.accdb.src/forms/frmColors.bas
Original file line number Diff line number Diff line change
Expand Up @@ -936,9 +936,4 @@ Begin Form
End
End
CodeBehindForm
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = True
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Compare Database
Option Explicit
' See "frmColors.cls"
Loading

0 comments on commit 68e01a7

Please sign in to comment.