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

    Thanks for the help, maybe I should clarify what I want to do. I am doing a database program to control inventory. I will get the text file from a bar code reader, and what I want to do is to just click a button in the database program, and then it will import the text file into the table...
  3. B

    import text file to table with dates

    Thanks for all your reply. But what I want to do is to create a button, and then it will import this text file into the table.... any other solutions? Thanks very much!!!!! bigeyespanda
  4. B

    import text file to table with dates

    Hi Mailman, I've tried this when I do the importing.... but it doesn't really work.... :( bigeyespanda
  5. 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