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

    form filter to show multiple records

    I have a table with a field called LOCATION. I would like to make a form where a user could input a location and click search, and all the records in that location would show up. Can someone please give me a hint to jump start. Thank you so much. dc
  2. dcorleto

    SEARCH FROM DROP DOWN LIST

    have a combo box on a form that user can drop down to search for a record. Have it locked so user cannot change the list which comes from a primary key field in a table. Is there a way to allow the user to type in charactes that would bring the items in the list close to what the user is...
  3. dcorleto

    Get user input and generate a report

    I have a table linked to an excel sheet. Have run a Query that selects only the fields needed and returns all records. Would like to have a form that the user can input up to 10 employee numbers, and have the query run and return only those records that were input by the user. I know this is...
  4. dcorleto

    Move inventoryrecords easily

    I have db with tables: assets, employees, locations. They are all related, and somehow I've got forms actually working where I can see assets by location, or by employee. Ex. search for an employee and see what assets they have in a subform. My question: what is the best approach now to...
  5. dcorleto

    New db to track assets

    Looking for advise on a structure for maintaining hardware assets. Currently I am in the process of collecting model, serial, asset tag and locations in one table. Have another table of employees and the same location field in that table, so thinking that the location would be the common...
  6. dcorleto

    Update query - based on non matching criteria

    I need to update employee ID numbers into a table from data in another table. The table with the employee ID's have first and last name fields. The table that needs updating has the same field names, but the naming convention is different. For example, one table has Doe, John while the other...
  7. dcorleto

    Command on form to print only the displayed record

    Have a form with search capability. Once I am on the record that I want to see on the form, How can I use a Command Button to print a report for that selected record only? When I click the command button it runs the report for all the records. Thanks in advance
  8. dcorleto

    Quick Answer? Print one record of a report based on dialog box filter

    Have a report named "Workorder" setup from a Query. The total number of records is about 30. I would like to have the following happen... From the switchboard have an option to generate a workorder. A Dialog box would open requesting the "Code" (that is, one of the fields that has a unique...
  9. dcorleto

    lookup info from one table and insert into another

    Have table Projects with fields called EmployeeID and ContactName. Have another table called Contacts with EmployeeID and Name. Have set up a relationship between the two on Employee ID. Would like to have the database populate the name field automatically when I input the employeeID in the...
  10. dcorleto

    simple "order entry" form help

    I three tables. 1. Projects (code is unique field) 2. Vendors (have a a list in there and need to add as necessary) 3. Resource (a way to categorize what the vendor does - have some things in there, and need to add as necessary) I want to create a form that selects a code from the projects...
  11. dcorleto

    Here's my SQL - need help with one last statement to get a calculation

    Have the following mess of SQL code that creates a query based on several tables and other queries: SELECT SubProjects.Code, SubProjects.Client, Val(Nz(Sum(Budget.AvidHours),0)) AS SumOfAvidHours, Val(Nz(Sum(Budget.AvidSub),0)) AS SumOfAvidSub, Val(Nz(Sum(Budget.GraphicsHours),0)) AS...
  12. dcorleto

    Make a calculation expression based on sum fields in a query

    I have a totals query that sums several fields. I would like to make an additional field that takes three existed "summed" fields and adds or subtracts the values in each. How might I go about this?
  13. dcorleto

    append record with vba using formdocs

    I am on a trial version of a program called Formdocs and have created a form that calls data from various tables in an Access database using ODBC. That's fine. I have created another table in the database that I would like to hold the results of completed forms (includes subtotaled fields...
  14. dcorleto

    table setup help

    I have the following that needs to be created in table: Stock Quantity Price Amount The Stock is tape and could be VHS, Beta, or Other The Quantity could be any number between 1 and 10, however, (and here's where I get confused).... The Price is as follows - Quantity of (1) is one price...
  15. dcorleto

    Where to begin for a executable to lookup data in excel

    I have an excel sheet with only two columns - one named Project and the other named Subcode. Is it possible to create an small application using VB to be able to search on either one of these two column headings? I would like to be able to put in part of either one or the other, and have it...
  16. dcorleto

    Word Macro - reverse lines of text within a selected paragraph

    Please help - I have the following paragraph in Word Had last week Had last 2 weeks Had last 3 weeks Had last month Would like to select the text, run a macro and then have the following result: Had last month Had last 3 weeks Had last 2 weeks Had last week (Thereby reversing the order of...
  17. dcorleto

    Word - create table style based on an existing table

    I have a table that is formatted with all the appropriate sizing, borders, etc. I need to have several other tables formatted exactly the same way. How can I easily do that? Can I create a style based on the original table, or create some sort of empty table template, then paste in the other...
  18. dcorleto

    Windows Explorer Details - Show BPM column

    I would like to have the beats per minute tag shown in a column when viewing mp3 and wma files in Windows Explorer so that I could view/sort them in that order. Is there a way to show the BPM details without using 3rd party software? The BPM tag is already embedded in the files and has already...
  19. dcorleto

    add text to line end of tables - MSWORD macro help

    I have a document which contains text and tables The tables are formatted as such: text(paragraph mark) text(paragraph mark) text(paragraph mark) I would like to write a macro to have the tables now reflect the following: text(tab)L(tab)-(paragraph mark) text(tab)L(tab)-(paragraph mark)...
  20. dcorleto

    word macro - insert autotext at end of each line for highlighted text

    First, thanx for all the help I have received so far in this excellent group... I would like to highlight/select some lines of text - there is a paragraph mark at the end of each line. I have some autotext already created. I want to automate going to the end of each line in the highlighted...

Part and Inventory Search

Back
Top