Search results for query: *

  • Users: adi_uk
  • Content: Threads
  • Order by date
  1. A

    Another Sql Problem!

    Sorry guys, its me again. Im try to create a search, so the value of what is entered is compared to the information in the databse and the values that match reurned and display in the list. Now, if i use any of the number values as my search criteria they work - e.g id,Tracks etc. However, if...
  2. A

    SQL statement problem

    Im having a problem with sql statements again. I keep getting an error saying my syntax is invalid, although i cant see where. Have i done it totally wrong? MANAGE TO SOLVE IT WITH THE FOLLOWING CODE PrivateSub add() Dim sa AsInteger Try Title = TextBox7.Text Artist = TextBox8.Text Tracks =...
  3. A

    Resetting an array

    I have a listbox, that im reading information into from an array. When the user hits the load button, i want the information to be cleared from the listbox (which is easy), although it isnt working, since the information is still in the array. How do i clear the array and set it back to empty.
  4. A

    Search array contents and display

    I have the following code where im trying to set it so that when a user enters an artist into an input box, only the records that match that artist are shown. Im having a problem, where by, it will output the data as many times as thee are records. I guess this is since it is not moving to the...
  5. A

    INSERT and DELETE Problem

    I have the following code for inserting and deleting information from a database named CDList.mdb. Im having problems in that, when i try and add or delete nothing happens. Have i got something wrong? The user basically enters the information into a number of text boxes, and hits the button...
Back
Top