I have added a button to a card and am trying to link tables to my new button field, but not sure how to link gp tables to a field. Then once I do that I want to add the table's field's to parameters for a stored proc that is executed on the button's On_Click Event. I have my stored procedure set up in the onclick event to take input parameters. I just need to figure out how to link gp table's to the field and how to add these new table fields to the parameters in my procedure. Any help would be greatly appreciated. Thanks in advance.