G
Guest
Hello:
I'm a database guy but I don't work with Access so I'm having problems that
doing something that would ordinarily be a piece of cake in the database I
work with. Therefore, I would truly appreciate any help you can provide.
A co-worker created two different tables to store data that should have been
in the same table. The 2nd table was created to record the date when the
stored document was uploaded to the web server. She finally realized all of
the data should be in one table, so now she wants to combine the two tables
into one.I've tried an Append Query and Importing the Data, but I keep
getting error messages.
The main table [Stored_Documents] has a primary key field [I temporarily
removed the primary key because I thougth that was the cause of the problem]
as follows:
AccessNumber [Text]
I modified the design of the table by adding three [3] new fields which are:
Uploaded [Yes/No]
UploadDate [Date/Time]
Comments [Text]
The 2nd table [Scanned_Documents] has the same fields, some of which have
null values such as the Upload Date. The matching field is [AccessNumber]
AccessNumber [Text]
Uploaded [Yes/No]
UploadDate [Date/Time]
Comments [Text]
The goal is to capture the data from the 2nd table [Scanned_Documents] and
add that to the Main Table [Stored_Documents] and then delete the 2nd table
because she will no longer need it.
Robert
I'm a database guy but I don't work with Access so I'm having problems that
doing something that would ordinarily be a piece of cake in the database I
work with. Therefore, I would truly appreciate any help you can provide.
A co-worker created two different tables to store data that should have been
in the same table. The 2nd table was created to record the date when the
stored document was uploaded to the web server. She finally realized all of
the data should be in one table, so now she wants to combine the two tables
into one.I've tried an Append Query and Importing the Data, but I keep
getting error messages.
The main table [Stored_Documents] has a primary key field [I temporarily
removed the primary key because I thougth that was the cause of the problem]
as follows:
AccessNumber [Text]
I modified the design of the table by adding three [3] new fields which are:
Uploaded [Yes/No]
UploadDate [Date/Time]
Comments [Text]
The 2nd table [Scanned_Documents] has the same fields, some of which have
null values such as the Upload Date. The matching field is [AccessNumber]
AccessNumber [Text]
Uploaded [Yes/No]
UploadDate [Date/Time]
Comments [Text]
The goal is to capture the data from the 2nd table [Scanned_Documents] and
add that to the Main Table [Stored_Documents] and then delete the 2nd table
because she will no longer need it.
Robert