Recent content by rebellious

  1. R

    How to write different days to different pages?

    how can i put a page break? can u show by the help of printscreen images please
  2. R

    How to write different days to different pages?

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

    Copy some values from one table into another one??

    Actually, the error is, Runtime error '-2147467259 (80004005) ISAM can not be found.
  4. R

    Copy some values from one table into another one??

    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 =...
Back
Top Bottom