Search results

  1. L

    Drop Down Menu

    Is it possible to make it so that I can select the students from a drop down menu? Like enter the details about the assignment and then select the students that did the assignment in the subform. The student details are kept in a seperate table.
  2. L

    Variable Criteria

    I am creating a database for a dating agency (this is for my GCSEs). There are 3 tables, being Males, Females and Dates which combines the other two together. Each male and female have to enter their Name, Surname, Age, Hair Color and Eye Color. I'm wondering if it's possible to create a query...
  3. L

    "In stock" problem

    How do I apply the DSum() function to the table?
  4. L

    "In stock" problem

    Thanks a lot mate, I'll check it out.
  5. L

    "In stock" problem

    I have this problem when creating a database : I want to make a database that simulates a real life shop. I have 3 tables : "Products", "Customers" and "Purchases". In the Products table, I have a field called "In Stock" and it basically says how many of each product is in stock in the shop at...
  6. L

    Form confusion

    Oh, right, I see. Thank you very much. :)
  7. L

    Form confusion

    In a database I was examining, there was a table called customers in it, and in it there was a field called "Active". The field type was a yes/no, and the description looks like this : "Yes for current member to show. No for old member - Does not appear in list". (It is a check box) Sure enough...
Back
Top Bottom