%response.buffer=true%>
<% dim g_InformationSystems dim g_Accounting dim g_HumanResources dim g_Administrative dim g_LightIndustrial g_InformationSystems = 1 g_Accounting = 2 g_HumanResources = 3 g_Administrative = 4 g_LightIndustrial = 5 g_Engineering = 6 g_Legal = 7 dim m_Database dim m_RecordSet ReceiveOrderForm Sub ReceiveOrderForm() Dim i dim strDB Dim strID Dim intID Dim strJobClass Dim intRefCount Dim blnOther Dim intOtherCount Dim strJobClassOld Dim blnNoOtherHeader Dim blnCreateTable strID = request("dbid") intID = cint(strID) if intID = 0 then intID = g_InformationSystems on error resume next Dim strDesc Select Case intID Case g_InformationSystems strDB = "1.MDB" strDesc = "Information Systems" Case g_Accounting strDB = "3.MDB" strDesc = "Accounting/Finance" Case g_HumanResources strDB = "2.MDB" strDesc = "Administrative/Industrial" Case g_Administrative strDB = "4.MDB" strDesc = "Human Resources" Case g_LightIndustrial strDB = "5.MDB" strDesc = "Scientific" Case g_Engineering strDB = "6.MDB" strDesc = "Engineering" Case g_Legal strDB = "7.MDB" strDesc = "Legal" End Select strSQL = "select * from CurrentJobList order by JobClass DESC, JobOrderDate DESC" response.write "
Listing is being updated. Try again later.
"
strJobClassOld = ucase(strJobClass)
End If
If ucase(strJobClass) <> "OTHER" Then
UpdateScreen
End If
m_RecordSet.MoveNext
Loop
'take care of 'other'
blnNoOtherHeader = False
m_RecordSet.MoveFirst
Do Until m_RecordSet.EOF
strJobClass = vbNullString
strJobClass = m_RecordSet("JobClass")
If strJobClass = vbNullString Then strJobClass = "Other"
If ucase(strJobClass) = "OTHER" Or strJobClass = vbNullString Then
If blnNoOtherHeader = False Then response.write " "
blnNoOtherHeader = True
UpdateScreen
End If
m_RecordSet.MoveNext
Loop
response.write "
| Job ID: | " response.write m_RecordSet("JobID") & " |
| Job Order Date: | " response.write m_RecordSet("JobOrderDate") & " |
| Job Classification: | " response.write m_RecordSet("JobClass") & " |
| Title: | " response.write m_RecordSet("JobTitle") & " |
| Duration: | " response.write m_RecordSet("JobDuration") & " |
| Location: | " response.write m_RecordSet("Job Location") & " |
| Salary Range: | " response.write m_RecordSet("SalaryRange") & " |
| Description: | " response.write m_RecordSet("JobDescription") & " |
| Min. Requirements: | " response.write m_RecordSet("JobMinSkills") & " |
| Source 1 Contact: | " response.write m_RecordSet("JobContact") & " |
" End Sub %> If you see a job you are interested in make a note of it below by entering job ID #(s) and click "contact us"
| Source One Personnel has twelve offices to service your personnel needs. Locate the office closest to you. |