J
Jay
I have a database which runs offline, no network
connection.
I need to udate a column with the current employee badge
number right before I take it offline.
So Local table has columns like:
Empl# Badge# info1 info2 info3 info4
The network table has:
Empl# Badge# LName FName
So I want to run and update query that will update all of
the Local table Badge#s based on the Empl# being equal.
Any help would greatly be appreciated.
Thanks
connection.
I need to udate a column with the current employee badge
number right before I take it offline.
So Local table has columns like:
Empl# Badge# info1 info2 info3 info4
The network table has:
Empl# Badge# LName FName
So I want to run and update query that will update all of
the Local table Badge#s based on the Empl# being equal.
Any help would greatly be appreciated.
Thanks