Help with a form

J

John Smith

I have made form that has query as record source. Query is made from 4
different tables. I want to make it possible to enter data in four tables
from single form.
When I try to input some data in form nothing happens - I can't enter any
text to text boxes. Allow editions and Data entry options are set to Yes.
Can somebody help me?
Thank you in advance!
 
M

Mark

It sounds like your tables are not related properly to allow them to be
joined in your query as an editable recordset.
 
Top