Search results

  1. M

    DCount Help

    dear all, i have the problem when using dcount in my query,anyone can help me?this is the situation. Table 1: Num 20080207 20080215 20080218 Table 2: Begin End 20080206 20080208 20080200 200802116 i want to make the query,and i want to add field "sumactive" using the...
  2. M

    Problem importing *.txt files

    dear bob, yeap,i have abc.txt file in my c drive..but it still an error. regards martell
  3. M

    Problem importing *.txt files

    dear bob, i'm already change the file name into abc.txt but the error message is still the same..any other way to solve my problem?thanks alot..u're so kind regards martell
  4. M

    Problem importing *.txt files

    dear bob larsson Dim rst As ADODB.Recordset Dim strFile As String Dim strInput As String Dim varSplit As Variant Dim intCount As Integer Set rst = New ADODB.Recordset ' CHANGE THE TABLE NAME HERE rst.Open "TextImportTest", CurrentProject.Connection...
  5. M

    Problem importing *.txt files

    dear all, i have a problem when i want to importing *.txt files into a new table..i have the *.txt's file format like the attachment. the question is, i want the result in the table,between field NO until field amount in one record my table fields is |No|PLU|Desc|QTY |FRAC...
  6. M

    calculate a grade score from another table criteria

    the situation is i want the query automatically calculate the grade of the student score using the score table. thanks
  7. M

    calculate a grade score from another table criteria

    thanks..it's works bro.....
  8. M

    calculate a grade score from another table criteria

    thanks 4 the comment, it's works.but what if i want to add another value?i don't want to write a many code in my program,i just want to use the master criteria table.if i have a new grade criteria i dont need to write the code again.it's automatically calculate..anyone can help me?
  9. M

    calculate a grade score from another table criteria

    dear all; i've a table #student like studentID score Sminth 88 samantha 76 Williamv 45 martell 78 and i also have a #grade table Grade Start end F 0 45 E 46 55 D 56 65 C 66 75 B 76 85...
  10. M

    Define a rank in query

    Dear all i have a trouble to define a rank in query, i have a table named SALES like below region PRoduct qty jabar A 10 Jabar B 20 Jabar C 30 Jateng A 50 Jateng B 40 Jateng C 35 i want to give a result in my query like...
Back
Top Bottom