Search results

  1. M

    Memo Field

    I am trying to enter this code and it works, but I am needing some code to make this enter at a certain point in the notes field. I need it to go to the beginning of the notes field because there are notes in the field already, enter code: Private Sub Notes_Entry_Click() Me.Notes = Me.Notes &...
  2. M

    Enter Now() and Current User() at certain point in Notes

    I am trying to enter this code and it works, but I am needing some code to make this enter at a certain point in the notes field. I need it to go to the beginning of the notes field because there are notes in the field already, enter: Private Sub Notes_Entry_Click() Me.Notes = Me.Notes & "***"...
  3. M

    Making a field pull a last date from a table

    Thanks, I will give that a try.
  4. M

    Making a field pull a last date from a table

    My problem is that i don't know how to tell that field (that is not in the same table) to find the same customers ID find the last field and show that one. When i created a query and directed the field to the query (which worked fine) I had an Name# error. What do I do now?
  5. M

    Making a field pull a last date from a table

    I am needing a field on a form to pull the last date of contact from a table or query. It is the last date a customer was contacted however there maybe many date, but I need the most current date. Any suggestions?
  6. M

    Time Stamp a Memo Field

    Don- since it is in a memo format will this still work?
  7. M

    Time Stamp a Memo Field

    I am wanting to timestamp and userstamp a memo field each time before the user start typing in the field. It would Look like ***User***Date***Time*** I have tried to do this in a macro but it is faulty. Does anyone have any suggestions?
  8. M

    Time Stamp a Memo Field

    I am wanting to timestamp and userstamp a memo field each time before the user start typing in the field. It would Look like ***User***Date***Time*** I have tried to do this in a macro but it is faulty. Does anyone have any suggestions?
  9. M

    List Box and Duplicate Entries

    You simply need to use the patients ID number as the bound column and then make it's width 0 so you don't see it. What is happening is that your list box has no indexed, unique field to look for and is selecting the first "Doe" it is finding. Just add the ID to your query and it...
  10. M

    Time Stamp a Memo Field

    I am wanting to timestamp and userstamp a memo field each time before the user start typing in the field. It would Look like ***User***Date***Time*** I have tried to do this in a macro but it is faulty. Does anyone have any suggestions?
Back
Top Bottom