Results 1 to 3 of 3
  1. #1
    frdnwr is offline Novice
    Windows 7 32bit Access 2007
    Join Date
    Apr 2013
    Posts
    8

    Multiple records form

    Hello there,


    I'm trying to figure out the logic for creating a form, that will insert multiple records into the same table in the following way :
    I have 25 rooms
    I need a form to enter - daily- what is the stock in each room
    so I designed a form that lists 25 rows, each row is for one of the rooms, then the user should complete data for each row.

    I also want to add something, I want to display the stock in the room for the last day, and, make it the default value in the current feild, so if there is a change in stock, user can type in the new value, else, he will leave it and it'll record yesterday's value.

    Hope i made it clear, I really need help on this, been thinking of many stupid ways , but I can't figure it out.

  2. #2
    amrut is offline Expert
    Windows 7 64bit Access 2010 32bit
    Join Date
    Jun 2012
    Location
    India
    Posts
    616
    Run an append query to copy previous day's record with a changed date to the table before displaying on form.

  3. #3
    Dal Jeanis is offline VIP
    Windows 7 32bit Access 2010 32bit
    Join Date
    May 2013
    Location
    Dallas TX
    Posts
    1,742
    That kind of design depends on how much you trust the user.
    For instance, if you trust the user to be accurate:
    A) The user clicks a button to state he's ready with the inventory.
    B) The form copies all the prior day's records and inserts them into the table, setting a flag on each record that states the record is "unverified".
    C) The form displays all unverified records.
    D) The user changes any fields that need to be changed.
    E) After each field of the record is verified, the user clicks "Okay" to mark it as verified, the screen is requeried, and the record disappears from the screen.

    Or, if you don't trust the user, you could make it a game.
    For each of the inventory fields for a room, have four radio buttons. Three of them would be (in random order) the prior day's actual inventory, and two random numbers plus or minus a few from the prior day's inventory. The fourth, the bottom field, would be an open entry field (maybe a spinner) that they could enter any actual inventory number into, if the three that you presented were not correct. That way, the user stays awake, the inventories stay accurate, and a lazy user can't just click "Okay" and get away with not doing her job.

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

Similar Threads

  1. Multiple records from one form
    By Rafeke in forum Access
    Replies: 3
    Last Post: 05-31-2013, 08:04 AM
  2. Replies: 5
    Last Post: 12-21-2012, 11:05 PM
  3. Multiple Records On the same Form(ish)
    By Dalagrath in forum Forms
    Replies: 0
    Last Post: 03-30-2011, 11:13 AM
  4. Multiple records, one form
    By andwhy81 in forum Forms
    Replies: 16
    Last Post: 10-04-2010, 01:12 PM
  5. One Form, Multiple records
    By andwhy81 in forum Forms
    Replies: 3
    Last Post: 09-21-2010, 12:12 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