Viewing 15 posts - 16 through 30 (of 42 total)
can i just make parse out the date, and not worry about the time? that makes sense i think.
November 7, 2002 at 4:06 pm
okay, i figured out another way to do it. apparently you can't use an OR in a WHEN clause, or if you can, the syntax is different
November 6, 2002 at 11:00 am
Here is a much-abridged version of the code:
update TEMPTESTDATA
set Accession# =
Case Accession#
when Substring([TEMPTESTDATA].[LAB_Accession_Num],2,2) = '02'
or Substring([TEMPTESTDATA].[LAB_Accession_Num],2,2)...
November 5, 2002 at 3:30 pm
SQL keeps rejecting the expressions in the WHEN clause. If I put a value in WHEN, it works; but I need it to be a logical expression.
Any...
November 5, 2002 at 2:45 pm
the unique constraint did the trick. thanks
October 11, 2002 at 4:48 pm
The field "A_Number" in the table "C_Cases" should not allow a value unless the same value appears anywhere in the field "A#" in the table "T_Data"; but "T_Data" is not...
October 8, 2002 at 1:38 pm
no. how can i do implement explicit transactions?
September 25, 2002 at 5:44 pm
Can you tell me how to figure out which MDAC package I have? It's whatever came with the OS.
Anyway, the tables are all fully indexed, and I do have...
May 29, 2002 at 5:07 pm
The tables are linked. Eventually, when some other projects wrap up, I will replace most of the Access stuff with more functional SQL Procedures, but I don't have time...
May 29, 2002 at 1:07 pm
That makes sense. For data warehousing.
I do have a lot of joins thta I have to do, because of how well normalized my databases are. I am...
April 30, 2002 at 6:42 pm
Viewing 15 posts - 16 through 30 (of 42 total)