Updating record values

  • Thread starter Thread starter MeSteve
  • Start date Start date
M

MeSteve

If I populate a form using a query result, does that preclude me from editing
the data that is shown in that form?
 
Steve,
No... as long as the query behind the form is "updateable."
A query delivers a recordset... just like a table.
In general use, most folks use a query as the RecordSource for their
forms... as opposed to a table.
--
hth
Al Campagna
Microsoft Access MVP
http://home.comcast.net/~cccsolutions/index.html

"Find a job that you love... and you'll never work a day in your life."
 
How do ensure the query id editable? Does contatenating 2 fields preclude
that?
 

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