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: crowee
  • Content: Threads
  • Order by date
  1. crowee

    Word program will not open

    When i try to open word program it just sits there stalled. What could cause this problem. I have uninstalled and reinstalled office but still does it. Thanks
  2. crowee

    Word Print Problem

    I have two employees one has word 2002 one has 2003. when they try to open a document to print .. sometimes (but not always) it will cut off the bottom of the page and footer of the first pagea nd also prints that way. you will see only a top of the words in the line. the one that has 2003...
  3. crowee

    Normal Dot in Print layout messed up

    When you open a new normal.Dot and put it in print layout it shows a line graph on then entire print area. But when viewed in any other view it is not there. I have done all I can think of to change it nothing works.. Help.
  4. crowee

    HELP!! Runtime error 2465

    Private Sub Form_Current() 'For full-time position, display a message 'and the wage field value in red 'For all other positions, display the wage field value 'in black without a message If [Hours/Week] >= 40 Then [FullTimeMsg].Visible = True [Wage].ForeColor =...
  5. crowee

    AUTO FILL FROM A COMBO BOX

    I am having a metal block here. I have a Company table and then the Company contact table. Many contacts for each Company. I have my form set up as Company is the main form then a joined table that opens to all the contacts for that company. I am trying to set it up that from the Company Form...
  6. crowee

    Animated GIFs

    I just recently upgraded to access 2000. What do I need to have animated Gifs work. I have the Gif89.dll but of course that is not going to work with win 2000. Thanks
  7. crowee

    Macro Issue

    Iam trying to get my form to do the following: when the main form is open (ClientFrm) then within that form you [double click] on the Company area and then that opens up the company information form, (address, phone, etc.) Now here is my problem when I try to get this all to sync it won't. When...
  8. crowee

    Non license access users

    Is there a way to have an access file on our network and have users view and search in the database for information without having access program on thier computers????????
  9. crowee

    Switchboard

    I have 4 or 5 different databases. I want to be able to open access and a switchboard come up and on that menu have controls to take you to either one of the switchboard. What would be the easiest way to do this?
  10. crowee

    System Tools File in my Start Menu

    Start: Programs: System Tools: I only have disk degrag and scan disk in this file. Where do I look for the others like System Conviguration Utility? Also I need the name of the file. This is the only way I know how to remove items off of my active start-up bar at the bottom right.
  11. crowee

    Printing Labels in Access

    Thank you for the info on the code for zip codes. When I do a report for labels and print them the zip code runs together its not separated by a (-). I had the code in correctly from the start. On any other kind of report it comes out correct, its only in the label report. ie. correct zip...
  12. crowee

    Access Label report

    When I do a report for printing labels the zip codes run together.. for example. 44241-1111 the correct way. here is the way the report prints it 442411111. how do I fix this???
  13. crowee

    Page Breaks

    I have multiple page breaks is there a way to delete them all at one time?
  14. crowee

    Print a single label

    I have put together a database of our clients name address, phone, etc. I want to put a button on the form so when you search for a client you can print just one label or envelope for that client. Is there a way I can do this.

Part and Inventory Search

Back
Top