Recent content by Kelly@AllenEnt

  1. K

    Sorting issues in report

    That sorted it. Thanks. Why did the original way stop working?
  2. K

    Sorting issues in report

    I have a report that I have been using for a long time. For some reason, it is refusing to sort by "Order Date" properly now. I have it checked it marked for "ascending" in the design view. It is sorted in the table and query that creates the report. Yet for some reason, it will not sort...
  3. K

    help with query with checkbox/calculated field

    "OUTSTANDING" is a calculated field in the Form based on the "payment subtotal" which is also a calculated field. I think the "OUTSTANDING" column in the "ORDERS" table is erroneous. I wish the calculation from the form would store in the table as a number. But that is wishful thinking. What...
  4. K

    help with query with checkbox/calculated field

    When I run the query, it is blank
  5. K

    help with query with checkbox/calculated field

    with or without criteria, Outstanding is blank.
  6. K

    help with query with checkbox/calculated field

    I did as suggested and it wants me to enter parameter value for "txtTotalPayments". If I don't, everything comes back as NO.
  7. K

    help with query with checkbox/calculated field

    Hello, I have a database that has a check box that automatically checks when the outstanding amount is less than or equal to $0.05. =IIf([OUTSTANDING]<=0.05 And [COMMISSION]>=0,-1,0) When the criteria is true, my Form automatically checks the box marked "paid". I have a report based on a...
  8. K

    yes/no/maybe

    Great analogy. Made perfect sense!
  9. K

    yes/no/maybe

    I have a field that is currently a yes/no field. I would like it to be a yes/no/? option. I want the default for that field to be the ? to be manually changed to a yes or no once it is decided. Is there a way to do that?
  10. K

    limit date outputs in query

    Perfect! Thank you. I knew it had to be something simple!
  11. K

    limit date outputs in query

    I cannot post the database as it contains confidential information. screen captures are attached. I assure you it is date/time in the Order table. I have typed in the query criteria: Between #1/1/2011# And #12/31/2013# The results are showing 1996, 2002 and above.
  12. K

    limit date outputs in query

    No I am not including the quotes. I just put them there so you would know exactly what I was typing.
  13. K

    limit date outputs in query

    I have a query that is pulling information from 2 tables: airport codes and orders. I was able to select the 7 states I wanted without any problem. I am trying to limit the "order date" by using the criteria ">=#1/1/2011#". I want the query to only choose those orders that were dated 1/1/2011 to...
  14. K

    New Quick Tutorial - Exclude Data using a table

    This was great. Thank you for the useful information.
  15. K

    form with subform

    I do not understanding what you mean. In my database, the control source, when I look at the field in the form shows, the calculation. I opened the form in the one you sent and everything has either #error or #name?. Unfortunately, because of confidentiality, I cannot attach my complete...
Top Bottom