Search results

  1. S

    Combo Box Problem

    Hi There, I am trying to create a combo box that would give different values for different records, i.e. The Combo Box is called Related Projects, I would like the values of this to differ depending on which record I am in, so if I am in record # 1 it might be linked to records 3 & 7. Record 2...
  2. S

    Refreshing Page

    Hi there, What I am trying to do is make certain information visible depending on what has been entered already. I have written the following code; If Me.Type = "MTA" Then Me.Recipient.Visible = True Else Me.Recipient.Visible = False End If If Me.Type = "NDA" Then...
Back
Top Bottom