Find function on List field

Nolan Adams

New member
Local time
Today, 15:36
Joined
Oct 13, 2004
Messages
7
I know how to use the FIND 'function?' on a table, but it does not seem to work on a List Field in a FORM. The list field is described as a recordset with a MULTI property. I note the manual says you cannot use the FIND with a 'forward only' recordset, but I can move up or down the list without any problems. Is there something I am missing?

Also in an earlier question I had about printing I was given an answer that works, but I do not see anywhere in my code I caused a print to occur. I used a DoCmd.OpenReport ("reportname"). Does that cause the report to be printed?

I will probably have other questions, but this forum is very helpful to me. Thanks for your knowledge.

Nolan :p
 

Users who are viewing this thread

Back
Top Bottom