Ok I said I didn't know what I was doing and I proved it from my last comment. To be fair I looked at it after midnight just after I found out I had to redo the databases, which are only excel files converted to dbf. After playing with it for many hours, I no longer get any errors but it still won't work. Can anyone tell me what I'm doing wrong. I put this in the cbogenesis "event on change" . I have tried it in selonchange as well Set strCboGenesis = Forms(EDITFORM).Pages(page1).controls(cboGenesis)Set objComboControl = Forms(EDITFORM).Pages(page1).controls(cboSpecies)Set ds = "c:\mum\please\dataforarcpad1\species.dbf"objComboControl.ClearobjComboControl.AddItemsFromTable [ds],strCboGenesis,StrCboGenesis
Hi AllI'm new to this and I think I've had enough of it. I have created a combo box using a dbf as a list source, no problems. Wanted to create a second combo box with a Select Case option that will change the shown variables depending on the first combo box. I figured out how to do this in arcmap with vba but I can't figure out which objects' event tab to use in studio. Or should I just use the form event tab to call up a vba but I'm not sure how to do that either.I'm confused, help pleaseRebecca
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.