Results 1 to 3 of 3
  1. #1
    label027 is offline Novice
    Windows XP Access 2003
    Join Date
    Oct 2011
    Posts
    8

    Call Log Populating a Table

    Hey all, I am fairly new to Access, especially 2003, so forgive me if this is a simple question (or stupid one).

    I have a table (RepList) that lists all of the reps for a number of different firms. In this table I have the following field names:

    Firm (which is just the code for the particular branch), Branch, LastName, FirstName, UserID, Email, Phone.

    What I am trying to do is create a form for a call log so we can track who is calling and for what reason.

    I have a table (Call Reason) with the records of the most common reasons people call in. I have created a table I want this form to enter the data into (CallLog) with the field names: Branch, Name, Date, Phone, Call Reason, Notes.



    The problem I am having has to do with bound/unbound controls. I can easily create a form where the user can type in all the information and it populates CallLog, however I want it so there is cascading combo boxes (I already know how to do this) so you can click on the firm in a combo box, click on a rep under that firm in another combo box, and then click on one of the Call Reasons. Everything else will be bound so the user will type into the form and all of this information, hit enter, and is stored in CallLog.

    I have read about how 'duplicating information in another table' is frowned upon, but I don't see any other way around this. I want a simple user interface that will allow us to quickly log a phone call so we can track which firms are constantly calling. Any thoughts?

  2. #2
    alansidman's Avatar
    alansidman is offline Indifferent
    Windows 7 32bit Access 2007
    Join Date
    Apr 2010
    Location
    Steamboat Springs
    Posts
    2,536
    Your cascading combo boxes can be bound to the table containing all your call log information. Hence, only one table for the calls

    In the properties, on the data tab, set your control source to the field in your call log table you want it bound to. In the properties, on the data tab, your Row Source should be the SQL statement for your look up table. Repeat it for all the combo boxes.

    Alan

  3. #3
    label027 is offline Novice
    Windows XP Access 2003
    Join Date
    Oct 2011
    Posts
    8
    Thanks alansidman that worked, I'm slowly learning!

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

Similar Threads

  1. Call Last record in Table using Access VBA
    By anwaar in forum Programming
    Replies: 4
    Last Post: 08-30-2011, 02:05 PM
  2. Replies: 1
    Last Post: 08-13-2011, 12:03 AM
  3. Use VBA to call stored SQL from table
    By hcruz in forum Programming
    Replies: 2
    Last Post: 05-02-2011, 08:26 AM
  4. Assign and call variable from table
    By smikkelsen in forum Access
    Replies: 7
    Last Post: 04-01-2010, 09:38 AM
  5. Call Excel Data into Access table
    By jiguvaidya in forum Import/Export Data
    Replies: 0
    Last Post: 09-15-2008, 04:58 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