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.
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...
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...
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?????????????
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...
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...
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....
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...
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...
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???????????
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...