Search results

  1. S

    Rename in Access 2007 Navigation Pane

    Did you have "One Click Open" switched on? I had a similar problem when I had this option switched on.
  2. 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...
  3. S

    Refreshing Page

    It won't let me upload the file. I guess maybe it's too big. It can be found at the following link though; <https://www.bris.ac.uk/fluff/u/rewnb/_zxbM13j2nxe1t8OBkc_YQFG/> Cheers Neil
  4. S

    Refreshing Page

    Genius. Thank you very much. There I was thinking I was beginning to understand Access. I actually have another problem as well that maybe you might be able to help with. The database I have created has a series of forms all running of individual tables. I would like all of these tables to run...
  5. 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