Here's what I need to do: based on the value of a field on my startup form ( this is [Forms]![Welcome]![Text7] and is a number) I'd like to have an automatic selection of the next form to open. So far, I have that the startup form (Welcome) automatically closes on timer, but I can't work out a method for the next form to be selected.
Several suggestions based on your question...
1. Macros have a place, but if you ever plan on doing more, your best bet is to learn VBA. There is much more you can do with it.
2. I have a feeling that you used the Start Up wizzard to create your Welcome form. Best bet here is to create your own form, from scratch, and make it your start up. Once completed, you could have some buttons allowing a user to choose what they want. You can have security, which only allows those chosen to use certain forms.
3. If your Start Up has a timer, which in itself is not bad, what do you have on that form that will allow a user to choose where they want to begin?? What happens when to Welcome closes and a user hasn't chosen where to go?
Sorry I can't give a direct answer, but to me, the question is somewaht ambiguous.
HTH
An investment in knowledge always pays the best dividends.
by Benjamin Franklin