Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Zygor63119
  • Content: Threads
  • Order by date
  1. Zygor63119

    Add a return via vba to a field by means of a recordset

    I have a recordset. I use it to edit a memo field. Each day I loop through it and add a new amount. I need a new line each day. I have tried rst.fields("DailyAmount")= someamount & vbcrlf and rst.fields("DailyAmount"). I also tried every combination of - vbcr vblf vbnewline Chr(10) Chr(13)...

Part and Inventory Search

Back
Top