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

  1. 44macfan

    UserForm won't open automatically

    I can't seem to get my userform to open when the workbook opens. Sub ShowForm() UserForm1.Show End Sub I have this code in the UserForm Code but the from just flashes up when I open the workbook and then it is gone. What am I doing wrong? I am a bit of a novice with VB so don't laugh too...
  2. 44macfan

    Apple Mac????

    I think that he can just go in and delete the www. and the .com and hit enter. Then have your user bookmark the site and presto it should be fixed. This should not be that difficult because there are a many web sites that do not start with www and do not end in .com. The Mac browsers put...
  3. 44macfan

    Creating Backgrounds for Powerpoint

    I am wondering how to create Powerpoint .pot files to use as the backgroung for presentations? This is probably very simple but what the heck I don't know how. I have access to any number of graphics Apps to create an image, but have never seen a "save as" .pot option. Thanks.
  4. 44macfan

    Importing an Outlook folder DIRECTLY into Access table

    thanks Terry I guess I neglected to mention that i had tried to export to access using the wizard. I does not keep the tab delimitted fields aligned properly. It places them all in one field. CG
  5. 44macfan

    Importing an Outlook folder DIRECTLY into Access table

    I am trying to import a group of emails from a survey into an Access table. I can do it using Outlook's export to text (windows) feature, but that makes for a tedious process that some of my users may not be able to do. The email also comes in with all of the email junk (ie tomail, frommail...
  6. 44macfan

    Returning part of a number with a query

    Thanks Guys TypeLast3: Right$([Type],3) worked Chad
  7. 44macfan

    Returning part of a number with a query

    I have a table with a field that contains 13-18 digit "type" codes. I wish to run a query that will return only the last three digits of this code. Is there a way of formatting the field in the query to do this? Or some other method? Thanks

Part and Inventory Search

Back
Top