Page 2 of 2 FirstFirst 12
Results 16 to 18 of 18
  1. #16
    cooper is offline Novice
    Windows XP Access 2007
    Join Date
    Aug 2011
    Posts
    24
    oh well search capability is required so i guess i will stick with it.

    one issue: There will be different users entering the data on the same date. When I add records in the main table with a different employeeId, the date repeats itself in the combo box AND the combo box doesn't work for any dates then - The only way it works again is when I delete all the records and enter new data again.

    How can I show the date and the records only for that user? I'm attaching the database here so you can see it as well.


    thanks again!

  2. #17
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,770
    Change the RowSource sql for the date combobox to:
    SELECT [tblActivities].[dte], [tblActivities].[ActivitiesID] FROM [tblActivities] WHERE EmployeeID = Forms!frmEmployees![EmployeeID];
    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. #18
    cooper is offline Novice
    Windows XP Access 2007
    Join Date
    Aug 2011
    Posts
    24
    thanks June7 - you have been of great support. I just marked it as solved!

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

Similar Threads

  1. Replies: 9
    Last Post: 06-04-2014, 10:45 AM
  2. Incorrect Values Populating My Combo Boxes
    By charlyzaingel in forum Forms
    Replies: 19
    Last Post: 06-23-2011, 10:17 AM
  3. Replies: 15
    Last Post: 04-01-2011, 11:41 AM
  4. Replies: 15
    Last Post: 09-18-2010, 01:19 PM
  5. Calculated Text Box Populating in Table
    By Debbie in forum Access
    Replies: 2
    Last Post: 11-13-2006, 08:02 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