Determine Which Record is Selected

M

Marnie R.

I have a form that displays continuous records. It has
the record selectors displayed also.

I need to transfer selected records to a different table
for use by restricted users.

How do I determine which record(s) is selected, and what
kind of code should I use to do the transfer?
 
P

PC Datasheet

It sounds like you need a Yes/No field named Selected in your source table so
you can select the fields you want on your form. Then you need an append query
based on your source table where the criteria for the Selected field is True to
add the selected records to your table.
 

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

Top