Page 5 of 9 FirstFirst 123456789 LastLast
Results 61 to 75 of 123
  1. #61
    leeli67 is offline Advanced Beginner
    Windows 7 32bit Access 2007
    Join Date
    Feb 2012
    Location
    London UK
    Posts
    77
    So maybe the first 20 orders i put in will be repeated as and when I need them, thank you , I will also look up append query also.

  2. #62
    leeli67 is offline Advanced Beginner
    Windows 7 32bit Access 2007
    Join Date
    Feb 2012
    Location
    London UK
    Posts
    77
    1 quick one JZ
    1 . will i have to make a new order form to incorporate the standing order.

  3. #63
    jzwp11 is offline VIP
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jun 2010
    Location
    Dayton, OH
    Posts
    2,901
    No, the standing order is just a reference to a regular order just to get the list of items. You will need to create a form where you would select the specific order number of a customer that you want to use as the standing order, but you do not need a separate order form where you would list the items.

  4. #64
    leeli67 is offline Advanced Beginner
    Windows 7 32bit Access 2007
    Join Date
    Feb 2012
    Location
    London UK
    Posts
    77
    Morning , JZW , can you think of a way I could display all the weeks orders for 1 customer that is editable ?

  5. #65
    jzwp11 is offline VIP
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jun 2010
    Location
    Dayton, OH
    Posts
    2,901
    One way is to have an unbound form where you enter your criteria (customer and date range), you would use that as a filter to open another form to that specific information. The second form would be based on a query. Now, as to it being editable that is possible to a point (it will depend on the types & number of joins you have in the query). Do you know what fields you want to be able to edit?

  6. #66
    leeli67 is offline Advanced Beginner
    Windows 7 32bit Access 2007
    Join Date
    Feb 2012
    Location
    London UK
    Posts
    77
    it would just be changing "Quantity"of standing orders for the next day, i.e customer A wants 20 not 22 rolls the next day

    I also need to display it like this


    ________Mon tue wed thur fri
    product1 5 5 5 10 5
    product2 10 10 10 10 10
    product3 7 6 5 4 4
    etc


    its all bunched up but basically products going down and days of the week going across with quantity filling the columns
    any ideas

  7. #67
    jzwp11 is offline VIP
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jun 2010
    Location
    Dayton, OH
    Posts
    2,901
    What you would do there is to run the append query (you could still use the unbound form to select the customer and the standing order). After the append query runs, you would open your regular order form to the new record and then you would be able to amend the quantities as necessary for that order.

  8. #68
    leeli67 is offline Advanced Beginner
    Windows 7 32bit Access 2007
    Join Date
    Feb 2012
    Location
    London UK
    Posts
    77
    Wow , I think im trying to run before I can walk , your last few post have got me scratching my head , only because i'm no way the standard that you obviously are. I order access 2007 for dummies the other day it should be here soon. meanwhile I'll carry on filling in orders , I have about 500 lines of standing orders to fill in which will be the first 500 or so orders in the order table, then ill delete the order form ive been using and i'll go back to where you described an order form with lines of orders already filled, still not sure about this append query , but thanks a million for all your help.

    Lee

  9. #69
    leeli67 is offline Advanced Beginner
    Windows 7 32bit Access 2007
    Join Date
    Feb 2012
    Location
    London UK
    Posts
    77
    also getting a book on visual basic for applications

  10. #70
    jzwp11 is offline VIP
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jun 2010
    Location
    Dayton, OH
    Posts
    2,901
    There would be no need to delete the form you are using now especially if it is working for you. You can use that form even using the approach I mentioned for the standing order. If you want to post your database with some sample data in it, then we can starting creating the unbound form & append query I mentioned. Unless, of course, you want to give it a shot on your own once you have a chance to read up on things when your books arrive.

  11. #71
    leeli67 is offline Advanced Beginner
    Windows 7 32bit Access 2007
    Join Date
    Feb 2012
    Location
    London UK
    Posts
    77
    Hi Jzw , That would be good. Even if you could just make sure im not wasting my time with the orders ive been putting in. So far I have entered the orders for a couple of customers Mon - Friday, which you will see in the [tblOrders] . theres a jump in orderID numbers from 5 to 10 , I had to delete some ,if you look at customer Olivers Butchers , that is a typical weeks order for a customer. Would be more than happy to hear your views.

    Lee

  12. #72
    jzwp11 is offline VIP
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jun 2010
    Location
    Dayton, OH
    Posts
    2,901
    I'll take a look at the database tomorrow.

  13. #73
    jzwp11 is offline VIP
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jun 2010
    Location
    Dayton, OH
    Posts
    2,901
    I see that you have a standing order for each day of the week for a particular customer. When do the new orders typically get created? Do you do them all at one time for say the following week?

  14. #74
    leeli67 is offline Advanced Beginner
    Windows 7 32bit Access 2007
    Join Date
    Feb 2012
    Location
    London UK
    Posts
    77
    from what I have witnessed in the office , when the daily delivery driver returns from the round of customers he sometimes has sheets from the customers that change their order for the next day. So some way of calling up the customer to see the standing order for the next day or an editable weekly view. is what im trying to achieve, but then once edited , obviously saved as an order.

    Lee

  15. #75
    jzwp11 is offline VIP
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jun 2010
    Location
    Dayton, OH
    Posts
    2,901
    In the attached database, I created a form (frmCreateNewOrderFromStandingOrders) that has the code behind the button to create a new order based on the standing order. I did put some comments in the code to explain what each section is doing.

    I also created another form (frmCustomer) where you can define standing orders for your customers rather than doing it directly in the table.
    Attached Files Attached Files

Please reply to this thread with any new information or opinions.

Similar Threads

  1. tricky trash can counting
    By M_Herb in forum Access
    Replies: 3
    Last Post: 02-16-2012, 10:42 AM
  2. Tricky (for me) SQL Query using COUNT
    By acdougla17 in forum Access
    Replies: 1
    Last Post: 10-31-2011, 01:49 PM
  3. Replies: 1
    Last Post: 08-11-2011, 12:48 PM
  4. SQL expression to perform a calculation
    By springboardjg in forum Queries
    Replies: 1
    Last Post: 05-20-2011, 06:57 AM
  5. Tricky Values in a Combo Box
    By vt800c in forum Forms
    Replies: 5
    Last Post: 05-19-2011, 01:33 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums