Results 1 to 4 of 4
  1. #1
    Candace is offline Novice
    Windows 7 64bit Access 2016
    Join Date
    Mar 2017
    Posts
    6

    Question Auto enter a delivery each month for a year on same day each week


    I We deliver loads and some people call and want us to do 1 every week for the year and some may want 2 per week for the year. Others just call and order when they need. It gets pretty busy so this is a simple order board to track orders, deliveries and cancelled deliveries. I have the board and tables and forms and things already done and it works great. The board opens to a multi record form that you can only view. All the buttons to add, change and cancel orders are on that form. I would like to put another button to set up a form that lets you enter ((along with the regular info) or even add to the new order form)) how many loads, in what period of time and for how long on that schedule. And add the records when you click save It would be a cool addition.

  2. #2
    Micron is online now Very Inert Person
    Windows 7 32bit Access 2007
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    13,423
    All I can get from your post is that you want to put a button on your existing form which will open another form that you haven't created yet. Is that right?
    The more we hear silence, the more we begin to think about our value in this universe.
    Paraphrase of Professor Brian Cox.

  3. #3
    Candace is offline Novice
    Windows 7 64bit Access 2016
    Join Date
    Mar 2017
    Posts
    6
    Yes...what all would I need to do to make everything happen the way I explained it? What would be the best way to generate duplicate records per scheduled date? Can you send me in the right direction..with what I need to do?

  4. #4
    Micron is online now Very Inert Person
    Windows 7 32bit Access 2007
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    13,423
    Sorry, your post is too confusing. You say that the form is view only, yet it has these buttons to add, edit and delete and yet everything works great. Why don't you just use the form you have to add, edit or delete records instead of creating another one? To answer part of your question, a button would need a click event that uses the DoCmd.OpenForm method. Since it has parameters that may be significant to you, I'm posting the link as opposed to a stripped down version of its use: https://msdn.microsoft.com/en-us/lib.../ff820845.aspx

    Again, it is usually preferable to minimize the creation of db objects such as forms/reports. Re-using or changing properties is the better way to go when possible. In your case, perhaps that is changing the form from view only to being able to modify records, based on some sort of condition such as user permissions. You'll have to provide much more clear and concise information about what you have and what you need or want to do (and why) and how it fits into a process. BTW, duplicating records is usually a bad idea.
    Last edited by Micron; 03-06-2017 at 10:35 AM. Reason: added info

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

Similar Threads

  1. Replies: 2
    Last Post: 04-14-2016, 06:30 PM
  2. Replies: 3
    Last Post: 06-22-2015, 06:36 AM
  3. Replies: 1
    Last Post: 02-01-2015, 12:27 PM
  4. Replies: 1
    Last Post: 11-01-2013, 11:53 AM
  5. Week Number of Month not Year?
    By kwooten in forum Queries
    Replies: 6
    Last Post: 05-01-2013, 06:59 AM

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