Hi!
"Cannot access the selected table" This is the error that i've encountered when i try to open an another form. I think it because of the combo boxes using the same record source and type.
For example:
In Form1 I have combo box name: loan type
In form2 I also have combobox name: loan type. under the Properties i use the same record source and type (for Form 1 & 2).
I already put some codes like alias, close the tables, etc. just able to open the forms at the same time.
Is there any solution that could prevent this error..
Thanks in advance.
"Cannot access the selected table" This is the error that i've encountered when i try to open an another form. I think it because of the combo boxes using the same record source and type.
For example:
In Form1 I have combo box name: loan type
In form2 I also have combobox name: loan type. under the Properties i use the same record source and type (for Form 1 & 2).
I already put some codes like alias, close the tables, etc. just able to open the forms at the same time.
Is there any solution that could prevent this error..
Thanks in advance.