1. How do I prevent the * line from showing in the affiliate and MARS sub forms?
2. Where do I put the index for the MARS selection?
MARS either/or problem
OK, The government will not permit a ham to belong to more than one MARS group at a time. Therefore if you are a MARS operator you either have to be Air Force, Army, or Navy. You do not have to be in the military now or ever. I think they eliminated Navy, but just incase there are some Navy operators in the club it's best to keep the field.MARS either/or problem
I will need an explanation of this problem.
I think there's a table called tblMars set the index in there.
I think there's a field rosterID and marsdesc, set the index to unique on these two fields.
All the reports and forms work fine in my version.
Strange! It was working OK when I posted it. Have you changed something?Windows 7 Access 2007:
For rptCountOfRosterClass I get a window that says CountOfRosterID , Gives me a blank to type something, and an OK or Cancel Option.
For rptMARSMembers I get no data when there should be something listed.
For sfmCashUp I get Forms!frmPaid!cboYear a box to put something in and OK or Cancel options.
For sfmCashUpTotal I get Forms!frmPaid!cboYear a box to put something in and OK or Cancel options.
For sfmPaid I get Forms!frmPaid!cboYear a box to put something in and OK or Cancel options.
In that case I put it back in the main table and choose from a combobox.OK, The government will not permit a ham to belong to more than one MARS group at a time. Therefore if you are a MARS operator you either have to be Air Force, Army, or Navy. You do not have to be in the military now or ever. I think they eliminated Navy, but just incase there are some Navy operators in the club it's best to keep the field.
Have you added Marsindex?The fields are:
MARSRosterID, MarsMARS, and Marsindex.
MARSRosterID is set to Number with Required set to Yes and Indexed set to Yes duplicates OK.
MarsMARS is set to Number with Required set to No and Indexed set to No.
MarsIndex is set to Number with Required set to No and Indexed set to Yes Duplicates OK.
Set the forms data entry property to no.
I meant the subform.It is already and still allows you to select all the possible items and keep on adding dupes.
I meant the subform.
Have you added Marsindex?
The example db you provided has two records.
However I gather from your comments that this is an existing concern.
That leads me to ask, how are you going to add the records from your existing system to the new system!