Newbies JosephC Posted October 28, 2010 Newbies Posted October 28, 2010 I am working on a database that has a selection of over 250 variables. Once a user selects one, i need a script to format parts of the selection this is what it is entered like: Aspergillus flavus group what it needs to look like: Aspergillus flavus group is there a way to do this based on the over 250 variables? Thanks
Newbies JosephC Posted October 28, 2010 Author Newbies Posted October 28, 2010 (edited) ok , here is the steps first a user would select a from a list (drop down type, with auto fill) then i need to format that text based on each entry Example: user selects Bacillus the item needs to be displayed as Bacillus If the user selects Enterobacter-like the item needs to be displayed as Enterobacter-like EDIT: I have tried using "TextStyleAdd" but must not being applying it correctly. I just never have encountered these requirements before. This is why i am asking the forum . Thanks Edited October 28, 2010 by Guest
Raybaudi Posted October 28, 2010 Posted October 28, 2010 Joseph sorry but it is still not clear to me.
Vaughan Posted October 29, 2010 Posted October 29, 2010 JosephC, I'm interested in what you plan to use the formatted text for. Generally, text formatting is for display only and in databases is not a good way to store information. This is because any export of the data will be in plain text, which means the formatting will be stripped off. If the information is stored in formatting then it'll be nigh on impossible to get it out or to do anything meaningful with it.
comment Posted October 29, 2010 Posted October 29, 2010 I have a very vague feeling you may be looking for something like: http://www.briandunning.com/cf/579
Recommended Posts
This topic is 5197 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now