D
DianePDavies
I have a form based on a table.
in the fields list I can see all the fields of the table, but somehow I
can't adress the fields simply by writing
me.fieldname = value
The strange thing is that it works in a subform... I have now controls in
the forms with the same name as the fields - so there is no conflict of
names. Only differnce is that in the subform I have an SQL-statement as
recordsource - and in the other form it is just the table.
How do I adress the fields in the recordsource?
in the fields list I can see all the fields of the table, but somehow I
can't adress the fields simply by writing
me.fieldname = value
The strange thing is that it works in a subform... I have now controls in
the forms with the same name as the fields - so there is no conflict of
names. Only differnce is that in the subform I have an SQL-statement as
recordsource - and in the other form it is just the table.
How do I adress the fields in the recordsource?