No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
Hi! please help me..... i just want to know what is the code for time record using ADODB connection. im so tired to get the right code for time attendance please help me... this is for my thesis.... Here's the command: txtEmpID --- textbox cmdGetdata --- command Button lbltime --- …
Using adodc conncetion.. [CODE] adodc1.conncetionstring = "Provider = Microsoft.jet.oledb.4.0;data source = "databasename.mdb;persist security info = false" adodc1.recordsource = "Select * from table1" adodc1.refresh set datagrid1.datasource = adodc1 thats all.. [/CODE]
Hi, i have a problem in my database. how to sum the value of row into another value of row?.. i want to compute the total of Hoursworked.... this is my example table for the sum of row by row.. DTR Table EmpID TimeIn TimeOut HoursWorked Date 1 08:30 05:30 …
The End.
eukiandfhull