Results 1 to 3 of 3
  1. #1
    theresa's Avatar
    theresa is offline Novice
    Windows 8 Access 2007
    Join Date
    Feb 2014
    Location
    Ireland
    Posts
    20

    form that would take records from existing query and add new record to table based on


    Hi, I'm trying to create a form that would show records from existing query and use them to add new record to table based on on this selection. I have a TblClients, TblCounsellors which are joined through a table called TblCounselling. I have a query called qryWaitingList which shows all the Clients not currently in Counselling. I would like to look at the qryWaitingList and select a Client to add to the TblCounselling along with a combo box of Counsellors in order to create a new Counselling record but I've tried a number of subform combinations but none seem to work. Can anyone help me with this

  2. #2
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,930
    Options appear too be:

    1. A form bound to TblCounselling with combobox to select client and combobox to select counselor - no subform involved

    2. Main form bound to TblClients and subform bound to TblCounselling with combobox to select counselor

    3. Main form bound to TblCounselors and subform bound to TblCounselling with combobox to select client

    Describe exactly what you have done or provide db for analysis.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  3. #3
    theresa's Avatar
    theresa is offline Novice
    Windows 8 Access 2007
    Join Date
    Feb 2014
    Location
    Ireland
    Posts
    20
    Thanks for that June7, just figured it out before seeing your reply. I did it as your option 1 states, In a data entry form I placed a combobox that selected the ClientRefID from the waiting list and used this to update the ClientID of the TblCounselling and the same for the Counsellor but I hid the CounsellorID Column, just showing the Counsellors full name to make it easier

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

Similar Threads

  1. Replies: 5
    Last Post: 12-02-2018, 11:43 PM
  2. Replies: 2
    Last Post: 06-24-2013, 10:41 AM
  3. Replies: 11
    Last Post: 05-23-2012, 08:42 AM
  4. Replies: 8
    Last Post: 02-26-2012, 09:48 PM
  5. Access 2007 - Creating New Records Based on Existing Records
    By GeorgeAugustinePhillips in forum Forms
    Replies: 9
    Last Post: 10-05-2011, 05:58 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