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 strongm 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: dupas
  • Order by date
  1. dupas

    New to VBA, Please help!

    Thanks for all of your help... I got it to work by doing this... Option Compare Database Dim str As String Private Sub cmdOne_Click() str = str + "1" txtAmountRcvd = str End Sub If you would like to see the whole code I can post it.
  2. dupas

    New to VBA, Please help!

    What Im trying to do is the following: (standerdBurgerButton = 1.99) * (numeric pad situation) + ENTER = subtotal and/or (deluxeBurgerButton = 2.99) * (numeric pad situation) + ENTER = subtotal and/or (smallFriesButton = .99) * (numeric pad situation) + ENTER = subtotal and/or...
  3. dupas

    New to VBA, Please help!

    This is my code......................... I wish I could give you an image on what I designed... Option Compare Database Private Sub cmdOne_Click() txtAnswer = 1 End Sub Private Sub cmdTwo_Click() txtAnswer = 2 End Sub Private Sub cmdThree_Click() txtAnswer = 3 End Sub Private Sub...
  4. dupas

    New to VBA, Please help!

    That is the concept Im trying to do but I dont know how to do the code for it....
  5. dupas

    New to VBA, Please help!

    Here is what Im trying to do in Access: I created a few command buttons that have the number 1, 2, 3, 4 on it, like a keypad or a calculator. When I press the button I want it to give a value (constant) of 1, 2, 3, 4, etc. At the same time if I press 1 and 4 on the keypad, Id like it to...
  6. dupas

    Printers

    Im trying to remove printers from users PCs by using a VBScript. I know how to create one to add printers but not to remove them. The problem is Im not sure what printers they have on their PC so is there a way to remove a printer and if it isnt there to skip it and go to the next? We changed...
  7. dupas

    Group Policies

    hunterdw: I actually did what you showed before I came posted this question and it didnt work. It allowed me to connect to machines that had users that were logged on with admin rights. thought it didnt allow me creat a new policy.
  8. dupas

    Group Policies

    I want to open the port of 5900 on every PC I have in my domain but I dont want to have to go to each PC to do so under the windows firewall. Is this possible?
  9. dupas

    Wireless Network Design

    I was asked to design a wireless network for a school. I need to make sure that there are enough access points integrated into their existing network. Is there any design programs out there that can help me with the layout so Im not to far from each one? Thanks!
  10. dupas

    PC Anywhere

    DTSMAN: I would like to connect to each machine like I was sitting right there in front of it in the office. If I need to fix something to it I want the capabilities to do so. How can I use VNC from home to connect to any machine at work? Isnt there a delay, drag time?
  11. dupas

    PC Anywhere

    NoCalAdmin: So you use XP Remote Access instead of PCAnywhere? Do you need to forward or open ports? Right now what I do is log onto Citrix and then use VNC to connect to each machine but there is a major drag when doing it that way and I need to make sure VNC is running. Sometimes the user...
  12. dupas

    PC Anywhere

    Can I set it up so I dont need to have them give me access? Not all PCs are running XP either some are running 2000. Thanks!
  13. dupas

    PC Anywhere

    DTSMAN: So PC Anywhere will work... All I need to do is install it on every PC that I have on the domain. Would you know what ports I need to open up for this to happen (5631)? I want to be able to connect from home to any PC I have on my domain at any given time at work. Thanks!
  14. dupas

    PC Anywhere

    NoCalAdmin: Yes all the PCs are on the same domain. Id like to be able to connect to them when needed. Is thers something else better than PC Anywhere?
  15. dupas

    PC Anywhere

    I have about 100 PCs I would like to connect to by using PC Anywhere. How is this possible to do? Thanks!
  16. dupas

    2005 Media Center Edition

    I know MCE 2005 can connect to a domain because I have done it before I just cant get this computer to do it. I want to basically map a drive to the computer for a day and that is it. I just want to connect to the domain by inputing in a username/password for an existing user on the domain...
  17. dupas

    2005 Media Center Edition

    I tried to MAP THE DRIVE and nothing...
  18. dupas

    2005 Media Center Edition

    I brougt a Macintosh computer in yesterday and I was able to connect to my domain by using a username/password combination and I wasnt on the domain, I was still in a workgroup. Im trying to do the samething with this laptop that is running XP Media Center but it doesnt recognize it. It is...
  19. dupas

    2005 Media Center Edition

    yes
  20. dupas

    2005 Media Center Edition

    When I try to connect to a domain through My Network Places or internet explorer it gives me an error message "cannot find the server name. I go to My Network Places... View Entire Network... Microsoft WIndows Network... I just see the Workgroup, I dont see my domain name there... I should be...

Part and Inventory Search

Back
Top