Forum: Visual Basic 4 / 5 / 6 Oct 22nd, 2008 |
| Replies: 6 Views: 639 Take the value of the date in Text1 and then add any number you want (Say7), format the result with any date format you like to display like- "dd-mmm-yyyy" and the display the result in Textbox2.
... |
Forum: Visual Basic 4 / 5 / 6 Oct 13th, 2008 |
| Replies: 11 Views: 1,100 There are many ways to validate whether it is a text box or a button or submit button, the way you write the code and the place you put your code can be vary, depending upon your decision, one simple... |
Forum: Visual Basic 4 / 5 / 6 Aug 16th, 2008 |
| Replies: 11 Views: 2,351 hi,
Firstly, make a connection for your database 'db.mdb'
After calling the connection, you have to write VB code for your need:
Write the SQL command statement for searching in the... |