Search results

  1. B

    combo box questions.....

    :confused: Hi... I am doing a database to store inventory details. I had a Combo Box for users to select the type of the product. The values of the combo box is retreving from the TypeTable (which has TypeID, TypeName, SubType). The combo box will store the value of TypeID into the...
  2. B

    import text file to table with dates

    Hi! I have a problem with importing text to the table. The following is the text file: 2002/10/04,12:58:38,12355,3,1,2,2 2002/05/04,13:01:06,12355,4,1,2,2 2004/10/04,13:01:06,12355,4,-1,2,2 1998/10/04,13:01:06,12355,5,-1,2,2 When I import this file into the table, all of the are correctly...
Back
Top Bottom