Thank you Joe. It worked like you said. Quick question...when I make changes and the user hits the save button I created, how can I get it to refresh the table when they hit the close button in the dialog window?
________________________________ From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Joe D'Souza Sent: Thursday, December 20, 2007 10:05 AM To: [email protected] Subject: Re: QUESTION: Table ** Rob, On the open window action of the dialog, pass the request ID from the table field into the dialog on the Open action of the dialog, and have an active link that executes on Window Open, and Runs If $OPERATION$ = "DIALOG" which sets all the fields in the dialog where 'Request ID' = $Request ID$ Joe D'Souza -----Original Message----- From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] Behalf Of Rob Cvetkovski Sent: Thursday, December 20, 2007 9:48 AM To: [email protected] Subject: QUESTION: Table I have two forms, Form "A" with a few fields on it - 3 of the fields are Display Only. When the user enters the data into the 3 display only fields and hit a button that I created it pushes those 3 display only fields off to Form "B". This works perfect. Next I have a table on Form "A" that shows the records from Form "B", again this works perfect. What I am trying to do is when the user clicks on a row in the table and below the table they click on a button called "View" I want it to open a dialog window with the data of the record they selected. This is where I am having issues. Any help would be greatly appreciated. Thanks! Rob __20060125_______________________This posting was submitted with HTML in it___ _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"

