Page 1 of 2 12 LastLast
Results 1 to 15 of 28
  1. #1
    harish is offline Novice
    Windows XP Access 2007
    Join Date
    Feb 2012
    Posts
    15

    Sales Pipeline

    HI all,

    How to generate reports in sales pipeline predefined template based on the user login. After successfully login by the user, based upon the user we need to generate all reports.

    Note: Here i am already created login for this template.

    Best Regards,


    harish.y

  2. #2
    June7's Avatar
    June7 is online now VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,933
    Presume you have a table of users with fields for name, ID, password, department. You know who logged in then you know what department they are in. When they login save their userID & department to global variables or populate textboxes on a form that never closes such as a main menu. Need value in data tables that can be used to filter records on userID or department using the variable or textbox as input parameter.
    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
    harish is offline Novice
    Windows XP Access 2007
    Join Date
    Feb 2012
    Posts
    15
    HI,
    I am new for ms access. I don't know how to create global variables in ms access and I want pass the username from login page to all reporting pages.
    One more question is i want edit predefined report query where i can find this query because based upon global variables i want filter the report meanwhile you just leave your email id, i can send my sales pipeline database.
    please help me about this problem.any help is appreciate.


    Best Regards,
    Harish.Y

  4. #4
    June7's Avatar
    June7 is online now VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,933
    Attach file to post. Copy, remove confidential data, run Compact & Repair, zip if still large. Attachment Manager is below the Advanced post editor.
    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
    harish is offline Novice
    Windows XP Access 2007
    Join Date
    Feb 2012
    Posts
    15

    sales pipeline

    Hi june7,

    I am unable to attach my file because my rar file size is 4mb. Please give your official email id then i will send my file to yo.

    Best Regards,
    Harish.Y

  6. #6
    June7's Avatar
    June7 is online now VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,933
    I can open only Windows compressed zip file.

    You ran Compact & Repair before zip?

    Upload to fileshare site such as Box.com and post link to the file.
    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.

  7. #7
    harish is offline Novice
    Windows XP Access 2007
    Join Date
    Feb 2012
    Posts
    15
    HI,

    Please find below link
    http://www.box.com/s/vy2lva3rfp4f8n8ht65b

    PFA of demosales1.rar and demosales1.accdb

    I set password for salespipeline database

    Password: guptha

    After opening the sales pipeline database please find unassigned objects, In that one i am created login form and tblmasterusers table for carrying the user details.

    Best Regards,
    Harish.Y

  8. #8
    June7's Avatar
    June7 is online now VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,933
    Users will be those listed in tblMasterusers?

    Several ways to control user interaction with data.

    1. Hide the Navigation pane and disable the ribbon and shortcut menus and password login. These restrictions can be overridden by holding the shift key when opening project.

    2. Prevent access to certain forms and reports by disabling command buttons that would open those objects.

    3. Have fields in tables that can be used to filter records by the UserName or UserType or the department user belongs to or some other stored value.

    4. Implement more advanced methods of securing a database that I am not going to try to explain here.

    I am not going to build this for you. User restrictions is a common topic. Search this forum and Google. Here is one http://www.mrexcel.com/forum/showthread.php?t=248191
    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.

  9. #9
    harish is offline Novice
    Windows XP Access 2007
    Join Date
    Feb 2012
    Posts
    15
    Hi june7,

    Here my problem is
    In open Opportunities list form of salespipeline database

    when user selecting report type in report dropdownlist, We need to display that particular user records only. Based on the user login. Same problem for remaining all reports.
    Best Regards,
    Harish.Y

  10. #10
    June7's Avatar
    June7 is online now VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,933
    Don't understand.

    You want to display record of the logged in user or the customer of the record that is selected on the list form?
    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.

  11. #11
    harish is offline Novice
    Windows XP Access 2007
    Join Date
    Feb 2012
    Posts
    15
    Quote Originally Posted by June7 View Post
    Don't understand.

    You want to display record of the logged in user or the customer of the record that is selected on the list form?
    Yes exactly. Please observe each table in a database like customers,employees table i added one column[username].

    Based on the user login i want Cary the username to the all forms, when user click on any report, based upon username we need to generate reports.

  12. #12
    June7's Avatar
    June7 is online now VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,933
    I don't know anything about your data and project design so can't be specific. See item 3 in post 8.

    Simplest way to show user ID on all forms is to have one form that never closes (a Main Menu). Have code populate a textbox on the menu form with the UserID. All other forms can refer to this textbox to show the user ID.
    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.

  13. #13
    harish is offline Novice
    Windows XP Access 2007
    Join Date
    Feb 2012
    Posts
    15
    HI,

    Please find below link
    http://www.box.com/s/vy2lva3rfp4f8n8ht65b

    PFA of demosales1.rar and demosales1.accdb

    I set password for salespipeline database

    Password: guptha

    After opening the sales pipeline database please find unassigned objects, In that one i am created login form and tblmasterusers table for carrying the user details.

    When user entering username and password into the login form then i will check in tblmasterusers whether username and password's are correct or not.After successfully logon on to the system we need to generate reports based upon login.

    Note: Already we have predefined report templates in that one it show's all user data in a database. here we need to display particular user data based upon login and restrict other users data .

  14. #14
    June7's Avatar
    June7 is online now VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,933
    Correction, do know something about your data, forgot I downloaded project from the earlier post.

    I have already given you some guidance on what you need to do. Now you need to implement it. Your data needs to be structured to allow the filtering I described. Then fix forms and reports.

    Here is one more: develop programming skills. Here is a start
    http://office.microsoft.com/en-us/ac...010341717.aspx
    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.

  15. #15
    harish is offline Novice
    Windows XP Access 2007
    Join Date
    Feb 2012
    Posts
    15
    HI June7,
    I can’t understand what you say. Here I had problem like, how can I edit the query’s of standard reports in MS Access predefined templates.
    It is possible in MS access or not?
    Note: I have 3yrs experience in MS.NET. Those things are possible in .net. But in MS Access it is possible are not? I need your help, as soon as possible please reply me.

Page 1 of 2 12 LastLast
Please reply to this thread with any new information or opinions.

Similar Threads

  1. Comparing sales for the last 2 years
    By Adele in forum Queries
    Replies: 6
    Last Post: 06-13-2016, 01:34 PM
  2. Sales Stages
    By rafaon12 in forum Database Design
    Replies: 3
    Last Post: 02-23-2012, 08:35 AM
  3. difference between weekly sales
    By Fabdav in forum Access
    Replies: 1
    Last Post: 09-11-2011, 06:57 PM
  4. Replies: 5
    Last Post: 06-30-2011, 02:24 AM
  5. Replies: 0
    Last Post: 12-14-2010, 01:18 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