W
weircolin
Hi There
I would like to be able to open a form based on a selection from a
Combo Box. I know I can do this using If Then Else statements.
However, is it possible to just have one from and be ale to have it
that it opens based on certain values within the records.
I'll do it in a non access language to see if this explains it better
If cbofromcriteria.Value = 1 Then Open Form where all records =
cbocriteria = 1
I would like to do it this way rather than creating lots of different
foms for each criteria.
Don't know if that makes sense?
Cheers
Colin
I would like to be able to open a form based on a selection from a
Combo Box. I know I can do this using If Then Else statements.
However, is it possible to just have one from and be ale to have it
that it opens based on certain values within the records.
I'll do it in a non access language to see if this explains it better
If cbofromcriteria.Value = 1 Then Open Form where all records =
cbocriteria = 1
I would like to do it this way rather than creating lots of different
foms for each criteria.
Don't know if that makes sense?
Cheers
Colin