joemacgruder Posted October 3, 2004 Posted October 3, 2004 I am having a hard time figuring out how to do something which I'm sure is pretty easy (if you know what your doing). I have an table called DesignLineItem and I need to make a script that searches out and deletes all blank records (from the entire table, whether 1 record or 100) , being records which are blank in 2 specific of 5 fields (productmodel_fk & productqty_fk). If it came down to blows, just deleting the records which show no value in the productmodel_fk field would probably do just fine as well. Could someone help me with this? Thanks.!! Joe
RalphL Posted October 3, 2004 Posted October 3, 2004 One script step: Perform Find will do it specify the field productmodel_fk and use the = then click add. Then choose productqty_fk and use = again and click add again. Then click OK. Run the script.
Recommended Posts
This topic is 7359 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