Page 2 of 2 FirstFirst 12
Results 16 to 19 of 19
  1. #16
    ItsMe's Avatar
    ItsMe is offline Sometimes Helpful
    Windows 7 64bit Access 2010 32bit
    Join Date
    Aug 2013
    Posts
    7,862

    Yah it's pretty quick and not a lot of flashing on the screen etc. I guess you would not have to update the Recordsource either if each form object was assigned its recordsource in advance and did not need to be dynamic.

  2. #17
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,632
    Means building 20 objects (listboxes or forms or just queries). I would strongly resist this approach in favor of one form with a tab control. Just as easy for user to click a tab as select from a listbox.

    Another consideration, I don't know if changing properties is possible in accde so if there is any chance of need to publish as executable ...
    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
    Xipooo's Avatar
    Xipooo is offline Sr. Database Developer
    Windows 8 Access 2013
    Join Date
    Jan 2014
    Location
    Arizona
    Posts
    332
    Quote Originally Posted by June7 View Post
    Yes, I just tested by setting the SourceObject property to a table.

    Me.Child0.SourceObject = "Table.Airports"

    and a query

    Me.Child0.SourceObject = "Query.AirportsQuery"

    and a form

    Me.Child0.SourceObject = "Form.AirportData"

    Didn't even need the Requery.
    Very nice. I will have to remember this if something similar ever comes up. Glad to learn new things.

  4. #19
    ItsMe's Avatar
    ItsMe is offline Sometimes Helpful
    Windows 7 64bit Access 2010 32bit
    Join Date
    Aug 2013
    Posts
    7,862
    That's how I was reading it, a lot of objects...... I use all of the above. Not necessarily in the same FE file but, the more tools, the merrier.

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

Similar Threads

  1. Query/Update what I selected
    By vtaurusv in forum Queries
    Replies: 10
    Last Post: 06-27-2013, 07:41 PM
  2. Replies: 2
    Last Post: 12-30-2011, 07:19 PM
  3. Replies: 9
    Last Post: 12-18-2010, 12:51 PM
  4. Why doesn't the table & Query update?
    By U810190 in forum Forms
    Replies: 1
    Last Post: 03-29-2010, 04:07 AM
  5. Form doesn´t update with Query.
    By disturbedgod in forum Forms
    Replies: 10
    Last Post: 02-09-2010, 02:00 PM

Tags for this Thread

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