Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: smuthcrmnl777
  • Content: Threads
  • Order by date
  1. smuthcrmnl777

    using SHELL to create a folder

    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?
  2. smuthcrmnl777

    Reel Data groupings need improvement

    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...
  3. smuthcrmnl777

    Delete query gives error from JOIN

    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...
  4. smuthcrmnl777

    Creating a Stored Procedure to group data together

    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...
  5. smuthcrmnl777

    WORD: Message appears to refresh data on load

    I have an external data source that is refreshed when the Word doc opens. The problem I am facing is that Word asks the user if it is OK to load the data and to press YES to continue. I would like this message to never appear. How can I do this?
  6. smuthcrmnl777

    last record on continuous form

    I have a continuous form that when I open the form it goes to the last record. It does everything I want it to do except I would like for it to go to the last record without placing the last record at the top of the screen. I would to have it go to the last record and have the record displayed...
  7. smuthcrmnl777

    sync time with time server

    I have a bunch of computers that are networked bound, but are not bound to a domain. My problem is that every once in awhile, the time on the computers are off or they slowing change. I would like to do a simple net time /set /yes, but the "/set" does not understand where the time server is...
  8. smuthcrmnl777

    auto detecting a static IP address

    I use a static IP address for a computer I have on the shop floor. The IP Address for the network jack on the wall will never change. I have to manually type in the IP address for that computer. If that computer should happen to fail and I have to replace it, Is there a way to have the...
  9. smuthcrmnl777

    creating code that will deciphers multiple records and groups them

    I have some data that some engineers would like to work with, but it is very time consuming to compile what they need. I have a machine that will stop because of a problem within that machine. Then the operator will fix the problem and then start the machine up again. I have numerous...
  10. smuthcrmnl777

    normalizing data

    Is there a way to take this query and normalize it? I have approximately 15 elements that are tested and display a result along with 15 lower specs and 15 upper specs. I would like to take the results and pile them on top of each other therefore creating a Results, Lower Spec and Upper Spec...
  11. smuthcrmnl777

    syntax error on Filter

    I can not get this code to work. I am getting a syntax error, but I am not sure what I can do to fix this. Me.Filter = [Date] = "Between '&[forms].[fM_ScrapControl].[start]&' And '&[forms].[fM_ScrapControl].[end]&'" Me.FilterOn = True Thanks very much!!
  12. smuthcrmnl777

    stored procedure taking too long to execute.

    I need to create a trigger when data is present in a particular table. There is only one record in this table. I know how to set up the trigger and have it run some code, but what I need is someone to tell me how I can make my stored procedure (code below) execute faster. For every elemnet...
  13. smuthcrmnl777

    converting Access command line to SQL

    In MS Access, I can create this command line. Right([Product name],InStr([Product name],',')+3) Is there a way to reproduce this in SQL?
  14. smuthcrmnl777

    using an IIF or IF in an SQL view

    In SQL, I would like to create a view that I have a simple IF or IIF command in the field name. I know how to create If statements in SQL and I know how to create IIF statements in MS ACCESS, but I need to have a field name test a criteria and then displaying the correct data when the view...
  15. smuthcrmnl777

    open a shortcut in a new window

    I have created a shortcut that allows me to view the files on a networked computer. How can I modify the shortcut so when I double click it, it will open in a new window? When I hold the shift button down and double click the shortcut, I get a new window. Any thoughts? Thanks!!
  16. smuthcrmnl777

    how to maximaize application when executing

    What is the command line to ensure the Access application maximizes on open? I am using the HAL.exe as a scheduling agent. When I have HAL.exe open an application from the autoexec, it keeps the application minimized on the windows task bar. I need this application to be maximized. Now I am...
  17. smuthcrmnl777

    Using Access to understand external devices

    When I plug my mp3 player or my memory stick into the usb port there is a specific drive letter assigned to the port. Is there a way for Access to understand which drive letter the external device has been plugged into. I do not want to limit the user to only plug the device into a certain...
  18. smuthcrmnl777

    create a query to list files from folder

    Is it possible to have a query that would list all of the files in a folder location. I would like to build a hyperlink that looks up this list. Please just point me in the right direction.
  19. smuthcrmnl777

    media players in ms access

    Does anyone know if you can embed a media player into a form so when a user selects a media that it can be viewed from the form?
  20. smuthcrmnl777

    Maint SU program to allow new computers on the production floor

    I would like to create kind of a setup program for my maintenance dept so that when a new computer is issued for a production line they can easily set up the computer without going to me or IT for help. What I would like to do is have maintenance pick up the computer that needs to be set up...

Part and Inventory Search

Back
Top