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 bkrike 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: ov3rdr1ve
  • Content: Threads
  • Order by date
  1. ov3rdr1ve

    ARP Cache Monitor with Python...

    I am wanting to write a python program to be able to monitor my ARP cache (windows). I am having a bit of trouble trying to find a module that allows me access to the ARP cahce functionality of Windows. I have read up a bit on the SCAPY module and the pcap modules for Python, but figured I...
  2. ov3rdr1ve

    Does anyone use Cisco CSA?

    I was wondering if there was a Forum (maybe this is it) to discuss issues with Cisco CSA? I just got it installed here and would like to get some "expert" opinions on some issues I am having. Anyone use it currently or have experience with it? Thanks Chance~
  3. ov3rdr1ve

    What is the best path for the MCSA+Sec | MCSE+Sec

    I am looking to get my MCSA+Sec and Eventually MCSE+Sec I was wondering what you all thought was the best path. I hear a lot of people saying that Security+, Network+, and A+ can be used as prerequisites for your electives... is this true? If so, I think it would be better for me to get the...
  4. ov3rdr1ve

    Open a form based on a filter vaule??

    I am trying to open a form based on a filter vaule which happens to be a control already populate on my form. I am trying something like this with no luck? docmd.openform "frmX" docmd.applyfilter , "[controlX]" I am trying to open another form based on a filter of a bound textbox that is...
  5. ov3rdr1ve

    Change the font color on a command button?

    I am needing to change the font color on a command button on a different form when there is a status change on another form. This is what I am thinking of... I am wanting to put this in the ONCURRENT of the form that has the command button. If the status of objectX on formX = textX THEN...
  6. ov3rdr1ve

    Using a command button to populate a bound text box?

    I have a command button that when I click it I want it to populate a control on my form with a certain text that is already predetermined... Is there any way to do this? Also, I would like to make this text a certain color depending on which text is used. For instance, I have 3 text options I...
  7. ov3rdr1ve

    Open a form with a specific record?

    I am trying to open a form and opening that form with a specific record... I am going this by hitting a command button. This is what I have, but it is not working like I want. Any Ideas?> Thanks Chance~ I am trying to open "frmIndividualReport" where jurornumber (a field in my table) is...
  8. ov3rdr1ve

    Is there a way to create a "patch" for an MDE?

    I have a distributed DB... and there is a change I need to make. The only way I know how to make the change is to recomile the DB into a new MDE and redistribute it to everyone. The problem is I do not want to have to go through that and tell all the clients they need to backup their...
  9. ov3rdr1ve

    How to force set the icon location?

    I am building an installer for my new Access Project and am running into an icon issue. Is there any way to set the icon for the Access DB to lookin inside the folder it resides in? Right now I am having to set a hard value to it (ex. c:\project\project.ico) I would like to be able to set it...
  10. ov3rdr1ve

    How do I add controls in a form?

    I have 4 controls that have a number value that I would like to add up. The thing is I would like to have them add up per record. Since each record will have different values on the controls, I want the added up value to change when you change the record. I have this working by doing a DSum...
  11. ov3rdr1ve

    How do I make a control based on a DSUM value?

    I have this on my form in an unbound control... it works fine, but the answer this provides needs to be in a bound control... where in the control would I put this? =DSum("TrainingHours1","tblMembers")+DSum("TrainingHours2","tblMembers) Thanks od~

Part and Inventory Search

Back
Top