Hey there,
Not really access-specific, just need a hand with some SQL.
I have a database that has a key field (Tag), and for every occurrence of a particular value of "Tag", there are either 1 or 2 records. These records refer to 1) the initation or 2) the completion of a task.
As of right...
Howdy -
I'm in an office where we have gauges set up collecting data. We often have to call these gauges up (they all have modems) and either upload or download data, or query the settings of the gauge.
With all the prompts and commands (and the WAITING), this takes WAAY longer than it needs...
Hi there,
I have a table that does not seem to be as normalized as it could be. In it, a particular record may show up several times, each time having a different entry in one particular field. For example:
ID STATUS OTHER
rec1 exists data
rec1 removed data
rec1...
Hey there -
I'm not sure what's going on here, but I have a series of nested divs on my page. The mystery (bug?) can be found in the <div id="sponsors">. In IE (which I loathe), my image shows up fine all the time. In FF, my image ONLY shows up when I remove the value for the id, and just...
OK - before you jump in and tell me all about normalizing my data and not duplicating unnecessary information, let me tell you want I want to do:
I have a millions of records exported from another application, and one of the fields I have is a butchered version of what I need to use as a...
Hi,
I have form where users can enter information such as their zipcode to get some information back about it. However, the page that my form submits to only accepts data in a particular format, such as "ZIPCODE.USA.ZIP = 96822", where 96822 would be the value entered by the user.
I guess what...
Hi,
I've got this code embedded in my page, and it works in both Netscape and Firefox, but not in IE. It seems straightforward to me, but alas...
BTW, "dataFrame" is the target frame for my gridinfo.html popup.
<script language="javascript">...
Hi,
I'm trying to link 2 of our servers. One processes data, and the other is a dedicated web server. I have an application on the data server that outputs images that need to be served by the webserver.
I figured I could just map a drive one the data server such that while it thinks it's...
Hi all,
I've got a folder of many XML documents that are output directly from a software application I use (There is no style sheet associated with them).
I would like to share these over the web, but need to apply a style before I do. I have an XSL file that works (IE only), and would like...
Hey,
I've got a site where people can look up id numbers for land parcels, and I'd like to be able to create a link that my users can click which will automatically send that id# to a form on a remote govt page (so they can look up more information associated with that id #).
The remote form...
Hey all,
I think everyone's seen those big tables out there listing the ecsaped versions of various non-standard characters. I'm talking about things like:
"
&
ʼn
What kind of encoding is this, (and if you know that), could a bit o' javascript be developed to generate the...
Hey,
I've got the following javascript for opening a new window. My problem is that it doesn't work in IE (which doesn't seem to have a javascript console). It does work in Opera, Firefox and Netscape.
Here's the code. If anyone has any cleaner window-opening code that *does not cause the...
Hey all you javascript masters,
Can someone clue in what I'm doing wrong? I am trying to take a comma separated list of data (4 values) and pass them to an existing function zoomToPlace().
The function itself works - I can do:
<a href="JavaScript:zoomToPlace(1,6,8,10)" target="mapFrame">Zoom...
Hey all,
I'm not very proficient with javascript so I was wondering if someone could help me figure out why the following code works in IE, but not in Firefox.
The error i get is that "document.forms is not a function" - pointing to the 2nd line of the following...
function addSection() {...
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.