Search results

  1. O

    Connecting Access to a Web Page

    In addition to my Intro to Access class, I am taking a Web Programming class, which has the same general assignment, but for Web pages, instead of an Access database; create at least 3 pages, 1 each for financial data, customer relations and product/service info. I would like to create a small...
  2. O

    Field for Multiple Sales on Single Record

    I have a tblCustomer table to track customer information. One field is for flights the customer books. I expect that a customer might book more than one flight, which should affect what he owes. (My tblFlights table includes fields for the cost of each flight.) How should I make the Flight field...
  3. O

    Airline Reservation System: Financial Accounting

    I've described my class project in previous posts. Briefly, I chose to create a fictional airline. I have to include a way of relating financial info. I want to take values from various tables, perform calculations on them and use those values in other tables. In particular, I want to use the...
  4. O

    Multivalued Field or Sub-Table?

    I am working on my final project for school, and attempting to fulfill the criteria that states, "Use as many Access tools as possible in your database." I created a table for employees of a fictional airline. I want to track their certifications. Of course, employees could have many roles...
  5. O

    Broke Relationships When Field Changed to Autonumber

    I created a database with 10 tables and 8 relationships. Then, I learned about the Autonumber field type and decided that I wanted that to be the primary key of one of my existing tables, for a field that was already linked to 2 other tables. I had to delete the relationships and the original...
  6. O

    New Member Opcode

    Hi, I'm taking a college class in MS Access 2010. Our class projects are due next Wednesday (5 days from now), so I'm working on my project. This is the only thing I've done in the class that is not explicitly planned in the textbook, and I'm suddenly discovering that lots of things don't work...
Back
Top Bottom