Question:

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

by Guest652281  |  2 years, 11 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. Guest18968026
    start research using accounting books that will discuss about payroll. whatever stated in objectives will be the related literature

  2. Guest13160699
    review of literature on payroll system
  3. Guest12012560
    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
  4. Guest11658839
    please help me, can you give me please a study about payroll system?

Question Stats

Latest activity: 1 year, 9 month(s) ago.
This question has been viewed 1707 times and has 4 answers.

3 People are following this question

pamkinyuahenesseychamalilyco99twin

BECOME A GUIDE

Share your knowledge and help people by answering questions.