learning Posted August 28, 2003 Posted August 28, 2003 I have a database with one field called area and one field called number. both are text fields. I would like to add contents of area to number in front of number and then delete area field. like so.... area --- number ----- number 904 --- 555-1212 --- 904-555-1212 Is there an easy way to do this? Thanks in advance. Larry
-Queue- Posted August 28, 2003 Posted August 28, 2003 Navigate to a layout containing the number field and put your cursor in the field. Then go to Records->Replace, select 'Replace with calculated result', and specify the calc as area & "-" & number.
learning Posted August 28, 2003 Author Posted August 28, 2003 Queue Thanks so much--------------it worked great. Larry
Recommended Posts
This topic is 7828 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