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
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