Viewing 15 posts - 856 through 870 (of 1,086 total)
I think that will only match the TOP 2 lnkey's and hence only return those values. I was looking at this last night and having a great deal of difficulty. ...
May 5, 2005 at 10:20 am
Can you post your code? This should work, but there may be something a second set of eyes might catch. [You may want to look at a Trigger for Update and...
May 4, 2005 at 8:57 am
You betcha. I just hope someone else has used this method and has some values to populate your table. That could end up being a long, long list....
May 4, 2005 at 8:43 am
Ooops. I just thought about this and you will have to do a bit more coding on the update to split each word up. You should be able to do...
May 4, 2005 at 7:33 am
I would recommend a function. You can use that to fix your current data and then call it in your code to fix spelling errors from the front-end when the...
May 4, 2005 at 7:22 am
Ron_k, I tried this using a #TempTable (and dropping tblCase since I did not know the data and it looked to be a simple join with a where clause) and...
May 4, 2005 at 7:07 am
tblclinical_record_master.clrec_sysid is the problem. It is unique, yet you are using it in the GROUP BY. Think in terms of using your current SELECT as a sub-select and get the...
May 3, 2005 at 2:25 pm
Frank, I recently had the opportunity to try this on a machine that did not have SP3a. Got the same results...
April 29, 2005 at 7:35 am
Look at this posting: "Need trigger to split 1 filed to 4 (Pages
April 28, 2005 at 4:34 pm
Interesting Remi. Someone else, (I cannot remember who - probably Frank) posted a better direction for my function in its original form and now you have given me another approach. I...
April 28, 2005 at 2:05 pm
This is based upon a table called "AP" with an InvoiceNum field and an update to a CleanInvoiceNum field. See if this will help you.
(Generally, Invoice checking like this...
April 28, 2005 at 12:30 pm
Hopefully not, but either way it taught me something...
April 27, 2005 at 3:46 pm
My head is not in the game on this one! I was rushing out of work and again, misread the posting. You are...
April 27, 2005 at 3:05 pm
Without a WHERE statement, I think you would be UPDATing the entire table...
April 27, 2005 at 1:43 pm
If you pass a value, (even a NULL) to table, then the DEFAULT set on the table will not fire. In other words, TableA has [id], [text], [date] with a DEFAULT...
April 27, 2005 at 12:47 pm
Viewing 15 posts - 856 through 870 (of 1,086 total)