Newbies daveswaves Posted February 18, 2007 Newbies Posted February 18, 2007 I know this should be simple, but I'm a complete beginner. The Sellers layout (form view) displays a record from the Sellers table (3 fields: SellerID, Address, AuctionDate). The form has a button linked to a script that takes me to the Lots layout (table view). The Lots layout displays the Lots table (4 fields: SellerID, Price, LotNo, LotName). The problem I'm having is this. I only want the lots of the current seller to be displayed - if the current SellerID equals 46 (Sellers layout) I only want the lots with same SellerID to be displayed on the Lots layout. What code do I need to use in my script to achieve this? Thank you for any help. daveswaves.
aldipalo Posted February 18, 2007 Posted February 18, 2007 Not sure about 7. In Ver 8+ you would use "Go To related Record." If you have this command in your script language that should do it. Of course you have set a relationship between Seller table and Lots table using Seller::sellerID=Lots::sellerID? HTH
Newbies daveswaves Posted February 18, 2007 Author Newbies Posted February 18, 2007 This is exactly what I needed. Thank you. daveswaves.
Recommended Posts
This topic is 6490 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