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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by deadhead7

  1. deadhead7

    Underline Caption in CmdButton on Mousemove

    How can I Have a caption in a command button underline when the mouse pointer is moved over it.
  2. deadhead7

    Cmd Bttn for filtering a form by column '> 0'

    Well I tried that and I am still getting the error "Invalid Qualifier" Any other suggestion here is what I have on the ON CLICK button Me.FormName.Filter = "[ALLW]>0" Me.FormName.FilterOn Me.FormName.Requery
  3. deadhead7

    Cmd Bttn for filtering a form by column '> 0'

    Im sorry but that did not work, do you have any other suggestion
  4. deadhead7

    Cmd Bttn for filtering a form by column '> 0'

    I need to filter a form by a command button that will only show column of currency [ALLW]'> 0' It is on ONCLICK. How do I get this to Filter the form to only show values greater than 0
  5. deadhead7

    Help with Between in SQL string

    Need help with this code, I need to do a Between/And for the FROM_DATE and this code has something wrong with it and can not figure it out, Please help stlinkcriteria = "HICN = '" & Me![HICN] & "' and UPIN = '" & Me![UPIN] & "'" & _ Between "[FROM_DATE]=" & "#" & Me![FROM_DATE] & "#" & _ and...
  6. deadhead7

    Freaky Print ing Problem

    help me
  7. deadhead7

    Freaky Print ing Problem

    I have a print problem. When my users goto a form and click the Print button on the tool bar it prints the current screen they are viewing, Thats fine. But if the go to File Then Print it prints a form that is a few screens behind the current form(first main screen). Has this ever happened to...
  8. deadhead7

    DateAdd function

    HELP
  9. deadhead7

    DateAdd function

    Yes use the DateDiff function. But how do I get my results.
  10. deadhead7

    DateAdd function

    I need to get the total yrs, months, days from a beginning date and ending date. EX: Begdte:1/1/03 Enddte:2/4/04 should get something like 1yr 1month and 4days
  11. deadhead7

    Need to see who is logged On Access dbase

    I need to have a form that shows the user names of who is logged on to a database. Can someone please help?
  12. deadhead7

    Bold Text in a MSGBox

    Can you bold text in a message box? If so, How can I do that?
  13. deadhead7

    Tickler Form

    Where would I put this code?
  14. deadhead7

    Tickler Form

    I need to build a tickler form that will popup and remind a user to do something. For instance: if the are logged on to a database and the form was set to remind them on feb 20th to do something, then I would like a form to popup and remind the user they need to do something. Can this be done.
  15. deadhead7

    Update a Table form txtbox in form

    How do you update a table from data entered into a textbox on a form. I have a txtbx on a form and a subform of a table one column. I want to enter data into the txtbx and have it entered into the table and see the refreshed data in the subform showing what was just added. Anyone?

Part and Inventory Search

Back
Top