Tables

D

Deedee27

Ok, I have a projects table and I need to make a form(not a query) because I
need it to be able to store the data. I don't know how to make it do what I
want it to do.


Project Catagory needs to be populated when hours on project are withih a
specific range.
ex: Project between 0-100 hrs = A


Project Catagory when chosen needs to show a list of items that need to be
marked as completed.
ex: If A then must complete 1, 2, 3, 4 ( check boxes need to store the
information of completed)

All fields are in 1 project table. I can create the form in design but can't
figure out how to make it all come together. any help would be greatly
appreciated!!

Dee
 
K

KARL DEWEY

I need to make a form(not a query) because I need it to be able to store
the data.
Forms do not store data. Data is stored in tables.
Check boxes only display.
What does 'make it all come together' mean? Normally forms are connected to
tables using a query or a source select statement that is actually a query as
it is written in SQL (Query Structured Language).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top