Results 1 to 2 of 2
  1. #1
    ultraplus is offline Novice
    Windows XP Access 2007
    Join Date
    Jan 2013
    Posts
    1

    dynamic forms


    want new fields to be showing automatically after answering one question after another

  2. #2
    alansidman's Avatar
    alansidman is offline Indifferent
    Windows 7 32bit Access 2010 32bit
    Join Date
    Apr 2010
    Location
    Steamboat Springs
    Posts
    2,536
    In the afterupdate events try this. Change your control names to what is in your db.
    Code:
    If isnull(me.control1) Then
    me.control2.visible = False
    End if

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

Similar Threads

  1. Replies: 4
    Last Post: 09-10-2012, 11:47 AM
  2. Dynamic Form, Dynamic labels/ captions?
    By JFo in forum Programming
    Replies: 15
    Last Post: 10-12-2011, 08:33 PM
  3. Dynamic (VBA-Created) Forms in accde?
    By phi11yguy19 in forum Programming
    Replies: 0
    Last Post: 07-02-2011, 09:56 PM
  4. Replies: 3
    Last Post: 03-28-2011, 11:49 AM
  5. Multiple dynamic forms.
    By ser01 in forum Forms
    Replies: 1
    Last Post: 02-22-2010, 11:44 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