Recent content by icanectc

  1. I

    MS Access Question regarding multiple forms

    Okay hereis what I have on the first form Dim stDocName As String stDocName = "Second Look" DoCmd.OpenForm stDocName, , , , , , Me.Name Where Name is the name of the field i want to pass to the 2nd form. the code behind on the 2nd form has this: Private Sub Form_Open(Cancel...
  2. I

    MS Access Question regarding multiple forms

    Actually I think its more like the passing arguments - I did a search on the passing parameters words and came across a page that breaks this down using OpenARGs statements but I am just not a programmer and dont get the coding at all. Another post stated you can use filters but I dont know how...
  3. I

    MS Access Question regarding multiple forms

    I have an issue with this access program I am working on - I have all the tables, reports, queries and modules setup but I have 2 forms - 1 form for all the end users to use so mgmt can track the work done for the day as the end user inputs the data and it gets stored in the tables; however I...
Back
Top Bottom