apply data to all records

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

Guest

I am trying to figure out how to apply a data from a list box and have it
apply to all records in a form.
 
greghil said:
I am trying to figure out how to apply a data from a list box and have
it apply to all records in a form.

If you want to fill in a field in all the records in a table, you can
use an update query.

If you want to pre-populate fields of a new record, then you would
normally use the default value feature in the table design.

I am not sure what you really want to do and why you want to use a form
to do it.
 

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