Microsoft
Software
Hardware
Network
Question : Microsoft Access Module - Append table to another
I have used this in a module
With DoCmd
.RunSQL "INSERT INTO Table2 SELECT * FROM Table1"
End With
and it takes everything from table 1 and puts it in table2.
How do I go about this if the fields are named differently
Table1 field is called Status and i want to put this field in Table2 called daytimeStatus
I am not sure on how to put the names.
Answer : Microsoft Access Module - Append table to another
Hello Pdeters,
Something like this:
With DoCmd
.RunSQL "INSERT INTO Table2 (Field1, Field2, Field3) SELECT FieldA, FieldB, FieldC FROM Table1"
End With
Regards,
Patrick
Random Solutions
Validate Month & Year Field on Form
mysql utf8
RDP 7 Audio Compression - Latency
SharePoint logs me in as "System Account"
DNS name resolution problems using IE or Firefox. Works when FQDN is used.
Calculating percentage...
Microsoft Exchange Mailboxes
Calendar Column in DGV
SCVMM 2008 Deployment
Export or download file from embeded resource Silverlight