D
DDTrx2004
My database contains patient information. I have two tables. One main table
with all the patients' records and various info/fields, and then another
table with a subset of patients and different info/fields. I tried to run an
update query so the information on the subset would be tranfered to the
appropriate rows for those patients in the main table. Below is a
description of what I tried, but it did not work. I keep getting an enter
parameter box and the query will not run.
-In the query I joined the two tables by patient number and transplant date,
since this info is in both tables, and I assume this will let the porgram
know which records to update.
-I made the query of the fields that contained the information to be copied
to the main table. I changed the table name under the info to be copied from
the subset table name to the main table where it is to be copied.
-I used the [tablename].[fieldname] so the query would know what info to
update and from where.
-When I try to run the query I keep getting an enter parameter box and I
don't know why.
The enter parameter box also keeps showing up when I try to do calculations
in other queries using the [] expression for subtracting fields.
Any help will be greatly appreciated.
Thank you
with all the patients' records and various info/fields, and then another
table with a subset of patients and different info/fields. I tried to run an
update query so the information on the subset would be tranfered to the
appropriate rows for those patients in the main table. Below is a
description of what I tried, but it did not work. I keep getting an enter
parameter box and the query will not run.
-In the query I joined the two tables by patient number and transplant date,
since this info is in both tables, and I assume this will let the porgram
know which records to update.
-I made the query of the fields that contained the information to be copied
to the main table. I changed the table name under the info to be copied from
the subset table name to the main table where it is to be copied.
-I used the [tablename].[fieldname] so the query would know what info to
update and from where.
-When I try to run the query I keep getting an enter parameter box and I
don't know why.
The enter parameter box also keeps showing up when I try to do calculations
in other queries using the [] expression for subtracting fields.
Any help will be greatly appreciated.
Thank you