T
Tim
Hi folks,
I need a urgent help on my query. I have Sales and
tblField tables
Sales table have the following field:
Invoice
Code
Amount
IDate
tblField table have the two fields ID and fName.
ID fName
1 Invoice
2 Code
3 Amount
4 Idate
I created the following query but it didn't work:
SELECT [Sales].[(Select fName from tblField where ID =
[Enter ID])] AS Expr1
FROM Sales;
Could anyone help me to fix the query?
Any help will be appreciated.
Tim.
I need a urgent help on my query. I have Sales and
tblField tables
Sales table have the following field:
Invoice
Code
Amount
IDate
tblField table have the two fields ID and fName.
ID fName
1 Invoice
2 Code
3 Amount
4 Idate
I created the following query but it didn't work:
SELECT [Sales].[(Select fName from tblField where ID =
[Enter ID])] AS Expr1
FROM Sales;
Could anyone help me to fix the query?
Any help will be appreciated.
Tim.