Search results

  1. S

    RowSource vs ControlSource?

    What is the difference between the two? I'm a newbie messing around with both of these properties in a form and need some help.
  2. S

    what's wrong with this form

    I am having trouble with my database structure on this project. Please look at my DB (relationships) and let me know what is incorrect. My MSDS tbl appears to have lots of fields, however, the values of these fields are already determined and will not change. The Product_Ingredient tbl is...
  3. S

    Database Functionality Without Vba

    Is it possible to create a Database to record, search, edit, and print records without relying on the codebuilder and VBA to make these Forms functional? I ask this quesiton mainly because I do not know any VBA, but I am trying to create a database to create and manage Material Safety Data...
  4. S

    Need Help In Design; Database For Msds

    I am trying to create a database that generates a msds document for our products. I have three tables so far: TBL_MSDS ID (PK) ProductCode ComanyName TBL_ProductCode_Ingredient ProductCode IngredientID TBL_Ingredient IngredientID CAS# I've created a form that has default values for company...
  5. S

    Please help with this DB design...

    I want to create a database that stores a customer's history of problems with a specific product on a particular machine. I think I have correctly created all the tables I need with their respective primary key. Please note the TBLJobRegister table at the bottom of this post. This was going to...
  6. S

    Designing a database for a small lab

    I need help designing a couple databases. I have 300 formulas to manage for our chemist. He wants to be able to veiw a formula code, name, and notes (this data would come from a Formula data table with 3 fields). He also wants components listed below with their respective code, name, price and...
Top Bottom