raouls Posted November 8, 2006 Posted November 8, 2006 Some background first. I have a database where I have about twelve showrooms with multiple fields per line. I want to select six of the twelve showrooms so my options, so I think, are to either omit the six I don't want, or to find the six I do. I am able to successfully find one of the criteria but cannot seem to include multiple showrooms in the find field. What I am doing now is for the Perform find I am Finding records and for my Shwrm field I put AMNY for the first field, and for repetitions put 2 and for the second field I put JRFL (and so on), but it does not return multiple. The same happens when I try to omit several. How do I do this? See pictures below.
mr_vodka Posted November 8, 2006 Posted November 8, 2006 (edited) Enter Find Mode [] Set Field [CurrentOrderStatus::Shwrm; "AMNY"] New Record / Request [] Set Field [CurrentOrderStatus::Shwrm; "Whatever"] Perform Find [] Edited November 8, 2006 by Guest
raouls Posted November 8, 2006 Author Posted November 8, 2006 Thanks, one question though. When I am trying to add the "AMNY" field, I go into specify calculated result (I hope) and try to put in AMNY and it states that the table cannot be found. Am I missing something? See attached photo. Otherwise I think I got it.
mr_vodka Posted November 8, 2006 Posted November 8, 2006 You forgot the quotes which indicate a literal string, otherwise it would be referencing a field named AMNY.
raouls Posted November 8, 2006 Author Posted November 8, 2006 GREAT!!! Thanks, I had to figure out a couple of things but all good now!
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