Acess 2003 forms Questions

1

Passing a form to subroutine in Access 2003 (VBA)
I have a function that recieves references to 2 forms and 2 controls. The sub looks like this Public Sub Not_In_List_Starting_Handler(vNewData as string,Not_in_list_form As Form, List_control As Control, Lookup_Form As Form, Lookup_Control As Control) when I try to call it from the form I get all types of errors – data mismacth, byval required, etc.. [...]

Answer Question   |  March 31, 2012  3:56 AM
Access 2003, Acess 2003 forms, VBA, Visual Basic
asked by:
5 pts.

1