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

  • Users: Boots6
  • Content: Threads
  • Order by date
  1. Boots6

    Excel Calculator

    Hello, I have an worksheet that contains a chart with Max Vertical, Max Horizontal and Pump Size. There are 37 combinations of vertical and horizontal that determine pump size needed. Right now, the user enters vertical and horizontal length needed in cells R13 and S13. The column to the...
  2. Boots6

    Best Practices for Creating New Records for Related Tables

    Hello, I have a database I use for weekly company meetings. I have different tables for each department so I can use the "Collect Data Via Email" wizard to send the employees their forms. I only allow them to "Update Existing Information" so they don't reply several times (which they do) and...
  3. Boots6

    Formula Not Copying Down Correctly After VBA Copy/Insert Procedure

    I have a Form for my excel with Text Boxes BelowRow and NumberOfRows that I use to get values for which cell the user wants to insert below and how many rows they would like to insert. The formulas must be included in the new rows so I copy the "BelowRow" and insert it above the row beneath it...
  4. Boots6

    Data Validation Cell Showing Contents in Another Cell

    Hello, I have an excel with 5 worksheets: CONC SUMMARY POUR ENTRY PUMP SUMMARY PUMP ENTRY PRICING On the POUR ENTRY Worksheet Cells in Column B I use Data Validation from a list on the PRICING Worksheet. On the PUMP ENTRY Worksheet I want the cells to automatically populate with the same...
  5. Boots6

    Navigation Form Problem

    Hello, I'm using a navigation form to contain my various forms. I can't seem to figure out how to "wake up" the Navigation Tab I was on after closing a report called from a button. Specifically, my Information Navigation Tab contains the form Information. On that form I have a button that...
  6. Boots6

    Setting a Control with an Iif Statement

    This is on a report not a form, but hopefully someone can help me. I have a report that has fields: NAME, CLASSIFICATION, and WAGE. The report's Record Source is a Query called qryDISTRIBUTION. I want the WAGE field to be blank if the the CLASSIFICATION = "Superintendent" I tried setting...
  7. Boots6

    Database Design Question

    Hello, I have been struggling this for a while now so hopefully someone with a little more expertise can help me. I've created an inventory database but I am having trouble getting the reports that I want out of my data. I have a Projects table with all pertinent info relating to each...
  8. Boots6

    Access - Server Issue

    Hello, All of our company documents are stored on a local server in the office. This server is backed up to a cloud server. Whenever I am working on an Access document, after about 10 minutes or so I get the error: Your network access was interrupted. Please close down the database and...
  9. Boots6

    Query Trouble

    I'm trying to figure out a query to get an itemized detail list so I can see what materials I have at which job, but I'm having trouble figuring out the right way to do it. I have a Material Transfer Table with "JOB_IN" AND "JOB_OUT" fields. The Material Transfer ID is linked to the Detail...
  10. Boots6

    Filtering across Combo Boxes on a Form

    Hello, I have a table for my inventory with fields 1_CAT, 2_CAT, 3_CAT, and 4_CAT. I have a DETAIL table that I am trying to make a datasheet Form from that has all of these categories. I want the user to select an item from the 1_CAT category and have it filter the records that show up in...
  11. Boots6

    Filtering Subform From Navigation Form

    Hello, I have a combo box with values "OPEN", "REVISED", " ", etc on a subform of a navigation form. I've tried to nail down the syntax to get to it from the navigation form, but have had so much trouble getting it right. I've tried to use Me.ActiveControl to get around the problem and it...
  12. Boots6

    WHERE Statement to Filter Records on Form

    I’m having trouble getting my form to filter based on my WHERE statement and I would really appreciate any help. I have Tables 1_CAT and 2_CAT. 1_CAT stores the main inventory categories in the field M_CAT. 2_CAT contains the fields M_CAT (a look-up field to M_CAT in the 1_CAT table), S_CAT...
  13. Boots6

    Navigation Form Requires Paramaters Other Does Not

    Hello, I have an RFI Log form and an RFI Full View Form that looks like the entire letter so people can adjust fields how they want in the letter format. Next to each record in teh RFI_Log, I have a "Full View" button that opens up the Full View form of that record only using this where...
  14. Boots6

    Printing Attachments

    Hello, I have my forms formatted to print without having to put them into a report first. Is there any way to get a specific record's attachment files to print with the form at the same time? Thanks!
  15. Boots6

    Combo Box / Text Box Problem

    I have an "RFI" and a "SUBMITTAL" form. Both of them have "TO" combo boxes connected to the "Contacts" table as a look-up field. On the "RFI" form, I made the "TO" combo box, added all of the fields from the "Contacts" table that I needed for the form so the Control Source is To and the Row...
  16. Boots6

    Default Value Field

    I have an RFI and a Contacts table. I have an RFI form that has "To" and "From" look up fields connected back to my Contacts table. I am trying to add Title, Address, etc fields for the "To" and "From" fields using the Default Value property. I have created a text box with the Control Source...
  17. Boots6

    Access Default Value Problem

    I have an RFI and a Contacts table. I have an RFI form that has "To" and "From" look up fields connected back to my Contacts table. I am trying to add Title, Address, etc fields for the "To" and "From" fields using the Default Value property. I have created a text box with the Control Source...
  18. Boots6

    Insert Picture then Next

    I have this code to insert my pictures half size into a certain cell. How can I get it to give the option to choose another picture and insert it the next available cell? Here's my code: Sub EmbedPicture() Dim sPicture As String, pic As Picture ChDir "C:\Pathname\" sPicture =...
  19. Boots6

    Outlook SaveAs with Attachment

    Hello, I have the following code that saves a message to our server with the Date/Time and Subject of the email then sends: Sub SaveAs828() Dim myItem As Outlook.Inspector Dim objItem As Object Dim EmailDate As Date Dim MyMail As MailItem Dim MailDate As String On Error...
  20. Boots6

    Embedding OLEObject in Specific Cell

    Hello, I have a Code that inserts an embedded object (a picture) into an excel and puts a preview of the picture into Cell "D36". I want to find a way to Set the Object (which is just an icon when double clicked pulls up the full view of the picture) to a certain cell with that cell's...

Part and Inventory Search

Back
Top