Search results

  1. M

    Code to Open a Form to a specific record

    Not sure I know how to do that. Is there a way to save the DB so it removes information, or is there a way to save a sample of the DB?
  2. M

    Code to Open a Form to a specific record

    Thank you for the response but I am still getting a type mismatch error.
  3. M

    Code to Open a Form to a specific record

    Replaced as suggested on line 9 with no luck. I am getting an error in the code that pops up and highlights "lngBookmark = Me.Project_Number" when I try to double click. Does LNG indicated long integer or something when I need it to be bookmarking text?
  4. M

    Code to Open a Form to a specific record

    Thank you for the quick reply. That is where I got the second set of code that is not currently working for me. I suspect this is because that code was written for a numeric data type but the fields I am referencing are text data types.
  5. M

    Code to Open a Form to a specific record

    I am using a datasheet view with dbl click code to open a form to a selected record. I was able to use pbaldy's code and it worked perfectly. DoCmd.OpenForm "Asset Status", , , "[Project Number] = '" & Me.Project_Number & " ' " Then I realized I really want to be able to go to other...
Back
Top Bottom