Search results for query: *

  1. 1

    SQL Delete Statement

    Hi Kulrom Sorry to be such a pain, but i am new to data connection with sql server. So i am not exactly sure how to send a query to the database. What is the format to do this, after using the above statement to delete the selected student according to the student number in the row of that...
  2. 1

    SQL Delete Statement

    Hi I am trying to set a delete statement to remove a student from a SQL server database. My statement is as follows: (It reads the data into a datagrid and then the user can select the line in the datagrid and then choose delete button) Case "Delete" Try Dim row As DataRow row =...
  3. 1

    Validating a combobox

    (resolved) validating combobox Hi Craig I resolved the issue all i needed to do was to set a boolean value to check that the combobox value had been changed during the applications running time, if the boolean value was equal to true then the report could be generated Thanks so much for...
  4. 1

    Validating a combobox

    The problem is that it is not based on the time an employee has worked but rather on the level that he has worked (it is a combobox with integer values) It refers to the type of work that he has done during the period, this is based on integer values between 1 and 5
  5. 1

    Validating a combobox

    Hi Craig Thanks for your help, unfortunately this won't help because the combobox has a value from the previous year and this value must just be updated every year, but i need to validate that this update has occured in order to carry on! Thanks
  6. 1

    Validating a combobox

    Hi I know this seems like a stupid question, but can somebody please help! I need to check that any value is selected in the combobox before i can allow the report to be generated. The reason for this is the combobox contains a value for the amnout of years an employee has worked. This value...
  7. 1

    Communicating with excel file

    I have managed to connect to the excel file, i can read and write data to the file now i have to try and use if statements to get the values and data to the correct cell. I will try it this weekend and if i don't get it i will give more details. Cheers;)
  8. 1

    Communicating with excel file

    Hi I am using visual studio 2003, vb.net. I am trying to read information from an excel worksheet and then write it to a new excel worksheet in a formatted way. In other words I am trying to read from two columns A and B getting a time and venue value out of the columns, i then want to...
  9. 1

    checkbox and odbc connection

    Hi everybody I am creating a simple application that has checkboxes, textboxes and buttons. I can send the information in the textboxes to the database with no troubles but as soon as i try to send the checkboxes it throws "error with insert into statement" exception. I have set the database...
Back
Top