Realsoft Infoplan
Open Source Code Software projects & Tutorials
How to calculate time difference in MS Access database
Step 1 Create table as follows
| Sno | AutoNumber | ||
| startTime | DateTime (Format: dd/mm/yyyy hh:nn) | ||
| endTime | DateTime (Format: dd/mm/yyyy hh:nn) | ||
| difference | Text (Size 15) |
Create query as follows
UPDATE timecalc SET difference = int((DateDiff("n",starttime,endtime)/60)) & "." & (DateDiff("n",starttime,endtime) Mod 60);
List of free source code - VB.Net / VB 6
New, Upcoming & Updates
- Accounting software free open source

- Clinical Lab software source

- Software for work with Touch Screen

- Ultrasound Scan Result Software

- Inventory integrated accounts software

- Free mobile applications

- Android application source code

- JAVA, PHP Tutorials

- Web services - SEO - AdWords
