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

    Making a label be the date of the following Sunday

    Is there any way to make a label have the date of the Sunday that is coming up without manually typing it in? Thanks for the help.
  2. jabarden

    Tracking Website Information

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

    Enabling a command button after information is entered in the form

    What if they don't put anything in the text box? JABSNH
  4. jabarden

    Enabling a command button after information is entered in the form

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

    unloading two forms at once

    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 =...
  6. jabarden

    Cannot gain access to website

    Go to Microsoft.com and you can download the newest Internet Explorer
  7. jabarden

    compressing video camera video files into wmf and quicktime?

    How are you capturing it?? Digital or analog JABSNH
  8. jabarden

    how do i format hard drive using xp pro and reinstall xp pro

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

    unloading two forms at once

    GingerR: Can I E-mail the Database to you, and you see if you can see something wrong with it? Thanks JABSNH
  10. jabarden

    unloading two forms at once

    I typed it in and it still did the same thing. Is there a way to use visual basics code (Load and Unload) to do it? Thanks for all the help JABSNH
  11. jabarden

    Gradient/Transparent Background

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

    unloading two forms at once

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

    unloading two forms at once

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

    unloading two forms at once

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

    unloading two forms at once

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

    Making a combo box selection show another item

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

    Making a combo box selection show another item

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

    Making a combo box selection show another item

    DPATRICKCOLLINS: Can you send an example of this? Thanks JABSNH
  19. jabarden

    Making a combo box selection show another item

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

Part and Inventory Search

Back
Top