Search results for query: *

  1. A

    VB.Net/access database/jet 4.0 won't update data to database

    I got the application to work using code similiar to my first post. The txtDateModified textbox shows the current date/time but it only updates to the database as the current date with the time of 12:00 AM. The time is stuck on 12:00 AM. I was using date for fldDateModified data type in the...
  2. A

    VB.Net/access database/jet 4.0 won't update data to database

    I'm not getting any errors but I'm back to where I started, with not being able to save my changes back to the database. I went ahead and recreated a new database as well to make sure that it wasn't the problem, but no luck. I'm starting to pull my hair out accompanied with a twitch, like...
  3. A

    VB.Net/access database/jet 4.0 won't update data to database

    I'm getting closer I've been working with the code example that you gave me, and I changed the type of command from an insert to an UPDATE, but I'm not sure if the syntax is correct. I do have the entire project zipped if you want to look at it. I'm getting a 'Data type mismatch in criteria...
  4. A

    VB.Net/access database/jet 4.0 won't update data to database

    Thanks for the quick reply, I was afraid that I wasn't specific or clear enough in my post. I'm relatively new to VB.Net or programming for that matter, but I learn really fast. You wouldn't happen to have an example of the insert into command. Is the SQL code generated by Microsoft Access...
  5. A

    VB.Net/access database/jet 4.0 won't update data to database

    I've got a really simple database with an even simpler user interface designed to just view and edit data. The problem is that when I run the solution everything works as it is supposed to, but when I close the solution and then restart, all my record data changes are not saved to the database...
Back
Top