Search results

  1. C

    Configure option button to output to memo box

    Alright, I'm running out of options!! I have several pieces of equipment that use text file configuration data. What I want to do is create an option button for each piece of equipment so that when I click that option button, its output ties directly to a memo box. What I want to be able to...
  2. C

    Use of IP addresses in DB

    I don't need anything returned to Access--I just want Access to read the octet values from each of the 4 text boxes and ping that particular IP address. I can do it if the IP address is known. You can use a command button to initiate a ping command and determine continuity. The problem is...
  3. C

    Display text configuration files via option group

    Peter-- While this did work in your example, I am unable to get it working in my own form. I keep getting the error "Control can't be edited; it's bound to the expression '=DLookUp("[HsdnSiteInfo]","[tblHsdnSiteInfo]","partID = " & [optText]).' What am I missing here? I went online to look up...
  4. C

    Display text configuration files via option group

    Peter-- You are THE man! That is exactly what we're looking for and unfortunately, the coding/commanding that was involved is a bit above me. The problem we were having is that when you create the option group, you can assign a value to the labels and that is the ONLY value that you can store...
  5. C

    Display text configuration files via option group

    The only import option I can find is done at the form level. When you initially create the option group, it asks you what labels you want and what values you want stored into those labels (the defaults are integer values based on the number of labels in the option group). Then it asks you what...
  6. C

    Use of IP addresses in DB

    I figured I would have to do that--I just don't know where to put that line??????
  7. C

    Use of IP addresses in DB

    I am uploading a screenshot of what we're looking at. Based on what you've told me, will that work for the IP address text boxes at the bottom? Thanks.
  8. C

    Display text configuration files via option group

    I am attaching a screen shot of what it is we're looking at. Like I said, I'm a newbie so I don't really understand what you are saying. Look down to the lower right of the form. When I click on cisco 1751, I want to see the text configuration file for the 1751 in the memo block below it...
  9. C

    Use of IP addresses in DB

    Didn't find too much on that--I am an Access newbie, plain and simple. What is the easiest way to read values from four different text blocks and use them as an argument to a ping command?
  10. C

    Display text configuration files via option group

    Hopefully this will be something new that someone will be willing to try since I haven't been able to find anything like this in the forum.... We have 7 pieces of equipment (routers/switches/encryptors) that all have large text file configuration data. What we want to do, if possible, is to...
  11. C

    Use of IP addresses in DB

    A DOS batch file would be handy if we knew the IP address in advance. What we want to accomplish is to read the values from 4 different text boxes (each text box consisting of one octet of the IP address) after clicking on a command button, then ping that IP address.
  12. C

    Use of IP addresses in DB

    we want to run a ping command via a radio button or command button. We have IP addresses set up for multiple pieces of equipment, each IP address consisting of 4 different text boxes. We want to be able to launch a ping and have the program read the values from each of the 4 text boxes that make...
  13. C

    Help with forms

    Jeremie-- Something else we are trying to do--we want to run a ping command via a radio button or command button. We have IP addresses set up for multiple pieces of equipment, each IP address consisting of 4 different text boxes. We want to be able to launch a ping and have the program read...
  14. C

    Help with forms

    Based on your last post, what we are trying to do is this: We have 7 pieces of equipment that we develop text files for in order to configure that equipment. Each successive line is copied and pasted from the text file to that piece of equipment. What we want is a way to create a check box...
  15. C

    Help with forms

    Hi Jeremie, I know that we are just full of questions and I do want to let you know that you are helping us out tremendously. but my other questions is this: Instead of using the Siwtchboard come up and we or the user clicks on a button that states: Enter site ID which will then open the form...
  16. C

    Help with forms

    not sure what the code is trying to do... Hello again Jeremie-- I believe what you were trying to accomplish with the option group code is to display a particular text string as each option is pressed. While that is true, what we want to accomplish is to have the user input data and be able...
  17. C

    Help with forms

    Hey Jeremie, First of all I want to thank you very much for all your help, this has been an experience for me and my coworker. New questions: Reference Switchboard: we figured out out to make the menu buttons, such as going directly to the database on Form1 asking site id, then we added a...
  18. C

    Help with forms

    Assistance inputting table data Jeremie-- My name is Brady and I am working with the guy who has been posting. What you did is really awesome and I'm at the point that I want to learn this more in-depth. The problem is that we still can not input any table data and have it post in the field...
  19. C

    Help with forms

    Hi Jeremie, attached is what we have on form 1, what we want to do is create another form or whatever it takes so that it will only have one item - that being Site ID, so that when you enter the 6 digit number it will bring up all the data on the first form. Again, thanks for your help.
  20. C

    Help with forms

    Thanks, Jeremie I have tried what you suggested but am still not getting requested results. What we are trying to do is say on one form that the only entry there is to enter the Site ID, when this info is submitted that on the second form it will display all data that we have entered on the...
Back
Top Bottom