Results 1 to 4 of 4
  1. #1
    Blindability is offline Novice
    Windows 7 32bit Access 2013
    Join Date
    Oct 2015
    Posts
    5

    Form within a form within a form


    Hi Guys

    I am an intermediate Access user from days gone by and have started to use it again for a charity.

    I have been asked to produce a CRM database with a number of different functions.

    I want to create a form that allows me to search for an individual customer (either by URN, First Name, Surname or Postcode) and for the individual record to be displayed underneath the form. I then want to be able to have a place where I can details what has been discussed with that client and who has spoken with them. Each of these entries would then be stored with their own URN whilst also showing the customer number, details of the exchange and who has entered the information. I need this for audit purposes.

    Can anybody help with some advice??

    Thanks in advance.

    Matt

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,771
    Why do you need 3 form levels?

    Main form bound to Customers and subform bound to detail dataset.

    Here is one method to filter the main form dataset http://www.allenbrowne.com/ser-62.html
    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
    Blindability is offline Novice
    Windows 7 32bit Access 2013
    Join Date
    Oct 2015
    Posts
    5
    Thanks for your reply. The link does half of what I am looking to achieve in that I can find the customer information.

    The second part of the form is to have the ability to fill in information for another source.

    Essentially one of the staff members would find a customer (your example would work for this), and then when they have selected the correct customer would fill in a separate part of the form to details what they have discussed. This information would need to be saved in a separate table to enable reports to be run showing which member of staff had put in each comment.

    I haven't used Access in some time and am really struggling to find my way around 2013 and in some instances remember some bits!!

  4. #4
    CJ_London is offline VIP
    Windows 8 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,933
    Assuming your table structure is along these lines

    tblCustomers
    CustomerPK autonumber
    CustomerName text
    ...
    ...

    tblNotes
    NotesPK autoNumber
    CustomerFK long
    Notes Memo
    NoteDate date (default value now())
    ...
    ...

    Main single form with recordsource of tblcustomers with an unbound combobox to find customers

    subform with recordsource of tblNotes in datasheet or continuous form view with the linkchild property set to customerFK and linkmaster to customerPK

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

Similar Threads

  1. Replies: 8
    Last Post: 09-14-2015, 09:38 PM
  2. Replies: 1
    Last Post: 11-18-2014, 12:35 PM
  3. Replies: 0
    Last Post: 06-03-2014, 05:15 AM
  4. Replies: 6
    Last Post: 09-02-2012, 04:30 PM
  5. Replies: 9
    Last Post: 02-15-2011, 03:05 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