Page 2 of 2 FirstFirst 12
Results 16 to 20 of 20
  1. #16
    d9pierce1 is offline Expert
    Windows 10 Access 2016
    Join Date
    Jan 2012
    Location
    Oklahoma
    Posts
    776
    No problem, Thanks

  2. #17
    accesstos's Avatar
    accesstos is offline Expert
    Windows XP Access 2007
    Join Date
    Dec 2018
    Location
    Greece
    Posts
    551
    Dave,

    Please, check my suggestion in attachment. I think that now it works as you expected. Start to play with the ProjectFrm.

    I have made some changes in database structure for the “Member Contacts” (see schema, queries and forms).

    Just for the record: Within the NotInList event, the CboContactID doesn’t have the new ContactID yet. You have to retrieve it form the ContactTbl directly using a DMAX().
    Code:
    "[ContactID]=" & DMax("ContactID", "ContactTbl")
    Cheers,
    John
    Attached Files Attached Files

  3. #18
    d9pierce1 is offline Expert
    Windows 10 Access 2016
    Join Date
    Jan 2012
    Location
    Oklahoma
    Posts
    776
    Hi accesstos,
    That is exactly what i was looking for. I cannot thank you enough..
    Have a great day and I will consider this solved.
    Again, Thank you
    Dave

  4. #19
    Micron is offline Virtually Inert Person
    Windows 10 Access 2016
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    12,791
    I backed off when the sample db was posted so that you could have time to verify. So glad to see you have a solution.
    The more we hear silence, the more we begin to think about our value in this universe.
    Paraphrase of Professor Brian Cox.

  5. #20
    accesstos's Avatar
    accesstos is offline Expert
    Windows XP Access 2007
    Join Date
    Dec 2018
    Location
    Greece
    Posts
    551
    Dave, you are very welcome!
    I am glad I was able to help.

    Thank you for make my nickname known to all.
    John

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

Similar Threads

  1. Replies: 8
    Last Post: 12-13-2017, 10:38 AM
  2. Add item to value list in list box - error
    By slochhaas in forum Forms
    Replies: 7
    Last Post: 01-31-2017, 03:22 PM
  3. List Box Error
    By The Professor in forum Programming
    Replies: 5
    Last Post: 08-14-2014, 02:56 PM
  4. List Box Error
    By helpaccess in forum Forms
    Replies: 0
    Last Post: 04-26-2011, 03:23 PM
  5. Not In List Error
    By DWS in forum Forms
    Replies: 1
    Last Post: 08-25-2009, 12:09 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