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