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 Mike Lewis 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: *

  1. shauntck

    Take a screenshot in VBScript?

    Does anyone know how I might be able to capture a screenshot in VBScript. A snippet of code would be very helpful. If its not possible then how would one do it in Visual Basic Thank you in advance! -Shaunt
  2. shauntck

    Application - which technology questoin

    Hey guys, i'm looking to write an a client/server application and I need a little help deciding what technology to use. Basically the application has to take screen shots of a PC and send it to a database on a server. Any ideas how I should approach this? I'd like it to run as an icon on the...
  3. shauntck

    Setting up Access Security for a database on a network

    yes, that is something i had considered. I didn't realize that there was a solution like that. So what, you add a record to the database for the username and then compare username upon change or something like that? or is there a standard way that takes care of it easier? -Shaunt
  4. shauntck

    Setting up Access Security for a database on a network

    scratch that last question, it does work. The problem is i don't need the windows username necessarily. I need the name that I logged into Access using (which is hard coded in the shortcut to the database) Thanks for all your help so far. It is much appreciated! -SHaunt
  5. shauntck

    Setting up Access Security for a database on a network

    Patrick, quick question... i'm trying to get the username of the person logged in to the access database in a form. This statement should get me the username i thought however, it is not working correctly. Do you know of another way to do this? sUser = VBA.Environ("USERNAME") Thanks, -Shaunt
  6. shauntck

    Setting up Access Security for a database on a network

    Patrick, I think that will work for creating a shortcut to the database however, i need to have shortcuts to the specific forms in the database. Is there a way to create the shortcut to the form itself and still give it the security argument? I also need it to load the form and if possible leave...
  7. shauntck

    Setting up Access Security for a database on a network

    Hey guys, i have an access database on a network and need to set up restrictions. I have done this and on my PC everything works fine however, when I go to another computer and attempt it complains the user doesn't have access. Any ideas how I can solve this? Thanks for your help! -Shaunt
  8. shauntck

    SQL Query Group by help!

    Thanks man, you are very good at your SQL =) -Shaunt
  9. shauntck

    SQL Query Group by help!

    yep thats exactly right! Thanks a lot. Now I'm trying to get the distinct equipments and salesords to display also. i was thinking this: SELECT distinct a.equipment, b.salesord FROM zeqld where a.equipment in (SELECT b.equipment FROM zeqld b GROUP BY equipment HAVING...
  10. shauntck

    SQL Query Group by help!

    Hey guys, i've got a table zeqld(key, equipment, salesord, material). There are duplicate equipments and salesords. I need to do what seems to be a simple thing although I'm not familiar with how exactly do it. I need to get all equipments that have more then 1 salesord. In essence, here is an...
  11. shauntck

    SQL Query Help -Multiple Joins?

    Hey guys, i've got basically 5 tables for this query. Basically I want all records from Table A and if Tables B, C, D, E have the corresponding key i want those records also. However, sometimes I will have records in B but not C, and vice versa ..or C and D...etc. So i think I want Table A...
  12. shauntck

    select record from query within form - post to another form

    Hey guys, I want to run a query and select a record from that query and have it load a form i created with the data populated(according to that record). I know I need a 2 forms (1 of them with the query in it and the other taking in a record as a parameter. Does anyone know how to pass a...
  13. shauntck

    Query that Loads a specific Form

    i don't think you are understanding my question. I want to see a list of rows by executing a query. And some how select one of the rows which would load a form will all that selected row's contents so that I could modify it. How does one go about doing this?
  14. shauntck

    Query that Loads a specific Form

    can you be a little more specific as to how to set this up? i'm a little new to access.
  15. shauntck

    Query that Loads a specific Form

    Hey guys, I'm looking for a way to query a bunch of records and some how double click (or select and push a button) and have that pull up the corresponding record in a form i created. Anyone have any good ideas as to how I should do that? As far as I know you can't have queries load forms -...
  16. shauntck

    Query Loading Form?

    Anybody have any advise as to how to go about doing this??? thanks, -Shaunt
  17. shauntck

    Query Loading Form?

    Can you be a little more specific? I'm somewhat new to access and I don't understand what you are saying. Thanks, -Shaunt
  18. shauntck

    Query Loading Form?

    Hey guys, i'm looking to run an access query and some how double click or select a row and push a button that will pull up a form that i created with that record loaded. Is there a way to do this? -Shaunt
  19. shauntck

    Default form to empty record?

    Hey guys, i'm not much of an access guru yet. Was wondering if anyone knows how to default a form to load a blank record ready for input but still allow you to search through the other ones if needed. Thanks, -Shaunt

Part and Inventory Search

Back
Top