"Field cannot be updated"

R

Radhika

I have a form which has a text box with the following properties (the form is
not linked to a specific table or query):
Name = txMonth1
Control Source = 1
Visible - No

The form is linked to a subform. This subform is bound to a query which has
the following expression: TheMonth: Month([Date])
This expression gives me a '1' for January Dates, '2' for February Dates,
'2' for March Dates and so on...
The form and subform are linked in the following way:
Link Child Fields: TheMonth
Link Master Fields: txMonth1

However, when I try to add a record, I get the following msg: 'Field cannot
be updated'.
How can I fix this?

Thank you,
Radhika
 

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