KnowNothing
New member
- Local time
- Today, 15:31
- Joined
- Oct 13, 2007
- Messages
- 6
What I need are membership cards with sequential numbers (with the starting number entered by the user). Each number is assigned to a member and needs to be saved in a table.
To accomplish this I created a table and my own custom label that corresponds to the size of my membership card. I did this by using the label wizard. I then created an unbound text box when the user enters a starting number for the membership cards.
My problem is I have been unable to save the starting number (I tried to do a "update" query from the unbound text box but it never updates the table, only the displayed value) and I can not increment the starting number.
Can anybody tell me how to do this with out having to use a form? I want to be able to do this by just clicking on the report. This seems like it should be easy but the solution so far has evaded me.
To accomplish this I created a table and my own custom label that corresponds to the size of my membership card. I did this by using the label wizard. I then created an unbound text box when the user enters a starting number for the membership cards.
My problem is I have been unable to save the starting number (I tried to do a "update" query from the unbound text box but it never updates the table, only the displayed value) and I can not increment the starting number.
Can anybody tell me how to do this with out having to use a form? I want to be able to do this by just clicking on the report. This seems like it should be easy but the solution so far has evaded me.