I need to have access create a folder on the user's root directory and then copy some files to it. I tried ...
Shell "md c:\test"
I could not create the file. Could someone guide me on this?
Below in Red is what I added to your original code this morning. I think I just can not visual what this code is doing for me. Using this code it produces NO results. I am sure the logic is off, but I know that for instance my line 1 has produced 2 more reels since I first Inserted the table...
http://www.tek-tips.com/threadminder.cfm?pid=183
This is a continuation of the above link.
I have the below query inserting into table tM_FR_WIP_UnitID_FastStops and I would like to have the query JOIN on ENDGROUP and LINE to the table so it can determine whether or not the data is there and...
When I try to execute this Delete query, I get an error asking me to specify which table I want to Delete. I want to delete the data that match Query2 from tM_FR_WIP_UnitID_FastStops.
DELETE tM_FR_WIP_UnitID_FastStops.nLine
FROM Query2 INNER JOIN tM_FR_WIP_UnitID_FastStops ON Query2.EndGroup...
I detected a slight problem with the query. Since the table is too big to test this query, I had to only return data for the past 8 hours. So the query could potentially slice the middle a group of records. (example below) When this happens, your query then detects 2 start times with the same...
I have taken your code and added my insert to a table. I am getting an error on the datatype for nline. I thought it was Integer, but I get an error. Here is my code.
Declare @Data
Table (RowId Integer Identity(1,1),
tRSSQL_TRANS DateTime,
bEND_OF_REEL bit,
nLINE...
I have a unit that will start off with zero or close to zero lbs and when it completes there will be either 1500 lbs or 2000 lbs. During the time it's weight is growing there are things that could go wrong and make the unit stop growing. This is indicated by either a Slow Stop or a Fast Stop...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.