Search results

  1. P

    Question Moving data from one table to another

    The primary key I have set for tbl_data is str_box, and tbl_olddata which is used as the customer's P.O. Box Number, would I be able to work a way where there is a duplicate box Number 1 in tbl_data?
  2. P

    Question Moving data from one table to another

    I am new to access, and need a little help with this project I am working on for work. I want to be able to move an entire record from tbl_data to tbl_oldData and to clear out all information in the tbl_data record, except the primary key (str_box) when the user clicks a button. I would try...
  3. P

    storing information from 2 tables into one.

    I am quite new to Access, and I am trying to create a db for work - I'm getting most of it without problems, however I just got to a point where I am stuck. The db I am creating is a directory system that has a rather large table for patron data (i.e. P.O. Box #, Last name, First Name ect.)...
  4. P

    Help with a Search Function

    That was very helpful, I got the information I needed from that site. Thank you for the help! V/R PW
  5. P

    Help with a Search Function

    I was reading one of the other posts and used information from that for the search This worked when I used it for the box search. this one i tried to use for just "Last Name" search, and it doesn't even work correctly. I want to try to get both first and last name to work together to narrow the...
  6. P

    Help with a Search Function

    I need a little help on a project I am working on. I am creating a directory system to work with thousands of records that are in the data table keeping track of people, and their information. The problem I am having at the moment is creating a search function that will allow me to search...
Back
Top Bottom