Results 1 to 4 of 4
  1. #1
    ducecoop is offline Advanced Beginner
    Windows XP Access 2003
    Join Date
    Oct 2010
    Posts
    41

    Issues with Continues form

    Access 2003


    Follow up to question I asked ealier
    I want to open a continues form :
    one of the fields is “ComputerPassword”
    Another field is “Privacy”

    The on open event has this code:
    Code:
      Private Sub Form_Open(Cancel As Integer)
       If Me.Privacy = True Then
      Me.ComputerPassword.InputMask = "Password"
       
       End If
      End Sub
    Problem is if ANY record has “Privacy” checked then all records get the imput mask?
    What am I missing?


    tia
    Dave
    Last edited by ducecoop; 11-15-2010 at 10:36 AM.

  2. #2
    ajetrumpet is offline VIP
    Windows Vista Access 2007
    Join Date
    Mar 2010
    Location
    N/A
    Posts
    2,694
    I believe you're stuck with this when you use that kind of form dave. sorry. consider a split form maybe? but if you're on 03, i guess you can't.

  3. #3
    ducecoop is offline Advanced Beginner
    Windows XP Access 2003
    Join Date
    Oct 2010
    Posts
    41
    Another finding:
    It is actually ONLY when the first record is checked for privacy that ALL records get the input mask.
    If the first record is NOT checked and any other record is checked NO records get the input mask

    Quote Originally Posted by ajetrumpet View Post
    I believe you're stuck with this when you use that kind of form dave. sorry. consider a split form maybe? but if you're on 03, i guess you can't.
    hmm - not the answer I wanted

    I seem to be able to have other effects on a record based upon check boxes in that row (ex:record does not show if Inactive box is checked)

  4. #4
    ajetrumpet is offline VIP
    Windows Vista Access 2007
    Join Date
    Mar 2010
    Location
    N/A
    Posts
    2,694
    Quote Originally Posted by ducecoop View Post
    Another finding:
    It is actually ONLY when the first record is checked for privacy that ALL records get the input mask.
    If the first record is NOT checked and any other record is checked NO records get the input mask



    hmm - not the answer I wanted

    I seem to be able to have other effects on a record based upon check boxes in that row (ex:record does not show if Inactive box is checked)
    I'm not sure that is correct dave, but I'm pretty sure. if noone else responds here, you might have to dig on your own. c forms use a lot of the same similaries that others do. e.g. - there is a 'current record', etc...

    I don't think disappearing a button on a single record in that view is possible. from what I understand, the button is part of the form.

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

Similar Threads

  1. Setfocus Split Form Issues
    By cksm4 in forum Programming
    Replies: 6
    Last Post: 10-13-2010, 02:46 PM
  2. Pagination issues
    By stupesek in forum Reports
    Replies: 2
    Last Post: 09-01-2010, 10:43 AM
  3. Help with multiple form issues
    By AKQTS in forum Forms
    Replies: 0
    Last Post: 08-18-2010, 07:57 AM
  4. between query issues
    By jderrig in forum Queries
    Replies: 4
    Last Post: 01-15-2010, 02:30 PM
  5. Replies: 9
    Last Post: 07-21-2006, 05:17 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