Aussie John Posted September 13, 2006 Posted September 13, 2006 (edited) HI I made a checkbox value list eg 1,2,3 After a number of records had been populated i realised I need to change the valuelist to 1a,1b,2,3 Is there anyway to delete the "1" from the records that are already entered? I obviously cant use the replace option as some records may have 1 and 2 entered and other 1 and 3 Edited September 13, 2006 by Guest
LaRetta Posted September 13, 2006 Posted September 13, 2006 You might try: Replace ( checkbox ; Position ( checkbox ; "1" ; 1 ; 1 ) - 1 ; 2 ; "" )
Recommended Posts
This topic is 6647 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