how to show selected record details in other form ?

HI,

I have two forms ,in first form i have claimcode,description fields and i have a button “sitecode” and second form i have claimcode ,sitecode,description

i want to show sitecode details through button .

Note: when i am click on sitecode button ,show the site code details in another form

thanks inadvance

regards,

nivas

There are many ways to do it.You can specify a relation between the two tables and create a menu item for the second form and use that in the first form.

You can get the callers record(from that you can get the claimcode of the record) in the second form and apply a range on the second form data source.