Is there any way that I can make a site-tracker that will log hits and basic information about visitors into a html page (or something similar)?
Thanks Alot
JABSNH
Hi:
I am creating a workorder form where users can enter in specific problems that they are having in their area
First I have the users enter specific information into text boxes
After they have filled in the required boxes, I want the command button at the bottom of the form to become...
Just thought you might want to know....I was playing around with the code, and I think that what it is, is that the If statement is always false, because I changed the code to the code listed below. What it did whether I clicked yes or no, It would close and then open the form
if BolContinue =...
The best way that I have found to Totally wipe out windows XP is if you have a windows 98 boot disk.
If you have it, Boot up to it, and choose CD rom support.
Then you will have a DOS prompt.
Type "Format C:" without the quotes.
After that, follow the directions.
To...
Hi:
Is there a way to make the background in flash Semi-Transparent?
I'm wanting to overlay animated text into a video (I can do better animations in Flash), and the video is too big to put into Flash. Any Suggestions would be great.
Thanks Alot,
JABSNH
I'm going to block all of the controls so the user can't access the data at all.
Ideally, I would like the user to input their data, when they finish, click the submit button, which will print a report to a network printer located in maintenance, and then bring up the message box, asking if...
Private Sub CmdSubmit_Click()
Dim bolContinue As Boolean
bolContinue = MsgBox("Do you have another work order?", vbYesNo, "Another Workorder?")
If bolContinue = vbYes Then
DoCmd.Close acForm, "FrmWorkorder", acSaveNo
DoCmd.OpenForm...
Hey: thanks for writing back
The MSG box was the type thing that I was wanting to do.
What I figured I would do would be when they click YES to fill out another workorder to have it unload the form, and just load it again, but that didn't work, it only closes the form. The NO button works...
I have a program for creating workorders. After the user finishes the order, they click the submit button, which loads another form, which has two command buttons, Yes and No, asking if they want to fill out another workorder,
If they click yes, I need it to hide the Yes/No form, input the...
ok, I was able to get the 2nd combo box to update with the 1st selection that was made in the 1st combo box. But if I change the selection in the first box, the second box doesn't change.
The way I got to where I am was creating a table each item in it (A, B, and C) in one column and details...
fneily: The Third part of what you said (Below) is coming up with a syntax error. I changed numberfieldname and tablename to the tables that I wanted them to point to, but it kept giving me a syntax.
On RowSource property of the second combobox put:
SELECT DISTINCT [numberfieldname] FROM...
Hi: When I select an item in a first combo box, is there a way to make it show a sub-menu in the form of a second combo box to the side.
For instance--Combo Box 1 has A, B, and C as it's values.
If A is selected, another combo box is made visible with the options of A.1, A.2, and A.3, where...
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.