Can anyone help me what is wrong with this code?
INSERT INTO tblMeterInformation ( Designation, PrimaryAmps )
SELECT [Meter Information].[Designation], [Meter Information].[PrimaryAmps]
FROM [Meter Information]
WHERE [Meter Information].[MeterNumber] = [tblMeterInformation].[MeterNumber];
I am new to Access, this kind of code works in Oracle but don't know why it is failing here.
Thanks for your Help.
Mallinarc
INSERT INTO tblMeterInformation ( Designation, PrimaryAmps )
SELECT [Meter Information].[Designation], [Meter Information].[PrimaryAmps]
FROM [Meter Information]
WHERE [Meter Information].[MeterNumber] = [tblMeterInformation].[MeterNumber];
I am new to Access, this kind of code works in Oracle but don't know why it is failing here.
Thanks for your Help.
Mallinarc