Recent content by bossmack916

  1. B

    Populating Table with Form

    Yes but how do you add it to the Orders table? What is the vbcode? SQL?
  2. B

    Populating Table with Form

    I have a list of Vendors who each have their own set of products and pricing. I am trying to create an order form that will allow the user to select a product by Vendor and have the details of that product displayed so that the user can select the quantity and discount of the price. Once the...
  3. B

    No Expression Builder w/ Calculated fields

    ive read that before, however, I am trying to generate a report that totals the amount of total production in dollars. On the report now I have a text box named "Total" that has the expression quantity * price in it. Yet when trying to add a group sort in the report, I have no object named...
  4. B

    No Expression Builder w/ Calculated fields

    I am working on a database that someone else created, maybe in Access 2007 not sure. However, I am using Access 2010 and am trying to add a calculated field into my table and the Expression Builder is not populating. If this database were created in Access 2007, would that be the reason it...
  5. B

    Deleting A Record

    I need some assistance in deleting a record from a table using a command button. I am preety new to coding within Access, but can understand code better than I can produce it. Im not familiar with all of the syntax. With that said, here is what i have so far. I am trying to run a...
  6. B

    Blank Rows In Table

    I have a "Main Form" with a "Add New Order" button. When I click on "Add New Order" , the "Orders" form opens and allows you to add a new order. On this form is an "Order ID" field that keep record of the order number. However, everytime I open a new "Orders" form, the order ID skips a number...
Back
Top Bottom