Results 1 to 5 of 5
  1. #1
    sgp667 is offline Novice
    Windows 7 64bit Access 2010 32bit
    Join Date
    Sep 2012
    Posts
    17

    Displaying new subforms in real time.

    Hi guys I am working on a CRM db, and I stuck on the forms of it.


    Here is the issue, while receiving a call from a customer db user might need to log multiple issues that are not related to one another, and more importantly these issues might have unique variables for example:

    During a call a customer complains about the service he is receiving BUT during the same call customer requests to receive an estimate for a different service
    -In a complain our variables would be service date, complain type, etc.
    -In an estimate our variables would be job size, service type, frequency of service etc.



    As you can see I cannot treat complains and estimate requests as new records in the same table because their fields will not match.
    They way I am hoping to solve this problem is by having a subforms show up in a list like records in table embedded in a form.
    I guess this would require a button similar to new record button but instead when clicked a new subform appears on the screen, hopefully in the same window.

    I should not that I don't know how to code in VB SQL or Macros but I know enough about them to embed there wherever needed.

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,624
    Maybe have subforms for complaints and estimates on pages of a tab control.
    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
    sgp667 is offline Novice
    Windows 7 64bit Access 2010 32bit
    Join Date
    Sep 2012
    Posts
    17
    That does sound like a good idea.

    So is there a way to control what tabs are aviable in TabNavigation based on a Query, like in ComboBox?

    I dont know if this is a good idea but I would add in main form a " New Concern" button that would create new Tab.
    To do that I would need a table that would connect Call to concerns( fields would be something like: Call ID, Concern ID, Concern Type). Based on Concern Type different subform would show under each tab, and based on Concern ID appropriate record from Compains, Estimates Etc. Table would be displayed in the subform( im assuming that user will later go back to what he/she recorded).

    I am not sure if this is a clear explanation, maybe you have a simpler or mor efficient solution.
    So again is there a way to control what tabs are aviable in TabNavigation based on a Query, like in ComboBox?

  4. #4
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,624
    Code can control visibility of tab control pages.

    Don't understand your idea for a 'New Concern' button. Why would that create a new tab? Creating a new tab requires modifying form design.

    Why would a different subform show under each tab?

    I don't understand your data structure. If you want to provide db for analysis, follow instructions at bottom of my post.
    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.

  5. #5
    sgp667 is offline Novice
    Windows 7 64bit Access 2010 32bit
    Join Date
    Sep 2012
    Posts
    17
    My db currently doesn't have the components for that yet but, in couple of that I will add them so that I can explain this better

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

Similar Threads

  1. Unbound text box real time updates
    By DB2010MN26 in forum Forms
    Replies: 14
    Last Post: 12-11-2011, 02:23 PM
  2. Real Time Incremental Back Up
    By GrnMtn7 in forum Access
    Replies: 1
    Last Post: 10-15-2011, 05:29 PM
  3. real time clock
    By krai in forum Access
    Replies: 1
    Last Post: 05-13-2010, 05:11 AM
  4. Real time database question
    By joet5402 in forum Forms
    Replies: 7
    Last Post: 04-01-2009, 09:00 PM
  5. Update a combo box in real time
    By protean_being in forum Forms
    Replies: 0
    Last Post: 05-17-2008, 07:39 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