Search results

  1. M

    Sort Main Form based upon subform data

    I have a form that uses two tables (Pupil ID & Admit Withdraw). The list of pupils attending a specific school (Pupil ID table) is the main form. I have a subform which displays the admit/withdraw history (Admit Withdraw table) for that pupil. Everything works fine except that I would like to...
  2. M

    Hide field after leaving it

    It seems to be working the way I would like it too. One final question on this topic... I will have 10-15 duplicates for this routine. What is the easiest way to have this set of events occur for all? Duplicating this code for each field or is there a more efficient method. Thanks for all...
  3. M

    Hide field after leaving it

    I still get the same error.
  4. M

    Hide field after leaving it

    I tried to hide a text field after updating contents. I used the AfterUpdate with this code to get what I wanted... Me.Q1TC.Visible = False In the form the code ran and I got an... "error 2165, can't hide a field that has the focus" How do I hide this field? This is the same field that...
  5. M

    Pop up form if previous field = 1

    I've run this solution and I think it will work perfectly. Is there a quick and easy way to make this field required when popped up? If it doesn't pop up it is not required? Thanks for response.
  6. M

    Pop up form if previous field = 1

    I've been working with FileMaker and am beginning to learn Access more in depth. What I am trying to do is this: Survey form with 10 fields (Q1 - Q10). Questions will be answered by either 1 or 0. If field (Q1)=1 then pop up comment field (Q1C). The same will be done for all questions. What...
Back
Top Bottom