rome33 Posted February 9, 2006 Posted February 9, 2006 (edited) Hi Each item in my database has 2 play names with 1-10 points each. However, I can't get the second name to have its own point system. I am not sure how to set the relationships so each play name works separately. here's three separate database files and another file that does sort of the same thing in one file. I don't really get relationships very well. Anyways, if someone could point me in the right direction for the second play name, that would be great. You can log in as guest. TEST_dbases.zip Edited February 10, 2006 by Guest
overrider Posted February 11, 2006 Posted February 11, 2006 (edited) can you explain better what you want to accomplish? what means play? player or like rolling a dice play? in case i do have understood you right, you could do the following relationship wise: item_db(id {auto_entered_serial}) --> play1_db(id) item_db(id {auto_entered_serial}) --> play2_db(id) now you could make a portal on a layout residing in the item_db to show records created for those items. and sum the points given for both using a calculation field. Edited February 11, 2006 by Guest
Recommended Posts
This topic is 6918 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