Search results

  1. F

    New Record using an old record

    I am trying to take an existing record in a table and make a new entry in the same table using some of the values of the existing cell and new values based on user input. I have been searching and I haven't had any luck. What I want to happen is, the user clicks a record from a list of options...
  2. F

    Searching for partial primary key

    I am trying to search for a partial number in the primary key field. I have based my search off Allen Browne's search form http://allenbrowne.com/ser-62.html I have posted my full code below. I am having trouble with the portion searching the Member_ID field. My first version: I would get a...
  3. F

    Edit specific row in table

    I have a report that I run which has PT_Ins_ID in it, I am trying to edit that row with the following code. I have been searching how to do this and I haven't had any luck. If I am doing something wrong or if someone know of a way to do this with vba it would be appreciated. Thanks, Freon...
  4. F

    Open report from another report

    I have a database I am working on. When I am on my one form it has a report that shows a summary of different orders for a single customer. When I click on one of the summaries I want it to open the full detailed report based on which line in the report was clicked. How would I go about getting...
  5. F

    Split 2010 Database update on click

    I have created a database using Access 2010 32 bit. It worked fine until I split the database. The problem was that I had a macro referencing a data Macro attached to a table in the database. Now I have one function that will not work the way I want to, I have looked around the internet to fix...
Top Bottom