Question:

Can you help me in Review of Related Literature in Payroll System

by Guest4359  |  12 years, 9 month(s) ago

0 LIKES UnLike

hello good evening i need some help. Can you help me??

 Tags: Help, Literature, Payroll, Related, review, System

   Report

4 ANSWERS

  1. Guest3059
    please help me, can you give me please a study about payroll system?

  2. Guest8723
    This code may help..

    Private Sub cmd_ok_Click()

    inputform.Visible = False


    End Sub

    Private Sub cmd_in_cancel_Click()
    inputform.Visible = False
    End Sub

    Private Sub cmd_in_ok_Click()
    On Error Resume Next
    'With Adodc3.Recordset
    '.Fields("TOTAL WORKING TIME") = txt_in_twt.Text
    '.Fields("TARDINESS") = txt_in_tardiness.Text
    '.Fields("UNDERTIME") = txt_in_undertime.Text
    'End With
    'Set DataGrid3.DataSource = Adodc3
    '-------------------------------------------------
    '-------------------------------------------------
    'MsgBox (txt_in_emp.Text)
    'With Adodc3
    '    .CommandType = adCmdText
    '    .RecordSource = "Select empnum from addemp where empnum 'txt_in_emp.text*'"
    '
    'End With
    'Set DataGrid3.DataSource = Adodc3


        



    'inputform.Hide
    End Sub
    Private Sub Form_Load()
    With Adodc3
        .ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Documents and Settings\»†üLpØk«\Desktop\payroll System\dctpayroll.mdb;Persist Security Info=False"
        .CommandType = adCmdText
        .RecordSource = "Select empnum as [EMPLOYEE NUMBER],lastname as [LAST NAME],midname as [MIDDLE NAME],name as [FIRST NAME],address as [ADDRESS],age as [AGE],s*x as [s*x], civilstat as [CIVIL STATUS], occu as [OCCUPATION], email as [EMAIL], tin as [TIN NUMBER], pagibig as [PAG IBIG NUMBER],gsis as [GSIS NUMBER], twt as [TOTAL WORKING TIME],undertime as [UNDERTIME], tardiness as [TARDINESS] from addemp order by empnum  "
        
    End With
    Set DataGrid3.DataSource = Adodc3
    End Sub
  3. Guest3610
    review of literature on payroll system
  4. Guest8907
    start research using accounting books that will discuss about payroll. whatever stated in  objectives will be the related literature
Sign In or Sign Up now to answser this question!

Question Stats

Latest activity: 13 years, 11 month(s) ago.
This question has 4 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.
Unanswered Questions