Viewing 11 posts - 1 through 12 (of 12 total)
Do you know how to do it with macro?
November 28, 2012 at 2:55 pm
I have limited knowledge about SQL. Could you guys more specific or give me like a sample to apply?
October 19, 2012 at 11:06 am
Yes and thank you so much. That helps a lot...
September 21, 2012 at 2:52 pm
For example I have 2 table
Table 1 data
id sequence_no deposit number
80210 236 ...
August 7, 2012 at 12:45 pm
For example I have 2 table
Table 1 data
id sequence_no deposit number
80210 236 ...
August 7, 2012 at 12:45 pm
Do you know how to create a procedure for the query? I do it on Excel or SQL
July 16, 2012 at 9:39 am
This is what I'm working on in the query:
SELECT
p21_view_inventory_value_report.[item_id]
,SUM (CASE WHEN [p21_inventory_usage_all_view].year_and_period BETWEEN LEFT(CONVERT(CHAR(8), DATEADD(MM,...
July 10, 2012 at 9:36 am
The data result should look like this
Last 3 month usage (column) Status( column)
0 ...
July 10, 2012 at 9:26 am
Thanks for the response. I don't think that made the issue. I tried to copy yours and it is still not working at all. It keeps saying the problem was...
July 9, 2012 at 10:41 am
Viewing 11 posts - 1 through 12 (of 12 total)