LARiot
Programmer
- Feb 7, 2007
- 232
Hi. Thanks for looking into this. Any help is appreciated.
I have a form and every time the user clicks on a new tab, the record source of the table changes. However, in the VBA I cannot reference the field. It only shows the fields from the original record source. When I type it in anyway it says Method or data member not found. I've done a requery already (right after the record source change) but no use. Any advice? Will I have to do a INSERT from SQL? Seems like I should be able to do it through a simple me.ImagePath1 = "C:\blahblahblah".
Thanks
-Nima
"Pluralitas non est ponenda sine necessitate", i.e., "Plurality is not to be posited without necessity" aka K.I.S.S. (Keep It Short and Simple) -- Ockham's Razor
I have a form and every time the user clicks on a new tab, the record source of the table changes. However, in the VBA I cannot reference the field. It only shows the fields from the original record source. When I type it in anyway it says Method or data member not found. I've done a requery already (right after the record source change) but no use. Any advice? Will I have to do a INSERT from SQL? Seems like I should be able to do it through a simple me.ImagePath1 = "C:\blahblahblah".
Thanks
-Nima
"Pluralitas non est ponenda sine necessitate", i.e., "Plurality is not to be posited without necessity" aka K.I.S.S. (Keep It Short and Simple) -- Ockham's Razor