Viewing 15 posts - 2,041 through 2,055 (of 6,486 total)
bpowers (1/14/2009)
I was, but from your post it sounds as if it is not possible. I'm learning as I go.
If it's within a view - then you're looking for the...
January 14, 2009 at 1:50 pm
dlongnecker (1/14/2009)
The pain to wordcount ratio on that post was obscene.
Welcome to the team! It starts going down hill from here!!!!:P
January 14, 2009 at 1:13 pm
unfortunately - that's a change that is slated to be introduced into some "Future version of SQL Server". As in - at some point, those will be REQUIRED as...
January 14, 2009 at 12:39 pm
I don't disagree that we're no doubt dealing with different scenarios. I was merely pointing out there (as always) are many ways to skin the proverbial cat. I...
January 14, 2009 at 12:36 pm
I'd look at implementing the good ole' crab trap technique. In short - operate with 2 structurally identical DB's. One is the one the users can enter into,...
January 14, 2009 at 11:46 am
Sounds more like different techniques than expectations. There are plenty of things to do to protect users from themselves, preventing the accidental edits, etc..., but without losing the bound...
January 14, 2009 at 11:39 am
Keep in mind that if you the Id you are outputting is an identity column, specifying an ORDER BY during the insert will give you a predictable order for the...
January 14, 2009 at 11:15 am
This should get you started.
http://msdn.microsoft.com/en-us/library/ms152543.aspx
(that's the 2008 version of the article - but the 2005 is a direct link at the top).
January 14, 2009 at 11:08 am
Also - might be worth taking a look under the Surface Area Configuration. Even with Express - the default setting is to NOT allow remote connections to your DB...
January 14, 2009 at 11:03 am
Off 2007 is worthless from my point of view. I have been using Access 2003 for the longest time.
I think the point is - I don't necessary want to...
January 14, 2009 at 9:59 am
All right - I'll be the fly in the ointment. I have to say - it's actually NOT the responsibility of the employees in the early stages of a...
January 14, 2009 at 9:30 am
I have to say - I don't agree with that at all. The point of even bothering to use Access, is that it actually uses BOUND controls. If...
January 14, 2009 at 8:54 am
The issue is that I am not sure what you're trying to go for. Could you mock up some data to show us what it is you're trying to...
January 13, 2009 at 6:33 pm
Tracey - I'd actually look at an Access startup script to drop and re-add your linked tables based on which server is "up" at the time. There were several...
January 13, 2009 at 4:15 pm
twdavis (1/13/2009)
But to use a have you need to be aggregating something and I am not?is this correct?
MAX is an aggregate.
January 13, 2009 at 4:00 pm
Viewing 15 posts - 2,041 through 2,055 (of 6,486 total)