Viewing 15 posts - 16 through 30 (of 31 total)
ah hah! I was trying to make it more difficult than it was thanks!
September 2, 2004 at 7:03 am
Thats it! thanks for all your help guys And it worked better yes, by just running the query as a stored procedure and calling...
August 11, 2004 at 9:22 am
Hey Phil...when I run this it is asking me to declare r and c.....says variables not declared. What and where do I declare them?
kristin ...
August 11, 2004 at 7:55 am
Hi Phil thanks for the reply..
1. The link between records and chains is the specimenID...actually, it is the field I would like to use to...
August 10, 2004 at 8:02 am
Not doin so good hahahah. now I get this:
################Butalbital#######################Methamphetamine###################
here is the query now..
SELECT records.result, company.company,
records.firstn + ' ' + records.lastn AS DONOR,...
August 6, 2004 at 1:16 pm
ok, here is my query and the results I get????
SELECT records.result, company.company,
records.firstn + ' ' + records.lastn AS DONOR, records.donorid,
records.collecteddate, records.reason, records.lab,
records.speciminid,
REPLACE(REPLACE(ISNULL(records.amphetamine,...
August 6, 2004 at 11:00 am
tells me isnull requires two arguments????
what does that mean?
August 6, 2004 at 10:36 am
hmmmm, the results still just all run together like:
MethamphetaminePhencyclidineOpiates
here is what I did...
SELECT records.result, company.company,
records.firstn + ' ' + records.lastn AS DONOR, records.donorid,
records.collecteddate, records.reason, records.lab,
...
August 6, 2004 at 10:09 am
I got it to work....but by using Like ? Doesn't seem to care about upper and lower case, it is returning everything regardless. Then in my vb command trailing the...
July 12, 2004 at 9:51 am
I'm trying not to build the query in VB.... Any idea how to use the wild card with a variable in SQL??? Or how exactly would I use the
"WHERE...
July 9, 2004 at 5:02 pm
So not letting me send you an email..... here is mine.
kstariha72 at msn.com
July 8, 2004 at 1:37 pm
you're my hero going to shoot you an email right now...
kristin
July 8, 2004 at 1:31 pm
HAH! oh my god, this is way over my head Isn't there a simple way to do this? We get like 300 faxes in...
July 8, 2004 at 12:10 pm
Hmmmm, ok, but where am I when I'm saving this file? I need to create a vb interface to save the file to the table. do I hook this code...
July 8, 2004 at 12:06 pm
I'm not scanning the images in, but they are coming in off of a fax server. And I'm trying to make this application EASY EASY for the girls here in...
July 7, 2004 at 4:29 pm
Viewing 15 posts - 16 through 30 (of 31 total)