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 Chriss Miller 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: *

  1. dsullinger

    Table Values Not Passing to Form

    If I have a table with 4 fields; FieldA, FieldB, FieldC, FieldD. I have one form with FieldA and FieldB, then a button that opens another form with FieldC and FieldD. When I push the button for the second form, the data for FieldC and FieldD from the table are not being passed to the form. I...
  2. dsullinger

    Using VBA to Filter a Query

    Yes, why is that a "no no"? I'm sure it shows that I'm not a dbase person. I've been writing in VB for years, but my work needed some work in Access so here I am plodding through this.
  3. dsullinger

    Using VBA to Filter a Query

    Ok, after messing with it some more, you are right. What I have in my Form is not a ListBox, but I have embedded the query tiself into the Form. I would like tha user to make changes and input data right into the query, but I need to filter the data in the query everytime the Form opens.
  4. dsullinger

    Using VBA to Filter a Query

    Wow, well probably if I had a clue on how to do that. Sorry to be such a Pod.
  5. dsullinger

    Using VBA to Filter a Query

    This is really getting frustrating. I have a Query called "PhotoList_Query" that 3 fields called "Structure Number", "Filename" and "Description". I have a Form that has a Listbox with the query as it's source object. I am trying to open the Form and filter the Listbox to only show specific...
  6. dsullinger

    Using VBA to Filter a Query

    I have tried: DoCmd.ApplyFilter , "[Structure Name] = '555'" It accepts the filter, but as I look at the embedded query, nothing changes in the "Structure Name" field.
  7. dsullinger

    Using VBA to Filter a Query

    I have a query embedded into a form. When I open the form I would like to filter the criteria of one of the columns in the query using VBA, but I am having no luck. Any pointers?
  8. dsullinger

    Sybase Anywhere 9 to SQL 2005 Express

    Is there anyway to convert my Sybase SQL Anywhere 9 database to Microsoft SQL 2005 Express? Thanks
  9. dsullinger

    Virtual Directories

    Ok, I got the problem solved and I'm not real sure what happened, but it's working. Maybe it was a bad combination of user permissions, I'm not sure but it's working great. I didn't have to setup a VirtualHosts, actually that stopped it from working so I turned it off. Yes on mod_userdir and...
  10. dsullinger

    Virtual Directories

    I've setup a OpenSUSE 10.1 box as a file/web server in our home. I've got all the shares setup using everyones /home/ directories and the Apache server is working fine. I would like to create a directory in each users Home as /home/user/www and the create a virtual redirector to each persons...
  11. dsullinger

    Network Server Drive Space

    I'm trying to update a web page with the drive space available on a server on our LAN. When I run this, I get an error with the "Set d=fs.GetDrive(drvPath)" command. If I run the same script against the web server the script is on, it works fine. Any ideas? <% ws = "idmssql1" drive = "c$"...
  12. dsullinger

    Download file from VBScript for Web Page

    Wow, sorry all... if I could figure out how to edit my post, I would fix my poor grammer... ugg!
  13. dsullinger

    Download file from VBScript for Web Page

    I ahve some VBScript in a web page and once it is completed, I need to download a Zip file. What would I need to insert int he code to begin the download... what if I also need it to open a new web page? Thanks <SCRIPT LANGUAGE="VBScript"> <!-- {stuff happends up here, but clipped out}...
  14. dsullinger

    Domain Login from Web Page with VBScript

    Wow, much thanks. Once I got the username, I then needed it to execute some Javascript, so here is what I did and it works fine. <html> <head> <title>Got Milk?</title> <link rel="stylesheet" href="dropdown.css" type="text/css"> <% strUserFull = Request.ServerVariables("LOGON_USER") If...
  15. dsullinger

    Domain Login from Web Page with VBScript

    I need to check what the users login is from within a web page when the page is loaded. I would like to use VBScript, but I can't seam to get it to function correctly. Below is what I currently have, but nothing happens. Any ideas? <html> <head> <meta http-equiv="Content-Type"...
  16. dsullinger

    CGI Handler Problems

    I'm running Apache 2 on a Windows 2000 Workstation with SP4. I've created a simple VB CGI program that will grab the input from the "post" and display the STDIN line in a message box just for debugging. My HTML code is simple: <form method="post" action="/cgi-bin/test.exe"> Your Name: <input...
  17. dsullinger

    Build My Own Web Server?

    I'm looking for any references on how to go about building my own web server in .NET. We have a large mix of some web pages and Access databases and I would like to build our own web server so I can cusomize the server to our needs. Any idaes or thoughts are welcomed.
  18. dsullinger

    BCN Fan Failed, but still working?

    We have 4 BCN Routers running 11.20 code. One of the fans on a single BCN had failed. Nortel sent us out a new fan tray to replace it. I hot swapped the blade out this morning and all the fans came up fine, but Site Manager still says "Fan: FAILED". At this point I rebooted the router to see...
  19. dsullinger

    IIS asking for domain logon?

    We have a Win2k3 server running IIS 6. This server is located in a Active Directory OU called ABC.yyy. All the users in the ABC.yyy OU can access the basic index.html page in the root directory without any logon prompt. We also have users in the ABC.zzz OU that we need to have access the web...
  20. dsullinger

    Passport CPU at 100%

    We are and how did you come to the conclusion that this was caused by OSPF?

Part and Inventory Search

Back
Top