Results 1 to 2 of 2
  1. #1
    mrdirectorsir is offline Novice
    Windows 7 64bit Access 2007
    Join Date
    Jun 2014
    Location
    Indiana
    Posts
    1

    Using a check box to call a form

    I'm writing a database for our dance club to track membership. The table is fine, and I use a form to list members who need to be renewed or have information updated. The problem is, from the "Renew Member" form, I have a check box to Edit Member Information. I want this to be able to call the member's form who I'm renewing, but it only opens a blank form. How do I get this to open the Update From Renew form?

  2. #2
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,930
    Is the Renew Member form bound? Is its DataEntry property set to No?

    Something like this should work:

    DoCmd.OpenForm "Renew Member", , , "MemberID=" & Me.MemberID
    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.

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

Similar Threads

  1. Replies: 35
    Last Post: 01-08-2014, 01:33 PM
  2. Phone call log design - please check my logic
    By CaveCanem in forum Database Design
    Replies: 4
    Last Post: 12-05-2012, 02:19 PM
  3. How to create a roll call form?
    By hesca in forum Forms
    Replies: 1
    Last Post: 10-13-2012, 08:15 PM
  4. Call a button on the main form from the subform
    By Grooz13 in forum Programming
    Replies: 1
    Last Post: 09-28-2011, 01:15 PM
  5. To check or Un-Check all Boxes in a form
    By devcon in forum Forms
    Replies: 7
    Last Post: 05-01-2010, 12:03 AM

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