Not sure if you can. Memo fields are rather restrictive in what you can do with them. I assume that what you want is to not store the bullet but in a report or on a form provide the bullets.
What I would try is to parse the value in the field based on the carriage return and concatenate a bullet symbol after each parse. I can't offer you much more than that but it seems like that might provide a potential return for you with some research.
Can you be more specific about what you are trying to do? I believe AppStaff is correct. Take a look at the Replace and Chr functions. Used on a form or report, you could replace all instances of the vbCrLf character (the hard return) in your memo data with vbCrLf & Chr(i) - where "i" is the numeric value for the bullet character you want to insert.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.