R
reservedbcreater
i want to select a value from my combo box and have it open the form
corresponding to that value.....ie combo box has 7 values....each is a
reserve(indian settlement) name, each reserve has its own form. so i pick
one of the reserves from the drop down combo box and then click the go
button i created, and its supposed to open the correct form............
here is my psuedo code for the go button click event:
if cbo.selecteditem = sweet grass then
docmd.openform sweet grass
elseif cbo.selecteditem = little pine then
docmd.openform little pine
etc..
end if
corresponding to that value.....ie combo box has 7 values....each is a
reserve(indian settlement) name, each reserve has its own form. so i pick
one of the reserves from the drop down combo box and then click the go
button i created, and its supposed to open the correct form............
here is my psuedo code for the go button click event:
if cbo.selecteditem = sweet grass then
docmd.openform sweet grass
elseif cbo.selecteditem = little pine then
docmd.openform little pine
etc..
end if