I have two tables, Owner (ownerid - prim key) and Vehicle (vehid - prim key).
I populate a grid of Vehicles based on owner (owner can have many vehicles). In the grid, I have a link to edit/add to the vehicle. In edit mode, the ownerid is displayed.
What I want to happen - is when I add a new vehicle, I want auto populate the new vehicle record ownerid for the one in the edit form.
Any suggestions on how to do this?