Search results

  1. S

    Query not showing all results

    Hi there, Tried both ways, and still not working. If there is a value in the top (first) row of the query, the calculation works fine - I have [HeadWholesale] with data entered, and I can add, subtract, multiply, etc. by this value. However, when I try to add [Headwholesale] +...
  2. S

    Query not showing all results

    The LEFT Join worked. I can now see all of my results. Next problem - I can't get any calculations to work in the query. I put [fieldname] + [fieldname2] in the expression, and it askes me for a parameter value for [fieldname]. I have the fields in the query, all visible, and pulling the...
  3. S

    Query not showing all results

    Got it. Worked perfectly! Thanks for the Help!!
  4. S

    Query not showing all results

    Hello, I have been working on this for awhile, and am definitely missing something. I have a query that is pulling data from multiple tables. When on of the fields are blank, it does not show the result in the query. I have tried Is Null in the Criteria and Is Not Null in the OR section...
  5. S

    Change file name when emailing a report

    Hi All, I have looked around for the answer, and am still confused, so help please. I am using Access 2010, and understand how to email a report or save it as a pdf. My problem is when I email the report, and select to send it as a pdf, the name of the file is the same as my report (by...
  6. S

    Query calculations with unrelated tables

    Hi and Thanks for the response! My OrderDetails table has some of its product specifics populated in a form from info from unrelated tables. After a bit of research, can I use the DLOOKUP function to get info from these unrelated tables into a query so that I can do some calculations? If so...
  7. S

    Query calculations with unrelated tables

    Hi All, My DB has an Order Details table that uses dynamic combo boxes to fill in criteria from my form. The Oder Entry form uses a combo box to select the type of product, this generates specific choices for values in the next product combo box (from a product table), and so on. The result...
  8. S

    CHeck Box for Shipping Address

    Got it figured out. Thanks for the help!
  9. S

    CHeck Box for Shipping Address

    I think I understand the concept, but am not sure how and where to put this expression. I have my query built with the CustomerID, Address1, Address2, City, State, Zip, OrderID, Shipping Address1, Shipping Address2, ShippingCity, Shipping State, and ShippingZIP fields. How would my Iif...
  10. S

    CHeck Box for Shipping Address

    OK, makes sense. Hadn't thought of it that way. Can you show me some detail (steps, code, etc.) of how to do #3?
  11. S

    CHeck Box for Shipping Address

    Hi there, I have a DB with the Customer address in the Contacts Table, and a product shipping address in the Order Table. I have added the shipping address fields to my form, and would like to put a check box that automatically populates the shipping address fields with the Customer address...
  12. S

    Multiple commands in After_Update

    That worked. Thanks so Much!!
  13. S

    Multiple commands in After_Update

    Got it. I'll try that. Thanks!!
  14. S

    Multiple commands in After_Update

    Sorry, but I don't know exactly where to insert the code for the third combo box. Can anyone help?
  15. S

    Multiple commands in After_Update

    Thanks for that! Can you give me an idea about how that code would look based on my example? Thanks!
  16. S

    Multiple commands in After_Update

    Hello, I'm new to the forum, and an intermediate Access user. I really would appreciate any help! I have created a form with multiple combo boxes. The user selects a value from the first combo box. The result of this choice changes the selection of the second combo box. Here is my...
Back
Top Bottom