B
Byteguy
I have a table containing membership data for a professional
organization. I was asked to add data that gives the date of a
professional certification. I added the field to the table which is
blank to start with. I was given a list of names along with the
certification dates.
I now have 2 tables to work with--the original with the blank
"certification_date" and a second one that contains the names and the
dates. I wish to use a query to match the names and insert the
certification dates in the main table.
I used the query design mode--chose the "certification_date" field from
the table containing names and dates and told it to update the
"certification_date" field in the membership table.
When I run the query, it tells me that 41 records will be updated. But
nothing happens. I check the main table after I run it and the
"certification_date" field is still blank.
I must be having a brain fart, 'cause I am obviously missing something
here.
Art
organization. I was asked to add data that gives the date of a
professional certification. I added the field to the table which is
blank to start with. I was given a list of names along with the
certification dates.
I now have 2 tables to work with--the original with the blank
"certification_date" and a second one that contains the names and the
dates. I wish to use a query to match the names and insert the
certification dates in the main table.
I used the query design mode--chose the "certification_date" field from
the table containing names and dates and told it to update the
"certification_date" field in the membership table.
When I run the query, it tells me that 41 records will be updated. But
nothing happens. I check the main table after I run it and the
"certification_date" field is still blank.
I must be having a brain fart, 'cause I am obviously missing something
here.
Art