R
Rishi
Hi,
First of all, I'm a bit a of a newbie in Access, so if this is a stupid
question, do accept my apologies.
Is there a way that I can design a query which adds data to a table in such
a way that the field (in a form) can be different
In the expression:
INSERT INTO TEST ( Hour)
SELECT [Forms]![Form1]![Even4] AS Expr2
FROM TESTRooster, [scedule];
I want to specify the fieldname in form1 which is calculated:
So [Even4] is the result of a calculation.
In Excel there we have the INDIRECT function.
Is there something like this in Access?
Rishi
First of all, I'm a bit a of a newbie in Access, so if this is a stupid
question, do accept my apologies.
Is there a way that I can design a query which adds data to a table in such
a way that the field (in a form) can be different
In the expression:
INSERT INTO TEST ( Hour)
SELECT [Forms]![Form1]![Even4] AS Expr2
FROM TESTRooster, [scedule];
I want to specify the fieldname in form1 which is calculated:
So [Even4] is the result of a calculation.
In Excel there we have the INDIRECT function.
Is there something like this in Access?
Rishi