A
Asif
I have a form (frm_BinDetails), within this form I have a subform
(frm_Cable). frm_Cable has a listbox (List23) which when the user
clicks on an entry the contents of the first column of that listbox
are displayed in a textbox (txt_ProcessID). The on click event of the
listbox runs a macro with the following code
Action = SetValue
Item = [Forms]![frm_Cable]![txt_ProcessID]
Expression = [Forms]![frm_Cable]![List23]
When I run the form frm_Cable on its own the macro works correctly but
when I try and run from frm_BinDetails then whenever I click on an
entry an error message appears saying that Access can't find the form
'frm_Cables' and then it displays my macro.
Any suggetions would be appreciated as to what I'm doing wrong (I've
already checked spellings and there all correct)
Thanks
(frm_Cable). frm_Cable has a listbox (List23) which when the user
clicks on an entry the contents of the first column of that listbox
are displayed in a textbox (txt_ProcessID). The on click event of the
listbox runs a macro with the following code
Action = SetValue
Item = [Forms]![frm_Cable]![txt_ProcessID]
Expression = [Forms]![frm_Cable]![List23]
When I run the form frm_Cable on its own the macro works correctly but
when I try and run from frm_BinDetails then whenever I click on an
entry an error message appears saying that Access can't find the form
'frm_Cables' and then it displays my macro.
Any suggetions would be appreciated as to what I'm doing wrong (I've
already checked spellings and there all correct)
Thanks