Viewing 9 posts - 1 through 9 (of 9 total)
Yes, it works now. For some reason I didn't see the messages the first time I ran it. Sorry for the confusion and thanks for your help.
April 16, 2009 at 8:55 am
Got it....was missing parentheses.
This works
DECLARE @a INT
SET @a = (SELECT MAX(MasterID) FROM table)
November 6, 2008 at 2:12 pm
Thanks for all of these ideas. They've helped me narrow the scope of what I need. I'm most interested in the amount of time that machines take to...
November 3, 2008 at 11:10 am
Being a programmer in the food sector is working well right now. People seem to be buying more of our products in these hard times...maybe going out to eat...
October 17, 2008 at 6:55 am
That's a good thought smunson, but for now I know that the table is referenced in several queries so I want to make it available.
Thanks
July 23, 2008 at 8:23 am
There error is:
Syntax error (missing operator) in query expression "Saturday' UNION ALL SELECT 2'.
I did some more reseach and found some posts that said Access does not support multiple records...
July 22, 2008 at 6:27 am
Works! I didn't know how to get the parameters to work in the "where" if they weren't fields. Thanks.
🙂
July 11, 2008 at 12:32 pm
Thanks, but @ReportType is a value being passed in from the user. It's not a field in the Catalog table. Each type of report queryies the same table,...
July 11, 2008 at 10:49 am
Thanks for the advice. I've had the mindset of doing as much as I can in one stored procedure, but maybe in this case I should divide it.
Thanks
July 11, 2008 at 10:21 am
Viewing 9 posts - 1 through 9 (of 9 total)