March 9, 200718 yr Newbies I'm trying to create a database to track customer repairs for my company. So far I have created a customers table (similiar to a contacts style), and a defectives table (for each defective item). What I would like to do is to have the defective items for each customer to be displayed in a portal below the contact information (which I somewhat have worked out). I'm using a unique customer number to link in the defective items for that customer. The problem is that I would like to be able to click on one of the items in the portal of defectives and then have that link to the actual item on the defectives table. How would this be possible? Sorry if this is obvious to some, I'm learning on the fly with a lot of this and any help would be great. Thanks in advance. Trevor
March 9, 200718 yr Use a Go to Related Record script step on a button IN the portal. You can make the a field a button if you like.
March 9, 200718 yr Put a button in the first portal row that Goes to the related record in the other table. Make sure the button is within the portal row. HTH
Create an account or sign in to comment