Continuing subform problem (Access 97)

J

Jack Sheet

In the On current event of the parent form I tried the effect of typing
"me."
without the quotes, on a new line within the
Private Sub Form_Current()
procedure, just to see what possible arguments were listed upon hitting the
"." key.
I recognised all of the normal text fields in the drop-down prompt that
appears, but nothing remotely similar to the subform name appears there.
Should there be?
 
Top