I need to make a data entry form in which not all fields are from the same table. So I suppose I need to base the form on a query which produces all the fields I need. Some fields will be read-only and some will receive data (although the query, produced via the designer is only based on a SELECT statement).
However, when I create the form, I cannot enter data in it although all field properties seem to be set non-read-only.
What can be wrong? Is it at all possible to create a data entry form based on a query? Does the query have to be of a particular form?
Thanks for any help!
Michiel