G
Guest
I am using an update query to make demographic information updates to my
client table ("tlbClient"). The source for updates is "tblClientCurrentData"
which is populated from an text file import from a separate database that is
kept current by my company staff. Rarely client names change so I would like
to include this field in my update query but I would like to be notified if a
name is being changed as a result of the update query so that I can make sure
there isn't an error. When I run an update query, it appears that all of the
records are "updated" even if no change actually occurs. How can I have the
program distinguish if there is a change happening in the tblClient table
name? Thanks for any help.
client table ("tlbClient"). The source for updates is "tblClientCurrentData"
which is populated from an text file import from a separate database that is
kept current by my company staff. Rarely client names change so I would like
to include this field in my update query but I would like to be notified if a
name is being changed as a result of the update query so that I can make sure
there isn't an error. When I run an update query, it appears that all of the
records are "updated" even if no change actually occurs. How can I have the
program distinguish if there is a change happening in the tblClient table
name? Thanks for any help.