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

    Pulling parameter data from access and export to excel

    I have run into an issue that has me really confused. I would like help if anyone is able to help. I have a sharepoint site with an access database one it. I am able to create a query that ask for parameters and it works great. The problem I am having is when I am trying to print the query. The...
  2. frankcpl

    Form Creating ghost record and updating record

    I have run into a problem with a database I am working on. It is a simple log in and log out database. The way it works is a form creates a record for logging in. Then another for updates that record when you log out. The problem I have is that everything is working, except I get a record with...
  3. frankcpl

    Information on building a program

    I am having trouble understanding how to create a script on creating a schedule with conditions. I am not asking for anyone to provide code, unless they just want to, just help me understand the concept so I can learn to code it. Thanks for any help
  4. frankcpl

    Excel Problem

    I am working on an excel worksheet that I need some help on. I will try to explain it the best I know how. The worksheet has column a for assignment(apartment), which could have 2 to 6 occupients. Column b is the last name of said occupients. Column c is first name of said occupients and column...
  5. frankcpl

    Java question?

    Is there a way to have java scan network traffic and reroute a specific IP range to a html page before letting that range get to the internet?
  6. frankcpl

    Networking script help

    I am going to try to figure out how to describe what I am looking for. I have an assignment that is making a script that will scan network traffic and find a certain IP Address range and will display a page that says you are a guest on this network. I am able to program the html, but am confused...
  7. frankcpl

    Javascript error on drop down boxes

    I am having an issue with this code. Code someone please offer some assistance. <script type='text/javascript'> var lists = new Array(); lists['Academic'] = new Array(); lists['Academic'][0] = new Array( '00205 Accountancy', '00724 General Science', '0127 Pre-Health Information...
  8. frankcpl

    Drop down menu problems

    Could someone look at this and see what I am doing wrong, or is there and easier way to do this. function degreeSelect() { var selectedValue = document.getElementById("selDegree").value; document.getElementsByClass("acadDegree_list").style = "display: none"...
  9. frankcpl

    Hide by div ids.

    I am working on a form that I am trying to hide all divs with the "id="hidden" in javascript. I am at a loss on how to do this. Any help would be greatly appreciated.
  10. frankcpl

    Need help with this code.

    I am trying to figure out how I can hide the the select model unless the "yes" radio button is selected. I am at a loss. Any help is much appreciated. <div class="form_item"> <div class="form_element cf_radiobutton"> <label class="cf_label" style="width: 150px;">Do you own a car?</label>...
  11. frankcpl

    IIF statement in access reports.

    I am trying to check a yes no field and display Personal and Business. I have tried If, Then Statement And tried IIF statement. Neither is working. Could someone look at this and give a hand in figuring out why it will not work. I create an unbound label named Typelbl. I am referencing a...
  12. frankcpl

    Access 2007 and VB

    I have an issue that has to be very simple. That is the reason I am not seeing the solution. I am building an Access database. On one of the forms I have textboxes that are not visible until a checkbox is checked. I have this part working, but if you uncheck the box I would like the form to make...
  13. frankcpl

    Clients lose default gateway

    I am having an issue with a windows 2003 network. I have the server running DHCP and DNS. Everything worked great the first week. Then some clients (Windows XP SP 3) lose the default gateway. I ipconfig /all and everything is right except there is nothing in the default gateway. Does anyone know...
  14. frankcpl

    Windows 2003 Server not allowing clients to access internet.

    I have done everything I know to do witht this server. Every client that is connected to the network gets a valid IP addy from the server, but nope are able to access the internet unless I take and manually input a IP addy. This problem ahs kept me confused for a long time and I have tried...
  15. frankcpl

    Office 2003 error with a recurrance, but cannot delete event

    I have an issue with microsoft outlook 2003. When I start the program I get an error message that says that a operation failed. The event veiwer tells me that it cannot read one or more reminders. I search all the items and found one item that cannot be open and gives an error message that it is...
  16. frankcpl

    Computer will not boot

    I have a dell 8400 (I know that is the problem right??) and it will not boot unless I pull the battery and reset the cmos and then put the battery back in. It then will start and I can use it all day. If I turn off the computer it will not start unless I pull the battery again. Any suggestions...
  17. frankcpl

    Clients unable to access internet

    I have an issue on my server 2003 R2 that is very puzzling. I have to set static IP address on client computers so that they are able to access the internet. If I set the DNS server and use the DHCP feature for the IP Address I have access to all internal resources, (server apps, shared files...
  18. frankcpl

    Wireless connectivity issues on Windows Server 2003

    Our network was working excellent until we added a active directory. Everything is working ok, except the wireless. It requires that the node set the ip address, gateway and primary and alternate DNS within the IP range before it will allow the node to connect to the internet. It allows the...
  19. frankcpl

    Script problems.

    The navagation is running diagnal, any help is appreciated in fixing it. <style> .menu a{ color: white; font: 10pt Verdana,sans-serif; } .menu a:hover{ color: yellow; } .trigger th{ color: white; font: 10pt Verdana,sans-serif; font-weight: 700; } .trigger{ font: 10pt Verdana, sans-serif...

Part and Inventory Search

Back
Top