G
Guest
I am trying to use a form to save entries to table.
The statement I used were as follows.
INSERT INTO Factrial
SELECT ENTITY_IDENTIFIER AS ENTITY_IDENTIFIER
FROM Form1;
I have a command button on the form which when clicked runs the query.
However the error message reads "can't find table or query named 'Form1 ".
How do I deal with this ? how can I make my query take input from a form and
store it in a table ? Appreciate your help.
The statement I used were as follows.
INSERT INTO Factrial
SELECT ENTITY_IDENTIFIER AS ENTITY_IDENTIFIER
FROM Form1;
I have a command button on the form which when clicked runs the query.
However the error message reads "can't find table or query named 'Form1 ".
How do I deal with this ? how can I make my query take input from a form and
store it in a table ? Appreciate your help.