kf_ying2003-11-20 22:17:00
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--
DB22003-11-21 06:16:00
回复:MS Access coding question