Newbies JoeW Posted November 12, 2003 Newbies Posted November 12, 2003 I currently have one large master file that displays inventory type information. From this file you can access numerous layouts. I want to switch from this to multiple related files. What I can not figure out how to do is to sort just the records I want into different files. Right now I simply sort all of the objects based on an X being in a feild or not being in a feild. So essentialy what I would like to do is if that X is checked it would copy to another file. Can someone please help me figure out how to do this.
John Caballero Posted November 12, 2003 Posted November 12, 2003 You want to do this just get your other files set up or is this an on-going thing you have in mind?
Newbies JoeW Posted November 12, 2003 Author Newbies Posted November 12, 2003 This will be an ongoing thing.
John Caballero Posted November 12, 2003 Posted November 12, 2003 Give us some more information. A potential scenario, please.
Newbies JoeW Posted November 13, 2003 Author Newbies Posted November 13, 2003 Okay so I have one huge master list right now with all of my products on it., these are the stock items essentialy. When someone requests one of these items from the stock pile or one is used I want to be able to note that on the master list. This is now where I am having the problem. There are numerous reasons to take something from the stock pile and when an item is removed it needs to be tracked. So each item that is removed from the stock pile I want to be able to sort it into different files that will track different information depending on why it was removed.
John Caballero Posted November 13, 2003 Posted November 13, 2003 Would it make sense that each time an item is removed from stock, it is transferred (via a script) to a tracking table, along with whatever reason(s) it was removed? Rather than having a bunch of different tables to hunt through, all your removed invetory items would be in one table.
Recommended Posts
This topic is 7738 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