Search results

  1. B

    turning column to row

    hi all i want to know how to turning column in table to row as example i need to turn this date f1 f2 jan 100 200 feb 300 400 to name jan feb f1 100 300 f2 200 400 is there any easy way to do that the only thing i know that i creat new table and...
  2. B

    add all to combobox - help

    i need some help here plz i make combo box that show all the government and make other combo box relate to that one that show city i want to add all to the combo box i use union but it didn't work i don't know, why could u see the db and tell me why, the form is rp01
  3. B

    link sql server table to access

    hi all i want to know other way to linked sql server to access than use odbc connection and plz if it's the only way how i can improve it's performance caz it's too slow i here i can use oledb but i don't know how i can do that so plz help me i need it
  4. B

    subtract 2 date coulmn into query

    subtract 2 date coulmn into query ,how? hi all i try many wayes to subtract a 2 dates coulmn in a query and i failed i want to subtract start_dates coulmn and end_dates coulmn to get the number of dayes between them how i can do this
  5. B

    how i can hide column using option group

    i need some help in using option group to hide a column in a subforum i try any code but all my try has been faild i try this code but i don't know what is the wrong Select Case Frame28.Value Case 1 Forms![formSubform]![column1].ColumnHidden = True Case 2...
Back
Top Bottom