Hello,
I need to access the records in a subform in visual basic.
The subform shows a table.
I can set the focus to the subform but when I try to set the focus to a field in the table, it does not work.
I am doing something like this:
Me.sub_form.SetFocus
subform_fieldname.SetFocus
variable = fieldname.Text
I have been away from this too long...I am sure there is a simple solution...I just cannot find it.
Any and all assistance is greatly appreciated.
Thanks,
Mike
I need to access the records in a subform in visual basic.
The subform shows a table.
I can set the focus to the subform but when I try to set the focus to a field in the table, it does not work.
I am doing something like this:
Me.sub_form.SetFocus
subform_fieldname.SetFocus
variable = fieldname.Text
I have been away from this too long...I am sure there is a simple solution...I just cannot find it.
Any and all assistance is greatly appreciated.
Thanks,
Mike