Robert Collins Posted March 10, 2009 Posted March 10, 2009 (edited) I have a 'product waitlist' table that holds the following fields: Record id (auto enter serial number) Creation Date (auto enter creation date) Creation Time (auto enter creation time) Customer name Product wanted (via a drop down value list) I would like to have a field called 'position' which shows the customers position on the waitlist based on what product they are waiting for- this will have to be relative to the date and time the record was created. When the customer collects the product , the record will be deleted so it needs to be able to recalc when this happens. Any ideas on how I go about this? thanks Edited March 10, 2009 by Guest
Osman Posted March 10, 2009 Posted March 10, 2009 sort the records desc. by date and time then record number is position, If you want to store positions use replace records command.
comment Posted March 10, 2009 Posted March 10, 2009 See if this helps: http://fmforums.com/forum/showpost.php?post/317490/
Robert Collins Posted March 16, 2009 Author Posted March 16, 2009 thanks, that example was very helpful and I have managed to modify it to solve my problem.
Recommended Posts
This topic is 5790 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