4 Dec 2007 at 14:34 #1 dominatrix1 dominatrix1 Associate Joined 10 Jan 2006 Posts 483 WHEN YOU ENTER DATA IN SQL VIEW WHERE TO YOU ENTER IT?? sorry about caps
4 Dec 2007 at 15:55 #2 SiriusB SiriusB Soldato Joined 16 Dec 2005 Posts 14,443 Location Manchester As far as I understand them, you can't insert values into a view. They are the result of one or more tables combined.
As far as I understand them, you can't insert values into a view. They are the result of one or more tables combined.
4 Dec 2007 at 16:19 #3 RockLobster RockLobster Associate Joined 2 Sep 2007 Posts 2,001 I think he means in Access, you can but you need to use Insert statements.
4 Dec 2007 at 17:00 #4 SiriusB SiriusB Soldato Joined 16 Dec 2005 Posts 14,443 Location Manchester Ahh, my bad. Only familiar with MySQL. I shall avoid posting in this thread
5 Dec 2007 at 13:38 #5 dominatrix1 dominatrix1 Associate OP Joined 10 Jan 2006 Posts 483 in what line do ou insert the the statemants, in a new query??
5 Dec 2007 at 14:54 #6 Haircut Haircut Soldato Joined 18 Oct 2002 Posts 3,926 Location SW London If you want to enter data in SQL view you would write a SQL INSERT statement and run that as a query.
If you want to enter data in SQL view you would write a SQL INSERT statement and run that as a query.
5 Dec 2007 at 15:37 #7 dominatrix1 dominatrix1 Associate OP Joined 10 Jan 2006 Posts 483 ok i can enter one piece of data but what do i do if i want to add another piece on the row below?
5 Dec 2007 at 16:25 #8 Haircut Haircut Soldato Joined 18 Oct 2002 Posts 3,926 Location SW London AFAIK you can only enter one statement at a time in SQL view, so you're limited to adding one row at a time. Why do you actually want to do this anyway?
AFAIK you can only enter one statement at a time in SQL view, so you're limited to adding one row at a time. Why do you actually want to do this anyway?