Subform requery

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

Tony C

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.
 

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