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...
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.
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.
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...
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.
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?
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...
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...
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$"...
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}...
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...
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"...
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...
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.
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.