Search results

  1. E

    html problem....

    anobody know how to use page break in html.... when i print documentation, it so long but it cannot print in next page.... it still use first page...... what the example coding that i can use to print documentation to the next page if the documentation is to long.
  2. E

    error query input must contain at least one table or query

    i have 144 table with different column.... this coding only selected for example....coz i try to selected more table, many error come out.... so i do for one table only..... b4 this i try to this table and fiel Table Floors Id...
  3. E

    error query input must contain at least one table or query

    thank Ian..... this is my coding.... Option Compare Database Option Explicit 'Public Sub Main() 'ExportDatabaseObjects() 'End Sub 'Public Sub ExportDatabaseObjects() Public Sub Main() On Error GoTo Err_ExportDatabaseObjects Dim db As Database 'Dim db As DAO.Database Dim td...
  4. E

    error query input must contain at least one table or query

    hai any body can help me.... when i run coding from module error "error query input must contain at least one table or query " come...... any body see one the problem?????????????
  5. E

    export table....pls help me....

    sory....i dont want using the manual step.... but using coding visual basic.... can u help me....
  6. E

    export table....pls help me....

    thank for your attention. can u give me example to make table query, because i already have coding for export text...
  7. E

    export table....pls help me....

    can i export specific column or selected column to text file???????????
  8. E

    pls help me....

    problem with selected column....pls help me.... hye..... this is my coding ption Compare Database Option Explicit 'Public Sub Main() 'ExportDatabaseObjects() 'End Sub 'Public Sub ExportDatabaseObjects() Public Sub Main() On Error GoTo Err_ExportDatabaseObjects Dim db As Database 'Dim db...
  9. E

    pls......urgent

    wow..... thank for everything.... i get the correct information from u..... now my text file without header...............
  10. E

    pls......urgent

    anybody can help me how to get text file after transfer without the header. this is my coding.... ption Compare Database Option Explicit 'Public Sub Main() 'ExportDatabaseObjects() 'End Sub 'Public Sub ExportDatabaseObjects() Public Sub Main() On Error GoTo Err_ExportDatabaseObjects...
  11. E

    problem with file name....

    thank for every one.... my problem ok now.... hehehe.... thank a lot....
  12. E

    problem with file name....

    I'm still cannot get exactly file name with .txt file when i try using this code
  13. E

    problem with file name....

    No....did importent to i have Windows set... can u give me more explination...
  14. E

    pls urgent....

    thank.... now i can run without error...
  15. E

    problem with file name....

    i think so but when i see the file it not exactly....
  16. E

    problem with file name....

    hie friends...................... why when i use this coding DoCmd.TransferText acExportDelim, , td.Name, sExportLocation & td.Name & ".txt", True the file name look like this td.Name not exactly in text file (td.Name.txt) can anibody help me....
  17. E

    pls urgent....using delimiter (|)

    thank for your response.... before this i try to do same like what u want but i get the error message when i put like this: DoCmd.TransferText acExportDelim, "|", td.Name, sExportLocation & td.Name & ".txt", True plz help me...
  18. E

    pls urgent....

    Pls urgent.... thank for ur response.... this is my coding... Option Compare Database Option Explicit 'Public Sub Main() 'ExportDatabaseObjects() 'End Sub 'Public Sub ExportDatabaseObjects() Public Sub Main() On Error GoTo Err_ExportDatabaseObject Dim db As Database 'Dim db As...
  19. E

    pls urgent....

    hello friends.............. anybody help me... i get error "Label not defined" when i compile my coding... what the step that i can solve this problem???????????
  20. E

    pls urgent....using delimiter (|)

    hello.....i would like to export a Ms Access table to delimiter Text file using this "|" delimiter...can anobody help me.... this is my coding for this problem, which part that i have to add... Option Compare Database Option Explicit 'Public Sub Main() 'ExportDatabaseObjects() 'End Sub...
Back
Top Bottom