Search results for query: *

  1. S

    query help

    trigger help with delete Resolved Resolved
  2. S

    query help

    Resolved Resolved, Resolved, Resolved
  3. S

    using access with combo box

    Hi Guys I like to to use a combo box which reads off access the first colum student ID from the student table. and display the results in the selected text box. Heres what i have done with no luck. within the combo box. cn = New OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data...
  4. S

    combo box help

    Hi Got it sorted Private Sub cb1_SelectedValueChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cb1.SelectedValueChanged tx1.Text = cb1.SelectedItem selected value works alot better Thanks for your help
  5. S

    combo box help

    Hi guys I like to basically include combo boxes in my form and text boxes I have within my button a code which transfers from combo box to the text box like tx1.Text = cb1.SelectedItem but i am wondering i like to just transfer the text stright from combo box to the text box without a...
  6. S

    query help

    Hi Thanks for that hint ;) I am getting one problem now which is some employees havent got a salery and its not showing those departments. :confused: I have to state is null but i am not sure were i need to state it. Heres what ive done. So far select dept.deptno, dname, loc from...
  7. S

    access help on query

    hi guys im creating a table with 3 colums which are reader avaiable and used what i like is in the avilable colume there would be 10 and in the used colum if i type 1 it would lower the avilable colume. so something like avilable col -------- ---- 9 ...........1 but i am not sure...
  8. S

    query help

    Resolved Resolved
  9. S

    Query help list

    Resolved Hi cjard Thanks for that. Got it working thanks to you. :)
  10. S

    Query help list

    Resolved Resolved Resolved
  11. S

    sql query

    Hi guys ive installed version conecter 1.07 is that okey. the mysql i am using is 5.0.27 would this be okey with 1.07 connecter. Also could u guys recommend me a guide i can use for adding records using vb.net in mysql...I am new to using sql with vb.net but i have experince of sql commands...
  12. S

    sql query

    Hi guys keep getting an error. Installer always fails with "Error writing to file: MySql.Data.dll". its the same with version 1 and version 5. I even turned my firewall off still getting the same thing. :( need help with this guys.
  13. S

    sql query

    hi guys i wanna connect my vb.net to mysql database. but i found out that you need a database connecter. Can anyone please give me the link to the connecter driver i would be using to connect mysql with vb.net thanks
  14. S

    textbox query

    Got that working thanks TwoWing:D
  15. S

    textbox query

    hi guys i need some hepl with this basiclly i have two text boxes. what i like in tx1 i have a number say 2 and in tx2 what ever the the number is in tx1 i like it to x3. how would i do this? :confused:
  16. S

    text box query

    Hi lingsn got it working thanks for your help matee :D
  17. S

    text box query

    Hi guys I like to add / symbol in a text box 1 by clicking on the button. i tried this tx1.text = "/" but it only adds it once I like it to add it continouly. How wud this be possible?:confused: Thanks guys
  18. S

    query help

    Hi Lingsn I found out that I cant use the word "replace" that is why i cant use it in vb.net Len(Replace([Attendence],"x","")) AS totalattendence is there anything else I can use apart from replace which would allow the query 2 to be used in vb.net datagrid:(
  19. S

    advice on using table in vb.net

    Hi guys What I like to do is in vb.net I have loaded a table from access in vb.net and what I like to do is in attendance colume I would have //// and in total attendance colume I would have the / as a number 3 soo what its doing is counting the slases from the attendance table and...
  20. S

    Query on datagrid problem

    Hi Guys Im having problem with filling the datagrid in vb.net I like to put my Query table which has the below tabes and query into the datagrid in vb.net but i keep getting the message that it does not like the replace word the message it displays is undefined function "replace" Need...
Back
Top