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

    Access Query Criteria Based on Text Box values and Dates

    Hi, I am trying to create a query that does not return any records with the same BoxNo (box number) if those records also have a scheduled destruction year that is <=Year(Now()) I’ve spent almost 16 hours trying so many different IIf statements and expressions that I’m so confused. So, I hope...
  2. Dawnit

    Problem Sorting Search Engine Results

    Hi there, I'm have trouble tweaking the javascript for a search engine so that it sorts the result descriptions "desc" alphabetically. The search engine is otherwise running successfully on our internal website. I found the code here: http://www.javascriptkit.com/script/cut154.shtml Please...
  3. Dawnit

    Use of One table vs. multiple tables

    Hi there, My dilemma is deciding if setting up my particular data in separate tables would be beneficial or make revising this data on an as needed basis by an end user more complicated than if were to store the data in one table. My data is approx. 50 different records retention periods, which...
  4. Dawnit

    Autofill Text Box from Cascading Combobox

    Hi, I have a triple cascading combo box setup that works completely fine. The trouble I’m having is getting a text box related to the second combo box to autofill based on a selection, and I've spent more than 8 hours trying to figure it out! Here's the senario: The user selects a Class...
  5. Dawnit

    Conditional Formatting for Unique Text Values in Mulitple Fields

    Calling all experts! I need your help! I need to create conditional formatting (like highlighting) for multiple field values that do not match in my report that is based on a Union All query. First, you might need to know that my Union All query (detail below) returns all rows in tables A and...
  6. Dawnit

    Trouble Updating Table With Form Combo Boxes Having Expressions In Con

    Hi there Access Gurus! I have a data entry form that I want to use to create new records in a table that will be used to update another table. Most of the text and combo boxes work, but I’m having trouble with one text and one combo box that have expressions in their Control Source. I’ve...
  7. Dawnit

    Combine multiple field values into one - null values involved

    Hello there, I’d like to combine the text values from multiple fields from one table in one new field, for each record, and null values are involved. There are really a dozen fields to combine, but to make discussion easier, let’s say I have 6 fields to combine: Expr1 Expr2 Expr3 Expr4 Expr5...
  8. Dawnit

    lookup, return value based on complicated criteria

    How would you solve my problem? Senario: Table1 has 1 colunm of numbers (each greater than the previous by 6), field name is priceline: 10, 16, 22, 28, 34, 40, 46... through 298 Table2 has these fields: materials (number) markup (number) priceline (lookup field) Form1 has these...
  9. Dawnit

    Cascading combo boxes that will be autonomous record to record

    I need major help with my form that has triple cascading combo boxes. Combo box 1 is bound, combo box 2 and 3 are unbound. They cascade perfectly, EXCEPT when it comes to using them in a form where I need to have my selections of each combo box save to the underlying table AND work...
  10. Dawnit

    Too many decimal places

    Why is my report giving me weird decimal results for the calculated field adding the number I have listed, which are connected to an underlying table with number fields? 0.45 0.4 0 0.5 0.1 0.1 0.55 and 1.000000 field with: =Sum([fieldname] Would like 0.55 and...
  11. Dawnit

    Help me control decimals &amp; &quot;,&quot;

    I've tried everything I can think of! Underlying table has number fields where I need various entries formated exactly like these examples:.05, .5, 1, 1.5, 250, 3500 field size is: Single format is: General decimal is: Auto Report has text boxes with these settings: format is: General decimal...
  12. Dawnit

    mail merge in Office Binder

    Help! Is it possible to perform a mail merge with documents in a Binder? My binder has a form protected Word document with form fields and an excel workbook. I would like to merge info from excel into the word fields. I can do this when these docs are not in the binder, but WHEN THEY ARE...
  13. Dawnit

    Sort report same as underlying table/query

    Hello! I have an Access 2000 table or query that is NOT sorted ascending or descending, which is what I want. The table or query is the data source for a report that must reflect the record order as defined in the table or query. My report settings are as follows: sorting and grouping: field...
  14. Dawnit

    Sort report same as underlying table/query

    Hello! I have an Access 2000 table or query that is NOT sorted ascending or descending, which is what I want. The table or query is the data source for a report that must reflect the record order as defined in the table or query. My report settings are as follows: sorting and grouping: field...
  15. Dawnit

    &quot;DistinctCount:&quot; in Documentor refers to?

    Hi, can anyone tell me &quot;DistinctCount:&quot; refers to in the Table Indexes section of my Analyse/Documentor document for a table? Example of print out: Table Indexes Name Number of Fields All RecordsContents Clustered: False DistinctCount: 10 All...
  16. Dawnit

    DateAdd(&quot;yyyy&quot; problem

    Hi gurus! If I have this formula in my update query: IIf([Descriptions Retentions]![Perm]=Yes,Null,DateAdd(&quot;yyyy&quot;,([Descriptions Retentions]![DeptRet]+[Descriptions Retentions]![WrhseRet]),[A/P Records]![DateTo])) How can I get it to return 12/31/yy no matter what date is in the...
  17. Dawnit

    Record order not matching underlying table

    Please help! How can I get a form to sort by more that one field? My form order by property is set for [Table].Description, and my table is sorted by both Description and date. I need the records in my form to go in the order of description and date. Thanks for anyone who can help!
  18. Dawnit

    Update query w/IIf and DateAdd functions

    Hi! I am having trouble with a formula in the Update to: of my update query. I can get it to update a date field in the underlying table with this formula: DateAdd(&quot;yyyy&quot;,([table1]![Number1]+[table1]![Number2]),[table2]![Date]) but, if a check box in another field is checked, I...
  19. Dawnit

    ComboBox 1 to determine BocmboBox 2 items

    Sorry, left subject off first thread! Thanks in advance to as many of you who will be able to give me answers/options: I have a form with two combo boxes, each has an SQL row source property that returns unique records from two different tables: descriptions and sub-descriptions. In the...
  20. Dawnit

    Thanks in advance to as many of you

    Thanks in advance to as many of you who will be able to give me answers/options: I have a form with two combo boxes, each has an SQL row source property that returns unique records from two different tables: descriptions and sub-descriptions. In the first combo box, I have 15 descriptions...

Part and Inventory Search

Back
Top