Viewing 12 posts - 1 through 12 (of 12 total)
Thanks for the reply Dev.
I do appreciate everyone's comments.
Cheers - Kirk
May 12, 2012 at 7:48 am
Mike, appreciate the suggestion. I think the first was right as qryUC.serial has the full string and tblAAA.Prefix part of it. Both ways worked, but gave zero output. Maybe...
May 11, 2012 at 8:31 pm
It was that link Lynn, and fair enough too if that's what's needed. Its just the rigid structure for questions, and request to format data as per examples are rather...
May 11, 2012 at 7:13 am
Hi Vinu,
I had a good read of the link you suggested. If anything its put me off asking anymore questions here, what I'm hoping to do doesn't sit with any...
May 11, 2012 at 2:08 am
Uripedes Pants (5/9/2012)
one thing I noticed - if you're using MSAccess, then this lineWHERE qryUC.Lyrics Like "%climb%"
needs to be
WHERE qryUC.Lyrics Like "*climb*"
Yes, but for reasons I know not,...
May 10, 2012 at 6:43 pm
Hi Vinu
I will certainly do so, and update with better if I can.
Try it and you'll see that the people on this Forum are so freakin' smart that they'll come...
May 8, 2012 at 11:58 pm
Thank you, Vinu
>Can you post the table definitions and let us know what you are trying to achieve and on what database platform?
I'm not sure what table definitions to give....
May 8, 2012 at 10:04 pm
Slightly unsure what best to do, I'm well out of my depth here !
> This is the definition of a left outer join which you are already discussing.
That's not really...
May 8, 2012 at 2:20 am
Hi Vinu, I had a look but its a little too advanced for me.
Where has has, e.g.
Select *
From Table1 t1
LEFT OUTER JOIN Table2 t2
ON t1.Col1 = t2.Col2
What are the table...
May 7, 2012 at 11:58 pm
Sure, thanks. But it's still being designed (badly!)
SELECT qryUC.Serial, qryUC.Title, qryUC.Artist, qryUC.Lyrics
FROM qryUC INNER JOIN tblAAA ON qryUC.Serial = tblAAA.Prefix
WHERE (((qryUC.Lyrics) Like "*climb*"));
So it's where instr(qryUC.Serial,tblAAA.Prefix) > 0.
I'm not even...
May 7, 2012 at 9:31 pm
Phil, I'm still finding the inclusion of 'TableName' to be a problem. This may be because I'm using Access, not SQL Server. But it is destined to be used...
April 29, 2012 at 8:38 pm
Thanks for the response, Phil.
I see now using the actual field and table names would have been better.
I'm getting :-
Syntax error (missing operator) in query expression "tblBritburn' Table'.
And the actual...
April 29, 2012 at 3:59 am
Viewing 12 posts - 1 through 12 (of 12 total)