I have a report that is generated by the help of a form. At this report there are some rows of information. When i want to print all the information is taken to one page or let's say different days may be at the same pages. I have grouped these data accordind to the days. So i want them to be in...
Here is the VBA code.
I want to copy some data from "tEtap" named table into "tSicil" named table.
Where is the problem?:confused:
Sub isle()
Dim Conn As ADODB.Connection
Dim rstEtap As ADODB.Recordset
Dim rstSicil As ADODB.Recordset
Dim strConn As String
strConn =...