Miltomatic Posted March 4, 2008 Posted March 4, 2008 Hello everyone I am a complete novice trying to design a database to control the distribution on stock between 7 locations. One field in the database, which is there for my benefit, is a sequential number which increases by one with each new record. Each location also needs their individual stock allocation to be numbered sequentially. How do I design a second field, which will take the last number used for any location and add 1. Any help, advice or a pointer to a specific url or tutorial would be gratefully received. Thanks in advance. Milt
IdealData Posted March 4, 2008 Posted March 4, 2008 Did you look at the help system yet? Also there are some sample files with your FM installation - look at those for some ideas.
comment Posted March 4, 2008 Posted March 4, 2008 Create another table for locations, with a similar auto-entered serial number. To assign a stock item to a location, pick the LocationID from a value list. Relate the two tables by matching the common LocationID value.
Miltomatic Posted March 4, 2008 Author Posted March 4, 2008 Thanks very much for that - a lot of what you say has gone over my head, but, now that I have a goal, I can read, research and learn. Many thanks Milt
comment Posted March 4, 2008 Posted March 4, 2008 That's the right spirit. Here's a simple file that shows what I meant. Locations.fp7.zip
Recommended Posts
This topic is 6168 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