Viewing 15 posts - 4,636 through 4,650 (of 4,814 total)
Another item that may add to your code but might make it a lot clearer...
I never use anything but the . commands within a With statement. I see...
August 14, 2008 at 7:36 am
Why not? SSMA has no reason to care that the server involved happens to be local. At least no reason I can think of, anyway. ...
August 13, 2008 at 11:00 am
Grovelli,
Why do you keep differentiating between "frontend" and "backend" ? If the tables are within the .mdb file, then THAT file IS the Access Database, and that's the...
August 13, 2008 at 8:40 am
One more attempt on my part:
DECLARE @MyHead TABLE
(
Row_ID INT,
Promo_ID INT,
...
August 13, 2008 at 8:13 am
As much as I hate to be the bearer of bad news, I really don't think there's any viable way for anyone to help you out here. The...
August 13, 2008 at 6:41 am
Unfortunately, that's not the result I end up with. I'm unable to refer to any Yes/No field by name. I've long ago given up on using...
August 11, 2008 at 3:40 pm
Jeff,
He appears to just want a copy of the insert, so would replication meet his need, or would that cause problems on speed of "Updation" ?
Steve
(aka smunson)
:):):)
August 11, 2008 at 12:28 pm
Just my two cents, but the OP has consistently NOT provided the exact details of the rules on which the output is based, and instead keeps adding more detail as...
August 11, 2008 at 12:21 pm
I don't know, but you have to remember that there are three separate events for every key pressed. KeyDown, KeyPress, and KeyUp. They occur IN THAT...
August 11, 2008 at 8:48 am
Or this...
CREATE PROCEDURE
TO KILL CURRENT DATABASE
WHEN USER DUMMY
or ...
SET VARYING LENGTH
VALUES FOR UNION INPUT
TO GET UNIQUE DATE
Steve
(aka smunson)
:):):)
August 11, 2008 at 7:50 am
Atif,
Here's an idea, using the concept you started with...
WHEN USER DUMMY
THEN FETCH CURRENT BACKUP AND
RESTORE DATABASE
Steve
(aka smunson)
:):):)
August 11, 2008 at 7:27 am
As for what to do about the space problem, I think you'll have no choice but to make that the first thing you check for on the KeyDown event, and...
August 11, 2008 at 7:06 am
Which software are you referring to when you say "You can only use the License once" ? The software from the DreamSpark site, or a paid for Developer...
August 11, 2008 at 6:40 am
Maybe I shouldn't give up so easily. Turns out the Key Down event DOES FIRE for the DELETE key, so there's likely to be a solution using the...
August 8, 2008 at 2:21 pm
Ok, let's clarify, as I'm a bit confused. I had the impression that your tables were within the Access file (.mdb I presume), so if that's the...
August 8, 2008 at 12:46 pm
Viewing 15 posts - 4,636 through 4,650 (of 4,814 total)