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

    Workflow to effect multiple items in list

    Hi, I am working in Sharepoint Designer to create a custom workflow. I would like to create a workflow that will effect all of the items in a list that start with a number. As of right now I can only get a workflow to work on one item at a time. Is this possible? Thanks, Andrew
  2. seashore67

    method 'post' of object 'IOWSPostData' failed

    I am receiving this error when I attempt to import a spreadsheet into Sharepoint 2007. Please assist. Thanks, Andrew
  3. seashore67

    Access Database Blocked

    I am trying to upload an Access database and it is being blocked. I have looked through the site settings as I am an administrator, but I do not see where the blocked files are kept. Can someone please assist? Thanks, Andrew
  4. seashore67

    Insert a Tab

    Is it possible to insert a tab into text in html??? Thanks, Andrew
  5. seashore67

    ORA-12541 after Install

    I am not an Oracle user and not very good with Linux. That said my company asked me to install Oracle 10g on a Linux box so we could test our software. I have gone through the install and during the setup only received warnings that should not hurt the Oracle with one exception the network...
  6. seashore67

    Pop-up Menu

    Currently I have a Navigation bar with pop-up menus. I have it set for mouseover to display an image with my title underlined. I want it so that when a user is scrolling through the pop-up menu, the underlined image will still be there. Once a user goes to any other section I want the...
  7. seashore67

    Dropdown Menus

    Is it possible to create dropdown menus that point to different links? Thanks, Andrew
  8. seashore67

    Send Email with Command Button

    I have a table that includes a list of email addresses. Is there a way to set up a form and have a button send those email addresses into outlook or whatever the default email program is. Thanks for your help. A
  9. seashore67

    Display Query Results

    I have a query that obtains the sum of one of my fields. Is there a way to have a command button display that result in either a text box or label on a form. Thanks, Andrew
  10. seashore67

    Form to Search 4 Tables

    This is what I have as a base structure: I have 4 tables all related that have an id, name, and then the 12 months of the year on them. I want to create a form has the user enter an id number, a name, and then one of the 12 months and then display the information of all four tables on a subform...
  11. seashore67

    Print List of Queries

    Is there any method to print my list of queries I have developed. I just want a list so I can show my supervisors what we have queried and what we do not. Thanks. Andrew
  12. seashore67

    query to regulate years

    Here is my current coding: SELECT [Client Data].[Client Name], [Client Data].[Last Date In Program] FROM [Client Data] INNER JOIN [Post Partnum Info] ON [Client Data].[Client Name] = [Post Partnum Info].[Client Name] WHERE ((([Client Data].Age)>=20 And ([Client Data].Age)<=25) AND (((Year([Post...
  13. seashore67

    Count dates no matter what year

    I'm attempting to make a count query of different groups of months. For example, July 1st thru Sept 30th. How can I do this without putting in a year for the query. Thanks Andrew
  14. seashore67

    Separate dates by month/quarters

    I am attempting to do a query on a date field in order to separate everything by quarters. I want to be able to separate them into quarters (i.e. jan-mar, apr -jun, etc...) no matter what the year is. The date field includes the year and is causing me troubles. Any help in this matter is...
  15. seashore67

    Check Boxes in a table

    Is there any possibility of creating a check box within a table to display as a format. Thanks Andrew
  16. seashore67

    search engine form

    I am attempting to create a search engine that will search 4 different tables that are related to each other. I was curious if it was a possibility to create one form that will search all fields for what the user inserts and displays all the info related to that search. Thanks Andrew
  17. seashore67

    Query Error in an attempt to run

    I am getting an error that states &quot;Cannot join on Memo, OLE, or Hyperlink Object.&quot; What should I look for in an attempt to debug this and any other solutions. Thanks Andrew
  18. seashore67

    Automate an import of an sql

    Is there any way to automate an import of an sql server database...therefore creating an update of those tables?
  19. seashore67

    undoing switchboard restrictions

    I have created a switchboard that automatically opens upon start up of the database. It immediately eliminates all toolbars with the exception of the one i created. Is there a way I can get those back. I can't see anything anymore and I need to do more editing. Thanks
  20. seashore67

    Switchboard doesnt automatically open

    According to my book it states that the switchboard should open immediately when opening the database. My doesn't...is there something i have to do to create this feature? Thanks

Part and Inventory Search

Back
Top