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!

Search results for query: *

  • Users: deadhead7
  • Content: Threads
  • 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'

    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
  3. 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...
  4. 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...
  5. 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
  6. 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?
  7. deadhead7

    Bold Text in a MSGBox

    Can you bold text in a message box? If so, How can I do that?
  8. 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.
  9. 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?
  10. 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]
  11. 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?
  12. 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?
  13. deadhead7

    Powerpoint HELP

    I need to have an object first appear on a slide then after a bit then disappear. Can that be done and how??
  14. deadhead7

    frm to build adhoc qrys

    Does anyone know how to build or have a sample of a form that builds adhoc queries. I will need to then save those adhoc queries in an other dbase.
  15. deadhead7

    ComboBox that can be added to and

    I need a combobox that holds values grouped from a table but can also be typed in or added to that will update a table for specific row of records
  16. deadhead7

    How Do You Add A ExcelForm to AccessForm

    How do I add an Excel Form (not a Worksheet) to be usable in a Access dbase Form. I have a Excel Form that peoples fill out and is very code driven. But I need people to access this form from a dbase they all have on there desktop. Can a excel form be usable within an access form?
  17. deadhead7

    Show How A Form IS sorted

    Is there a way to show a form is sorted? Whether it be having a label visible when sorted by a specific column? How can I do that?
  18. deadhead7

    Export a Query to another Dbase

    I need to export a query results to another dbase after the qry has run. I need to put the process into a macro or vb. Does anyone know how?
  19. deadhead7

    CreateDatabase Code needed

    I need code for CreateDatabase to create a new database in C:\
  20. deadhead7

    Export Qry to a NEW Access Database

    How do you export a qry to a table in a New non existant database(.)(.)

Part and Inventory Search

Back
Top