Skip to content

Module: Form_Add and Edit Job Code

Type: Form
Lines of Code: 99
Source: ms_access_files\ruby\Forms\Frm Add and Edit Job Code.txt

Dependencies

Module Dependencies: - TheSelectionBox - fso

Forms Referenced: - Frm

External References: - Scripting.FileSystemObject

Procedures

PopulateFileName

Type: Public Sub
Lines: 10
Parameters: PathAndFile As String

Calls: CreateObject, GetFileName, PopulateFileName

BrowseForFile_Click

Type: Private Sub
Lines: 24

Calls: BrowseForFile_Click, SelectedItems, FileDialog, PopulateFileName

CloseForm_Click

Type: Private Sub
Lines: 13

Calls: CloseForm_Click

Complexity Notes: - ⚠️ Contains GoTo statements

Form_Close

Type: Private Sub
Lines: 12

Calls: Form_Close, IsLoaded

Form_Open

Type: Private Sub
Lines: 5
Parameters: Cancel As Integer

Calls: PopulateFileName, Form_Open

OpenFile_Click

Type: Private Sub
Lines: 25

Calls: OpenFile_Click

Complexity Notes: - ⚠️ Contains GoTo statements