Ok. Here is what I have.
First: 13 total forms, 13 total tables.
The first form looks like this:
As you can see it is one record with 12 tabs. Each tab has a specific month calendar from MS Excel. Note: These tabs have no fields.
The other forms are like this. One for each month:
Now this is what I want. A button will be place on each day. Each button for example 1st of September will only up on 1st record of September. If I click on the 12th of September the form will open up to the 12th record. I want to make this as simple as possible for the user. Idiot proof.
I can create a command button, but it opens up that months form with all the records, but that is not what I want. I get the following error when I try to open that months form to a specific record. "You must have one field that can be linked on each form". Now the question is why?
Can someone help me?
First: 13 total forms, 13 total tables.
The first form looks like this:
As you can see it is one record with 12 tabs. Each tab has a specific month calendar from MS Excel. Note: These tabs have no fields.
The other forms are like this. One for each month:
Now this is what I want. A button will be place on each day. Each button for example 1st of September will only up on 1st record of September. If I click on the 12th of September the form will open up to the 12th record. I want to make this as simple as possible for the user. Idiot proof.
I can create a command button, but it opens up that months form with all the records, but that is not what I want. I get the following error when I try to open that months form to a specific record. "You must have one field that can be linked on each form". Now the question is why?
Can someone help me?