On Wed, 5 Nov 2008 16:35:02 -0800, Nona <(E-Mail Removed)>
wrote:
>Is there a way to add a new record with values for specified fields for
>every patient in the database that meets certain criteria?
>
>For instance, for every patient who has a funding source of 90056, I'd like
>to add a record that would give the field called Units a value of "12" and
>the field called Status a value of "Approved."
>
>Thanks for your help with this.
An Append query would do the job. You don't post any details of your table
structure and you don't say which table contains the funding source and which
table should get the new records, so I can't be specific, but base an append
query on the table containing the funding source (with a criterion of 90056),
and append to the new table, appending a literal 12 into the Units field.
--
John W. Vinson [MVP]
|