geomike.. well, not exactly one table...4 tables, something like this...
Main table is for projects...
fields are:
autonum, date1, text1, memo1, date2, text2, memo2, date3, text3, memo3,
date4, text4, memo4 and 4 yes/no fields
I used the wizard to create 3 queries...
Query1 - if date1 or text1 is not null, it shows all fields thru text2
Query2 - if date2 or text2 is not null, it shows thru text3
etc.
The other 3 tables are used to print out values in a report according to the
values in the text fields.
Then I used the wizard to create forms...
Form1 is for entering data into the date1...memo1 fields
Form2 (based off the query1) is for entering data in date2...memo2 fields
Form3 is based off query2
Form4 etc.
I can enter data into Form1, I'm guessing cause the field values are right
from the table, but I can't enter data into Form2, I guess because it's based
off the query.
So that's where I'm stuck, 3 forms I can't enter data on...
Thanks in advance for any ideas.