Newbies appleibook1 Posted April 18, 2006 Newbies Posted April 18, 2006 How do I change or edit the view index items from preemptive typing. I have done a search but was unable to find the exact answer. I have tried a few search suggestions but not what i'm looking for.
Genx Posted April 18, 2006 Posted April 18, 2006 View Index? I'm not sure if this is what you mean but double click the field, and choose auto complete using previously entered values, or if you want the values to be coming from a value list, choose drop-down list, choose your value list, and choose auto complete using values from value list. ~Genx
Newbies appleibook1 Posted April 18, 2006 Author Newbies Posted April 18, 2006 (edited) If you go to (insert/from index) the drop down box displays a list of previously used text, this is what I wish to edit I have previously used upper case and would like to change some of the text to lower case. It's just a pain having to re-type everything in lower case especially in long sentences. Thank you for your reply but not the right answer is was looking for. :D Edited April 18, 2006 by Guest
comment Posted April 18, 2006 Posted April 18, 2006 Index depends on the field's contents, so you will need to change the contents before you will see a change in index. You can script a replace of the field's contents, using the Lower() or Proper() functions. Make sure you have a backup before you try this, since there's no undo. Another option is to define a calculation field (result is text) = Lower ( yourfield ) If you are happy with the result, change the calculation field into a text field, then delete the original field.
Recommended Posts
This topic is 6856 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