Newbies carol.ruth Posted September 26, 2001 Newbies Posted September 26, 2001 I am new at this!! I am trying to create a database where if I type a code into one field, a statement appears in another field. Example: if I type BE3 in one field, the statement "Is very well behaved!" will automatically appear in another field. I don't know where to begin with this. Can anyone help me?
Kurt Knippel Posted September 26, 2001 Posted September 26, 2001 The second field would be a calculation. Such as: CASE ( FirstField = "BE3", "Is very well behaved", "" )
Recommended Posts
This topic is 8530 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