Search results

  1. J

    Docmd.GoToRecord gets mixed up between two instances of the same form

    isladogs : there are cases where I need two instances of the same form to be displayed concurrently, but it would be a little complicated to explain (I would have to go into my data model) MajP and Gasman : thank you for your ideas. I eventually found a code which works. For the button which...
  2. J

    Looping through folder with DIR ???

    i believe the Dir function does not work with Unicode characters inside file names If you use the FileSystemObject, it will work better
  3. J

    Docmd.GoToRecord gets mixed up between two instances of the same form

    Hello folks ! I have a form which may have several instances I have found all necessary explanations on Internet how to do that and it works (basic explanations at the end of this post) On the form I have buttons that enable going to previous or next record. I need these because for each record...
  4. J

    Access 07 Rich Text - SelStart, SelLength

    Try this. If you send the RichTextBox control .SelStart property +1, it seems to work... Public Function HTMLPosition(ByVal iintVisiblePosition As Integer, ByVal istrHTMLtext As String) As Integer Dim boolSkipTag As Boolean, boolSkipCarSpec As Boolean Dim intCar As Integer, intLen As Integer...
Back
Top Bottom