I am getting the following runtime error message when I try to use the following code:
Error message:
Method 'Item' of object 'Forms' failed
Offending line of code:
Forms!frm_main!txt_user = cbo_user_id
The Form "frm_main" is open and cbo_user_id contains a value as well.
This code runs fine on an Access 2002 but it falls over in Access 97.
Please help????
Error message:
Method 'Item' of object 'Forms' failed
Offending line of code:
Forms!frm_main!txt_user = cbo_user_id
The Form "frm_main" is open and cbo_user_id contains a value as well.
This code runs fine on an Access 2002 but it falls over in Access 97.
Please help????