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 wOOdy-Soft 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 smiley0q0

  1. smiley0q0

    rotate txtbox 90 degrees

    sweet!! guess i just kept missing that property... and i've looked! guess i was looking with my eyes closed .. lol thank you
  2. smiley0q0

    rotate txtbox 90 degrees

    is there any way to make a txt box show the text vertically? not like this D A T A but actually rotated 90 degrees... thanks, Jared
  3. smiley0q0

    project database

    has anyone made or seen an access project database to keep track of projects, their status, estimated completion time... etc. i've seen microsoft project .. just wondering if there was anything out there that i would be able to more easily manipulate to my own needs... thought about making...
  4. smiley0q0

    copy design mode of table

    i'd like to paste it in excel. i don't want the data, i just want to see the data design in table format... make sense?
  5. smiley0q0

    copy design mode of table

    is there any way i can copy and paste the design mode of a table? I need to see the Field name, the data type and the description? thanks, Smiley
  6. smiley0q0

    Specific formatting

    This is how i do it. in the input mask put \(###") "###" - "#### you can mess around with it and do your own spacing etc. hope that helps
  7. smiley0q0

    Netzero connection sucks up Windows Resources

    netzero is a waste of time, there are other internet providers out there that are less than the paid netzero, with absolutley no pop ups or advertisement bars. www.highstream.net it has national numbers and is only 8.95 a month for unlimited access. take a look at it, it's not a bad deal...
  8. smiley0q0

    close database when idle for period of time

    Is there a way to have a database close when it has been idle for longer than 30 minutes? would like a warning box to come up saying something like This database has been idle for 30 minutes, if you would like to keep it open, click whatever.... have that box have a timer thing on it that...
  9. smiley0q0

    maximizing on open

    right on!! THANK YOU!! just what i needed.
  10. smiley0q0

    maximizing on open

    yeah, i have those set like that... it's access itself that doesn't open as maximized.. my forms are not maximized, don't wnat them to be. but i want access it-self to maximize when it opens so that it doesn't screw up my form...
  11. smiley0q0

    maximizing on open

    Don't know if this is the right place to put this question but here goes. Why is it if i have an access database open and i open another, that one doesn't open in maximized mode? Is there any way I can change this so no matter what it opens maximized? I've tried the on open event, but for some...
  12. smiley0q0

    list box changed to datasheet form

    Here is my code that i used for my list box. Private Sub LstLocationList_DblClick(Cancel As Integer) Dim stDocName As String Dim stLinkCriteria As String stDocName = "FrmLocationDetail" stLinkCriteria = "[Location]=" & Me![LstLocationList]...
  13. smiley0q0

    list box changed to datasheet form

    I used to have a list box that listed several locations and other quick summary items from a table, if the users double clicked on one of the items a form would come up with the detail for that location. the users thought it would be nice to be able to sort by the columns in the list box, the...
  14. smiley0q0

    simple middle name pull formula

    WOW, very quick response thank you to you both. Skip, i used yours to start out with, because i'm familiar with that type of formula so thank you. But Neil, never even heard of that before, i tried it out and it worked great, wish i had of know about that earlier. but now i do. thank you...
  15. smiley0q0

    simple middle name pull formula

    hi, i'm sure this is pretty simple, but i'm a little rusty on my excel formula's i have column that has first, middle and last name seperatede by comma's i have managed to pull the first and last name out and put them into their own cell, but i am having a brain cramp of how to pull the middle...

Part and Inventory Search

Back
Top