Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by simsima

  1. simsima

    Update command of data adpater

    Thanks for your suggestions.
  2. simsima

    Update command of data adpater

    I gues No one knows what i am talking about
  3. simsima

    Update command of data adpater

    i have changed my code to what you have suggested but still no update is being applied to the data. this time there are no errors raised. just no updates to the data any more suggestions cmdUpdatepat.CommandText = "update tb_patient set...
  4. simsima

    Update command of data adpater

    I am trying to create oledb data adapter update command I have created the select command successfully, data gets filled to the data grid but i make some change to the data and want to write back the changes howeover it won't work because may update command might not be correct any help will be...
  5. simsima

    Data Adapter update command

    I am trying to create oledb data adapter update command I have created the select command successfully, data gets filled to the data grid but i make some change to the data and want to write back the changes howeover it won't work because may update command might not be correct any help will be...
  6. simsima

    Debugging

    NO the docking is fine, because i dock the windows at design mode and at run time mode. The problem is I get about 15 little windows of memory poppin gup, and 6 or 7 watch windows plus ll the others registeries,treads and so on. I close them all down dock all the other windows i want to keep i...
  7. simsima

    Debugging

    thank you for your input, however it has not helped, i crated new project in design mode i set all the screens i wanted to see i.e project browser,properties etc then i run the project i got the usual pop of all the diffent windows so i close them all down I got to the form in debuggin mode then...
  8. simsima

    Debugging

    When ever I try to execute a programme I get all these debugging screens popping up like pops ups sometimes it causes Visual Studious (VB) to crush and I have to close all theses debugging windows (breaking points, processes, script explorer, watch up to 6 windows ,locals, call stack...
  9. simsima

    How to add a record using a comand button control

    hi I have (i am new access user) a form based on table that carries out some calculations and inserts the values into the table and two other tables. I want to use a command button which when clicked takes the values from the form and inserts into the tables. any help will greatly be appriciated.

Part and Inventory Search

Back
Top