I'm using the query to filter out the 70 pledging members from a table of about 200 members. That way, only the pledging members are displayed on the form. Given my relative lack of Access experience, I assume that this is the way to do it.
I have a working model of this church database that I started writing last year. It's used on a weekly basis and functions well for our needs. Data entry is easy, all calcultions are accurate, and there are several relevant reports. We even used it in January of this year to produce year 2002 member statements that were given out at church. Only one person told us that there was an error in their statement. All in all a fairly successful endeavor. There are really 2 or 3 issues now that are stalling my efforts.
One concerns an option group. I want to trap any change to the currently selected option and ask the user, with a message box, 'are you sure you want to change this option'. If the answer is yes, the change is made. If the answer is no the change is cancelled. How is this done? The reason I want to do this is because any change in the 'pledgetype', which is what the option group determines, changes several critical calculations.
Next, I'd like to attach a real date to all data entered. The date is not necessarily 'today', but more likely the date of the Sunday that the donations were received. So the field that I called 'Jan1', which is for donations for the first week of January, would be linked to 01/05/03 and field called 'Jan2' (second week in January)would be linked to 01/12/03 and so forth. That way I could create reports based on a particular donation week, or for the month of August, etc. I have no real date field in the table. Could I add one at this point and make it functional in this way?
Thanks for any consideration. Hope I'm not to long winded or vague here...
Glennzo...