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: *

  • Users: deadhead7
  • Order by date
  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?
  16. deadhead7

    Search 2 tblColumns with One Criteria

    Can you search 2 different columns in a table(columns are exactly the same)using only 1 criteria. For example 2 columns contain zipcodes, I want to enter on a form in a text box one zipcode and have it then search both columns to return those records. Can this be done?? [morning]
  17. deadhead7

    Convert MDE back to a MDB

    Does anyone know how to convert a .mde database back to a .mdb database? Or at least retrieve the forms from the mde and be able to edit them?
  18. deadhead7

    Open Excel wksheet from Access

    BY GEORGE I'VE GOT IT... The easy way to do this is to create a button with a hyperlink to the excel file you want to open. Then make visible-false, then if using a macro that runs a bunch of queries like I'm doing to update a linked excel spreadsheet, then add a GOTO CONTROL for that button...
  19. deadhead7

    Open Excel wksheet from Access

    All I need is to open an existing excel workbook. can you please show me the code for that
  20. deadhead7

    Open Excel wksheet from Access

    I need to open an existing excel worksheet from Access and a process is run through a macro. Can this be done? Do you know the code?

Part and Inventory Search

Back
Top