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...
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.