Recent content by tweeter85usn

  1. T

    Rookie Mistake?

    Thank you. Fixed it on my side.
  2. T

    Rookie Mistake?

    I am getting an error with the following code: "Compile Error: Expected Expression". Sub YouSure(chkBox As Integer) Dim lReply As Long lReply = MsgBox("Clearing this checkbox will clear all information under it." & _ " Are you sure you want to do this?", vbYesNo, "Are You Sure?") Select...
  3. T

    Rookie Mistake?

    I replaced Me.Undo with Me.PQS1Issued.Undo (and the same for PQS2Issued) and now it does not cancell anything. It just clears the individual forms.
  4. T

    Rookie Mistake?

    Good Day My Friends, I have come across a problem. I'm sure it is something simple and I just can't figure it out or find it on the web. It may be that I am trying to ask the wrong thing. Anyway. Here is the Code I am using. *Note: PQS1Issue and PQS2Issue are checkboxes''' Private...
  5. T

    Hide any records that a condition is not met.

    I am using Access 2003. I am looking for a way to hide any records in a database that a specific condition is not met. e.g. If [Age] = "25" then Record.visible = true Else Record.visible = false I don't know how to go about doing this and I will be grateful for any help.
  6. T

    Records on linked databases only show on another based on a condition.

    I'm not sure if I am posting this in the correct area, and I appologize if it is not. I have multiple databases that are linked. They are all identical. The main database is to be used by administrations department and need the information from all records. The other databases are for other...
Back
Top Bottom