superfly5203
Registered User.
- Local time
- Today, 06:52
- Joined
- Apr 5, 2016
- Messages
- 43
I'll try my best to explain what I'm trying to do, I hope it makes sense.
My database keeps track of 3 different contacts, and each of these contracts can have 5 different modification types. I have a form, "change entry form" in which all of my data flows into on table, "table 1". The different contracts are selected via combo boxes, and the different types of modifications are input via check boxes.
I set up an unbound form, "change query form" where a user can input the data they want the query, "change search" to run, via a command button. I got it to sort by dates no problem, but then when I added a check on my change query form so the user could say they want to look at one of the mod types, all I get out is a blank query screen.
When I'm done, I would like to have the change query form set up to ask for the date ranges, the contract, and as many of the modification types as they want (not all mod types are mutually exclusive). So possibly the user could say, I want to see contract A and Contract B, with modifications within this date range, and of these modification types.
Is what I'm trying to do even possible? If anyone has any ideas I would appreciate it.
My database keeps track of 3 different contacts, and each of these contracts can have 5 different modification types. I have a form, "change entry form" in which all of my data flows into on table, "table 1". The different contracts are selected via combo boxes, and the different types of modifications are input via check boxes.
I set up an unbound form, "change query form" where a user can input the data they want the query, "change search" to run, via a command button. I got it to sort by dates no problem, but then when I added a check on my change query form so the user could say they want to look at one of the mod types, all I get out is a blank query screen.
When I'm done, I would like to have the change query form set up to ask for the date ranges, the contract, and as many of the modification types as they want (not all mod types are mutually exclusive). So possibly the user could say, I want to see contract A and Contract B, with modifications within this date range, and of these modification types.
Is what I'm trying to do even possible? If anyone has any ideas I would appreciate it.