I have a continuous form (actually a sub form, but you get the idea). On each record row I want to put an Edit button that kicks the user to another form.
What I want to do is pass the record ID of the row whose Edit button is clicked. Is there an easy way to tie the each Edit button to its corresponding record, so the record ID lookup process is transparent??
I'm kinda stuck for ideas with this one. I could end up with hundreds, if not thousands of records, so writing code for each Edit button is not feasible.
thanks
L.
What I want to do is pass the record ID of the row whose Edit button is clicked. Is there an easy way to tie the each Edit button to its corresponding record, so the record ID lookup process is transparent??
I'm kinda stuck for ideas with this one. I could end up with hundreds, if not thousands of records, so writing code for each Edit button is not feasible.
thanks
L.