It's been a while since I've messed with 2003 in any complexity.
I've got a form, we'll call Trips. I want to be able to create as many trips as possible (which I already have done).
Secondly, I have a separate form, we'll call Personnel. This form has two functions. One, I need to be able to add and delete personnel (which I already have done). Secondly, I need to be able to show all trips a person has either gone on, or is scheduled for (which I haven't done, but will setup).
Now for the part that I'm struggling with. When I create a trip, I want to have a button setup so that when I click "Save," it saves the trip, then pops up a message box that asks if I want to add personnel to the trip. A form (I haven't created yet) would then pop up with names and a check box next to their name to add them.
Where I'm having the issue for this, is that I don't know if this checkbox needs to be added to the Query (I run all my forms off queries), or if it needs added to the form itself.
I'm also a little fuzzy on the code I would need to use for the button (I don't want to run it through a macro).
I've got a form, we'll call Trips. I want to be able to create as many trips as possible (which I already have done).
Secondly, I have a separate form, we'll call Personnel. This form has two functions. One, I need to be able to add and delete personnel (which I already have done). Secondly, I need to be able to show all trips a person has either gone on, or is scheduled for (which I haven't done, but will setup).
Now for the part that I'm struggling with. When I create a trip, I want to have a button setup so that when I click "Save," it saves the trip, then pops up a message box that asks if I want to add personnel to the trip. A form (I haven't created yet) would then pop up with names and a check box next to their name to add them.
Where I'm having the issue for this, is that I don't know if this checkbox needs to be added to the Query (I run all my forms off queries), or if it needs added to the form itself.
I'm also a little fuzzy on the code I would need to use for the button (I don't want to run it through a macro).