I have one database which includes tables and a few forms A,B,C. In my code for form B, I coded:
Set rst = Forms!A.RecordsetClone
and I got error that A can not be found. I just want to use some data in the table A which the form A links to. so how can I refer to the data in table A?
by the way, when I click a combobox and get the pull down list, what's the event? click or getFocus?
thanks!
--文学城www.wenxuecity.com--