Newbies paigeali Posted June 7, 2003 Newbies Posted June 7, 2003 I manage a small Fpro dbase for a nonprofit, and am have created fields to that "calculate" other fields so that, for instance, the address field will be one text field containing address&city&state&zip. I can set up and execute this script, no problem. However, my client does not want to click a button to perform the script, but rather wishes to have it force update through tabbing into a field, or some other hidden method. Suggestions? Solutions? Funky work-arounds? I could use some help urgently. Thanks!
SteveB Posted June 7, 2003 Posted June 7, 2003 Set up a calculation field whose output type is text: cAddress= addressfield & cityfield & ", " & state &" " & zip This will put everything on 1 line. If you want a multi-line concatenated address, just insert after each field to create new line(s). There is no need for a script. Steve
Recommended Posts
This topic is 7843 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