verstapp
Programmer
- Jul 20, 2008
- 6
2 tables:
assets: ... [asset id] ...
pvtorecycle: fred
Both fields are text.
Prior to updating certain records in assets i first try to find them using values previously typed into pvtorecycle.fred.
SELECT *
FROM assets
WHERE pvtorecycle.fred = assets.[asset id];
However, when I run the query I get a 'enter parameter value', 'pvtorecycle.fred' dialogue.
Spot the obvious error.
assets: ... [asset id] ...
pvtorecycle: fred
Both fields are text.
Prior to updating certain records in assets i first try to find them using values previously typed into pvtorecycle.fred.
SELECT *
FROM assets
WHERE pvtorecycle.fred = assets.[asset id];
However, when I run the query I get a 'enter parameter value', 'pvtorecycle.fred' dialogue.
Spot the obvious error.