Search results for query: *

  1. W

    SQL statement for databinding, VB 2005

    hi...let say in my program..there's 2 windows, the login page and the main page...when user login from the main page with username "david"...i want those textboxes in the main page to display only david's data.. -my main page is using databinding method to link to those textboxes -somewhere in...
  2. W

    how to add sql statement in databinding?, vb 2005

    hi guys..can u tell me how to add sql statement in my code here's my code for the form load.. Private Sub frmManager_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load 'TODO: This line of code loads data into the 'UserDataSet2.Staffapplication' table. You...
  3. W

    problem with delete button

    hi guys..im having a problem with my delete button (let's say my database has 3 records) and while my form is showing record no.3, and i clicked on the delete button, it will delete record no.1..(it supposed to be deleting record no.3)....how to correct my code and make it delete the record...
  4. W

    problems with vb2005..with microsoft access

    erm...i appreciate that, but there's too many things for me to change on the interface if im gonna use bindingNavigator..and i dont have much time left...do anyone has other ideas??
  5. W

    problems with vb2005..with microsoft access

    thanks for the link...but i dont plan to use bindingNavigator..i want to use my own button..any other ideas to solve my problems???
  6. W

    problems with vb2005..with microsoft access

    can someone help please..
  7. W

    problems with vb2005..with microsoft access

    hi guys..i have some problem with my VB program..hope u guys can help me out in my form, there's 8 textboxes that will display data from the database, 3 button's which is '<<' '>>' and 'DELETE' explanation on my program --------------------------------- the ' << ' and ' >> ' button will...
Back
Top