Page 3 of 3 FirstFirst 123
Results 31 to 34 of 34
  1. #31
    moke123's Avatar
    moke123 is offline Me.Dirty=True
    Windows 7 32bit Access 2010 32bit
    Join Date
    Oct 2012
    Location
    Ma.
    Posts
    1,656
    You have several lookup fields in your tables which will give you nothing but heartache. You should consider getting rid of them.
    If this helped, please click the star * at the bottom left and add to my reputation- Thanks

  2. #32
    dancaw is offline Novice
    Windows 10 Office 365
    Join Date
    Jan 2021
    Posts
    13
    Quote Originally Posted by kd2017 View Post
    Did you make all the changes I suggested above?


    It worked as expected when I made these changes.
    I must be missing something, the filter drop down is working, but then Contact name is missing on any previous record untill i reselect the client then correct contact reappears,
    but then if i go to different record with different client, there related ContactID is Blank

    See Video?


  3. #33
    kd2017 is offline Well, I tried at least.
    Windows 10 Access 2016
    Join Date
    Jul 2017
    Posts
    1,142
    In the subform, sFrmTenderClients, in the On Current event add code to requery cboClient.

    This will allow you to select a contact for each client, BUT if you have contacts from different clients displayed at the same time when it requeries the contact combobox the contacts on unselected clients will disappear. This is because the underlying query filtered them out. If this will be a problem we might want to come up with a different UI strategy.

    Maybe cboClient's rowsource should have a subquery that looksup *all* client's associated with the tender and filter using in IN clause. Does it make sense that a tender would even have multiple clients? of not then a UI redesign might be a good idea.

    Et al., suggestions?

  4. #34
    accesstos's Avatar
    accesstos is offline Expert
    Windows XP Access 2007
    Join Date
    Dec 2018
    Location
    Greece
    Posts
    551
    Quote Originally Posted by Micron View Post
    So that is proof of what I wrote, I guess, but in a round about way?
    Sorry Micron, I am not sure if I fully understand your original comment but, schematically speaking, I would say that the Dot (.) refers to the properties/methods into Object Browser and the Bang (!) refers to the objects of the Navigation Pane. Technically speaking, Dot refers to the properties/methods of the class of the object itself and the Bang refers to the objects of the object model that is part.

    That's why the Banq is considered as late bound reference. Nothing has to do with variable/object declaration(s).

    Please, forgive me for the off topic.

Page 3 of 3 FirstFirst 123
Please reply to this thread with any new information or opinions.

Similar Threads

  1. Create folder shortcut
    By Robyn_P in forum Programming
    Replies: 3
    Last Post: 03-27-2020, 09:15 AM
  2. Create A Folder With Textbox Value
    By Eranka in forum Access
    Replies: 10
    Last Post: 06-25-2018, 09:02 AM
  3. Create a folder into a network location
    By charly.csh in forum Access
    Replies: 7
    Last Post: 12-04-2015, 10:02 AM
  4. VBA to create PDF and folder if doesn't exist!
    By crxftw in forum Programming
    Replies: 2
    Last Post: 08-08-2011, 08:53 AM
  5. create On Click to go to specific server folder
    By airhud86 in forum Programming
    Replies: 1
    Last Post: 01-05-2010, 12:45 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