![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi All I Have Memo Field (txtDescription) that which has the following data (or similar) on 10,000 records Some of the records have a * before each line an some don't * 820 Watt, 230v motor * Variable speed control with reverse action 0 to 2500rpm * Speed limiter dial on switch ensures consistent drilling at slower speeds * Selector switch for rotary hammer or rotary only drilling * Lock-on button automatically releases if power is cut * Includes 13mm keyed chuck, depth gauge & auxiliary front handle * Weight 2.4kgs I would like to open the form which contains this data and be able to click a Command Button to strip out the stars whenever I see them, rather than remove the stars one by one. I do not want to go through the records and have do the whole lot in one go (on the current event??) jsut strip them out whenever I see a record that has the *'s Thanks |
#3
| |||
| |||
|
#4
| |||
| |||
|
|
Hi I am using Access 2007 running on Windows XP. I am not that brave to us Vista yet I was able to remove all the stars in the text with the followng code Me.txtDescription = Replace(txtDescription, "*", "") It does not remove the leading space from each of the lines, but as it is being pasted into Dreamweaver that does not matter as DW remove all formatting until you apply HTML. Thanks to everyone who helped Regards and Thanks |
#5
| |||
| |||
|
|
Hi I am using Access 2007 running on Windows XP. I am not that brave to us Vista yet I was able to remove all the stars in the text with the followng code Me.txtDescription = Replace(txtDescription, "*", "") It does not remove the leading space from each of the lines, but as it is being pasted into Dreamweaver that does not matter as DW remove all formatting until you apply HTML. Thanks to everyone who helped Regards and Thanks If a carrigage return/line feed is contained in the memeo lines, this |
![]() |
| Thread Tools | |
| Display Modes | |
| |