amidyne Posted July 31, 2008 Posted July 31, 2008 I'm looking at modifying my database to omit all records that do not have a valid sales quote number. Currently the correct format for Sales Quote numbers is either 4 digits or RAMXX-XX-XX where X is any number. At the moment some sales quotes are blanks, while others are just text, these are the records I want to omit. And instead of going through the records one at a time and omitting them this way I was hoping I would be able to create a script to do the work for me. And and all help would be greatly appreciated
comment Posted July 31, 2008 Posted July 31, 2008 Try doing a find with two omit requests, one for: ==RAM@@-@@-@@ and one for: ==@@@@
amidyne Posted July 31, 2008 Author Posted July 31, 2008 Thanks for the tip, but how would I accomplish this in 1 step, I'm looking to associate this with a button
comment Posted July 31, 2008 Posted July 31, 2008 You can define the button to Perform Find with the above requests. A button can also run a script with any number of steps, so I don't see why it HAS to be one step - but in this case it can.
amidyne Posted July 31, 2008 Author Posted July 31, 2008 Thanks, I finally got it working, I hadn't realized that I could just use the button commands to find multiple requests
Recommended Posts
This topic is 5958 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