Results 1 to 2 of 2
  1. #1
    aparnawangu is offline Advanced Beginner
    Windows 7 32bit Access 2007
    Join Date
    Jul 2015
    Posts
    40

    displaying a new textbox in form on click of a button


    Hi Team,
    I am creating an enquiry form in access.
    For enquiry followup i need
    two columns enquiry followup date and enquiry followup remarks
    these two columns i need 3 times in form.
    One time followup1 then second time followup2 and third time followup3.
    i need a button actually after clicking the button next followup fields should get displayed and same with third followup also.
    Pls guide me s i am new to access.

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,525
    Put button on the form
    look at propery, events, on click event
    Put cursor in event box.
    click the ellipsis button
    code
    now you are in the vb event
    use this code to make your boxes:

    txtBox2.visible = true
    chkBox2.visible = true

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

Similar Threads

  1. run button countinous form with one click
    By adilos in forum Access
    Replies: 27
    Last Post: 08-11-2014, 05:27 PM
  2. Replies: 6
    Last Post: 11-18-2013, 12:03 PM
  3. Replies: 10
    Last Post: 10-14-2013, 10:18 AM
  4. Replies: 1
    Last Post: 03-31-2012, 01:38 PM
  5. On Click Event For Button On Form
    By Desstro in forum Forms
    Replies: 3
    Last Post: 08-09-2010, 02:36 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