Mike Dunkerley Posted January 23, 2003 Posted January 23, 2003 Hello, I would like to a automatically insert a value based on a value form a field. For example if Company name is Ford then customer # = 114. Any suggestions? I have messed around with the
Razumovsky Posted January 23, 2003 Posted January 23, 2003 Case(CompanyName = "Ford", 114 CompanyName ="Chevy", 115, CompanyName ="Yugo", 0) should work, but if you have more than a few of these, you should consider using a related file that stores company names and their info, related to your main file by companyname::companyname. Could be much more useful for a variety of reasons.
Ugo DI LUCA Posted January 24, 2003 Posted January 24, 2003 I agree with razumowsky post. Make a relationship !
Recommended Posts
This topic is 8044 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