M
Maria
I was trying to create a query that allowed me to add a row of data to
a table like this:
INSERT INTO myTable values("text", 1);
except I want to add data to the end of the table without overwritning
anything and also I want to be able to type in the data manually upon
execuition of the query så the values("text", 1) part isn't ok. I
don't know what to write here.
Is this impossible in query mode? I also tried creating a form but (I
know this is a dummy question but I can't find the answer anywhere) how
do I get the text string that the user types into the text box and alot
this value to a variable that I can use in my append query?
I would be so greatful if you could give me a hand with this!
/Maria
a table like this:
INSERT INTO myTable values("text", 1);
except I want to add data to the end of the table without overwritning
anything and also I want to be able to type in the data manually upon
execuition of the query så the values("text", 1) part isn't ok. I
don't know what to write here.
Is this impossible in query mode? I also tried creating a form but (I
know this is a dummy question but I can't find the answer anywhere) how
do I get the text string that the user types into the text box and alot
this value to a variable that I can use in my append query?
I would be so greatful if you could give me a hand with this!
/Maria