How to return a selected row from a datasheet popup form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Sorry if this has been asked and answered, but my two hours searching didn't
find it.

I have a main form that launches a popup form in datasheet view.

I want to be able to have the user click on a specific row in a datasheet
popup form and then return this row to the form that launched the popup so
that I can use some of the data from that record to fill in textbox controls
on the main form.

I don't know how to identify which row in the popup the user has clicked on.

I also don't know how to return that entire row to the calling code.

Any suggestions will be greatly appreciated.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top