Search results

  1. F

    Confusing query-type help

    This is a bit confusing, so I'll try to explain it well. Two tables. One has a list of metals. The other has a list of submetals, and what basic type of metal it is. It's grabbing the second column from the first table. Makes sense, right? Now, I have another table, with links to both of...
  2. F

    Using a form to add new things to a database

    I've created a form to make entering items into a table easier. Thing is, I don't want it to be used to edit entries, so I locked the text boxes. I'm trying to check for a new record whenever it switches records, and if it's a new one, to unlock all the fields. Any ideas on how to do this...
  3. F

    Data Pooling

    Hi. I'm trying to dump one field from two tables, into it's own table. Explanation: This is for inventory control. Each table is a different place, and the primary key on each table is the tag stuck onto each piece of inventory. So, since these are unique, I want it to check to make sure...
Back
Top Bottom