Search results

  1. M

    Adding notes to a memo on a subform

    Thanks Tim. I am getting there thanks to your help. It is working but there are two things I need to change and I am stuck 1) It highlights the whole Notepad field and I want the cursor to stop after it stamps the user name/date and not highlight the whole field. 2) If there is a null in the...
  2. M

    Adding notes to a memo on a subform

    It doesn't seem to like the following line Me.Notes.Form.NOTEPAD.SetFocus It gives me that error 'object doesn't support property or method' Thanks!
  3. M

    Adding notes to a memo on a subform

    Hi Tim, I added the code in blue and I now get a 'run time error 438'. 'Object does not support this property or method' Sorry to bother you again Thanks!
  4. M

    Adding notes to a memo on a subform

    Thanks Tim. I entered your code and the focus is going to the subform but it does not like the 'NOTEPAD.SetFocus' I get a ‘runtime error 424’ ‘object required' Below is my code: Private Sub Command50_Click() Dim intstart As Integer Me.Notes.SetFocus NOTEPAD.SetFocus NOTEPAD = Now() & "--" & "...
  5. M

    Adding notes to a memo on a subform

    Hello, I am having trouble adding notes to a subform. Basically, I want a command botton on the main form and when pressed takes the cursor focus to a subform (Subform is called 'Notes') and the Field is called 'Notepad' Any suggestions would be a huge help!
Back
Top Bottom