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 Wanet Telecoms Ltd 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: pvwdr
  • Content: Threads
  • Order by date
  1. pvwdr

    installed 3des now no internet

    I have 515e running 6.3 Yesterday afternoon I got the new license key from Cisco and put it in using the activation-key command. I rebooted and everything seemingly was ok. Well over a period of a few minutes, we lost access to the internet from the outside. I can't figure it out...
  2. pvwdr

    No PDM/Telnet

    I am trying to set up my PIX515e and have run into a problem. I changed inside ip address to 10.1.0.1 in keeping with our LAN scheme but now PDM and telnet do not work. When I cahnge the inside ip back to 192.168.1.1 (through console) it works fine ... what gives? I read thread 35-894858 but...
  3. pvwdr

    Inventory Program

    I am looking for a quick and dirty inventory program in Access ... can anyone point me in the right direction. Thanks
  4. pvwdr

    Type Mismatch Error

    I am sure this is something simple but this code goves me runtime error 13, type mismatch: Dim CurDB Dim Rs As Recordset Dim Ctrl As Control Dim Entry As Variant Set CurDB = CurrentDb() Set Rs = CurDB.OpenRecordset("tblTemp_Grp") ** Set Ctrl = Me![lstAvailable] ** This is where it...
  5. pvwdr

    How to add speacial feature

    I would like to use some functionality that Acces has ... here goes my description: Bring up the forms wizard ... what is that box called that allows you to transfer from the left side to the right side? I want to be able to use this functionality but do not know how to accomplish this. Do I...
  6. pvwdr

    Can't get to .org sites

    I just set up DNS on my win NT4.0 server sp6a. I can browse the internet except for some .org sites. It is funny, I can get to www.linux.org but can't get to www.emotionsanonymous.org (I am at a behavioral health hospital) ... I can get to the emotions site using its IP address but not the url...
  7. pvwdr

    Internet Email Account

    In 5.5 you used to be able to set up an Internet email account, in other words an email account not on the domain. If domain is lock.com and you wanted to add one address to the global address list for sending purposes of block.com, you could easily do this in 5.5 but I can't figure out how to...
  8. pvwdr

    Newbie Simple routing question

    I know this has got to be simple, I just have never done it before. I have two networks 10.0.0.0 255.255.0.0 and 10.1.0.0 255.255.0.0 and I need them to communicate via this Cisco 800 router. Below is my config (10.0.0.1 is my gateway to the internet on my firewall). From 10.0.3.171 I can...
  9. pvwdr

    Hyperlinks

    Here is what I would like to do: Create a dynamic list of data, then make each of those a hyperlink to the detail that goes with this data in a subreport or something ... can this be done? I am not sure of the hyperlink capabilities in CR, from what I have read it can't be, but I have seen...
  10. pvwdr

    Change Color in a field

    I would like to highlight a field if a date is null. Right now I am going into the selection expert for a Date field, clicking on the border tab, and putting the following formula for the backround ... if isnull({date_field}) then yellow else nocolor this works if I am trying to highlight this...
  11. pvwdr

    Funky Math

    I have a query that subtracts two fields fieldA, fieldB, fieldA-fieldB if fieldA = 100 and fieldB=100 then filedA-fieldB should = 0 ... well instead of 0 I get -9.09494701772928E-13 ... help, this is making my reporting all screwed up. Has anyone ever seen this in Access XP ... thanks
  12. pvwdr

    Linksys WAP54G

    I just got this thing and am using the delivered Linksys utility to set it up and my wired network doesn't see it. The default IP address on the box is 192.168.1.254, does my network need to be in the 192.168.1.x subnet in order to se it? That doesn't make sense because how many netowrks are...
  13. pvwdr

    Screen Resolution

    I am not very familiar with SGI products but I have a SGI 320 with 1600SW monitor. The OS is Win2000 ... The only resolution that will work is 1600x1024 ... not good for older eyes. Is there an update to teh video driver that will allow me to change resolution, this is killing the end user...
  14. pvwdr

    First/Last Day of the Month

    Given a date, 2/5/03, how can I quickly determine the first and last day of the month. If given 2/5/03, I need to get 2/1/03 and 2/28/03. The only way I can figure to do it is tear the string apart and do a series of IF statements ... are there any functions that give those dates based on any...
  15. pvwdr

    Exporting to Excel

    I have a Access program that exports a table to Excel. It works fine except for one thing, not all of the data gets exported to the spreadsheet. 95% of the cells get populated but I can't figure out why the last 5% don't get there. Using Office XP PRO ... any ideas? If you need more info I...

Part and Inventory Search

Back
Top