Viewing 15 posts - 16,516 through 16,530 (of 18,926 total)
Np... have the same problem in Access, when one syntax fails, try another
.
June 20, 2005 at 2:12 pm
Let me rephrase. It's very simple for a diplomed programmer
.
Anyways, here's an exemple of an insert/update/delete/select procs that you will need for...
June 20, 2005 at 2:10 pm
You need to buy a book for this. I would strongly suggest that you follow a basic sql server course to get you started. You have too much...
June 20, 2005 at 1:52 pm
They preffer scrolling through 1000s of rows and a few dozen columns to find data instead of doing 2-3 simple clicks and seeing only what they need????
Are you sure you...
June 20, 2005 at 1:48 pm
Ouch... is it possible to see such a query?? I've never seen one that big
.
June 20, 2005 at 1:46 pm
Tx... it's true that I try to drive the point home, hard, at times
.
June 20, 2005 at 1:45 pm
Have you tried rewriting it as
For each Task in ...
next
??
June 20, 2005 at 1:42 pm
So true... wasn't that quote from Boston Public or another show?
June 20, 2005 at 1:41 pm
It's hard to tell wether or not the design is wrong... But 50 tables views!! for a single query seems like a lot to me.
Is there anyway that you could...
June 20, 2005 at 1:37 pm
Is it possible that you only have and item with id 0?
What did you find out when running this in debug mode?
June 20, 2005 at 1:31 pm
Seems very simple. You'd have one or two tables containing the form info. Then you need one proc to insert the new data, one more to update the...
June 20, 2005 at 1:28 pm
Since when are you repeating yourself Noeld??
[Edited]
Much better
.
June 20, 2005 at 1:23 pm
Let's start from the beginning.
What info are those tables containing and what info do you want the query to show (with sample data for the query)?
June 20, 2005 at 1:22 pm
Viewing 15 posts - 16,516 through 16,530 (of 18,926 total)