Subform requery

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am running a query after exiting a field on my parent form which adds records to a subform. I use the following statement to requery the subform

Me.sfrmSignature.requer

What I get about 90% of the time is #Name? in the fields in the subform

Does anybody know what could be causing this? Thanks in advance.
 
Check the field "Data Source" names on the subform against
the Sub Forms Table, you will probably find that the field
names and/or the Sub Forms "data source" references do not
match the Table Name and Field Names.
-----Original Message-----
I am running a query after exiting a field on my parent
form which adds records to a subform. I use the following
statement to requery the subform.
 
Back
Top