Hello all,
I am using cascading combo boxes, my first one looks up the date. the second looks up events on that date.
currently the cascading combo boxes seem to work properly.
but when I click on the event I want it to populate the form... currently it doesnt.
I know I need to have an afterUpdate event... but each one I have tried so far doesn't work.
I tried coping the macro from the wizard (the one where you make a combo box specifically for pulling up a record... ) Didn't work and I dont' really understand macros on this system..
So, does anyone have a After Update event code that might work.
------------------
Form is = formUpdateEvent
2 cascading boxes = btnDate btnEvent(I need event to afterupdate)
table Im pulling from is = tblEvents
and I pretty much want to populate any box/checkmark that is on this form. (which I think is everythign except the auto number key.)
I tried one that had stuff like, FindRecord but I couldn't get it to work. . currently have the macro in(that doesn't work) so I have no code to show..
Any help would be appreciated.
I am using cascading combo boxes, my first one looks up the date. the second looks up events on that date.
currently the cascading combo boxes seem to work properly.
but when I click on the event I want it to populate the form... currently it doesnt.
I know I need to have an afterUpdate event... but each one I have tried so far doesn't work.
I tried coping the macro from the wizard (the one where you make a combo box specifically for pulling up a record... ) Didn't work and I dont' really understand macros on this system..
So, does anyone have a After Update event code that might work.
------------------
Form is = formUpdateEvent
2 cascading boxes = btnDate btnEvent(I need event to afterupdate)
table Im pulling from is = tblEvents
and I pretty much want to populate any box/checkmark that is on this form. (which I think is everythign except the auto number key.)
I tried one that had stuff like, FindRecord but I couldn't get it to work. . currently have the macro in(that doesn't work) so I have no code to show..
Any help would be appreciated.