Search results for query: *

  • Users: nnick
  • Order by date
  1. N

    Question Visual Basic Datetimepicker issue

    InertiaM, Here's what I have done to make the change you suggested. When "Step Into" the code to execute line by line, the function "datetimepicker1_valuechanged" is still being called twice. I have tried the Handler statements in different sections of the IF statement but the same result. What...
  2. N

    Question Visual Basic Datetimepicker issue

    Thanks for your reply InertiaM. Do you have any ideas how I can keep my date unchanged without having to programatically set the date?
  3. N

    Question Visual Basic Datetimepicker issue

    This function is supposed to alert the user if there is an attempt to change the date to another date (other than Today). When the user clicks Yes in the Messagebox another message box pops up to let the user know that date is changed and the new date chosen is displayed on the datetimepicker...
  4. N

    Question Implementing Database access (MS Access) using VB2008 express

    Thanks for your reply @newguy. However, the intent is to update the tables in the MS Access database that I am using. Is there any way to manipulate the data in MS Access databases using VB 2008? I haven't come across any information as to how to go about that.
  5. N

    Question Implementing Database access (MS Access) using VB2008 express

    I am new to VB and downloaded the VB 2008 Express recently. Am following the "Beginning VB2005 databases" book to learn as I go along. I have hit a snag where the book example is initializing a new instance of the data access base class as "Using objData as new WDABase", however the VB 2008...
Back
Top