H
HLCruz via AccessMonster.com
I manage a camper registration database and we recently have come across a
couple situations where it would be great if we could limit how many campers
are registered.
For example, we allow 10 day campers and 100 traditional campers. When a
camper is registered they are given a code (DayCamp10 for day campers, Camp10
for traditional campers) and having that code is what the form uses to
display the appropriate camp registration form for more detailed data.
My thoughts where if I could control the number of DayCamp10 and Camp10
records that are created in my tblCodes to 10 and 100 respectively, I could
essentially then controll the number of campers that are registered.
I am somewhat experienced with VBA but haven't done anything like this. Does
anyone have suggestions on code I could use to do this?
Thank you
couple situations where it would be great if we could limit how many campers
are registered.
For example, we allow 10 day campers and 100 traditional campers. When a
camper is registered they are given a code (DayCamp10 for day campers, Camp10
for traditional campers) and having that code is what the form uses to
display the appropriate camp registration form for more detailed data.
My thoughts where if I could control the number of DayCamp10 and Camp10
records that are created in my tblCodes to 10 and 100 respectively, I could
essentially then controll the number of campers that are registered.
I am somewhat experienced with VBA but haven't done anything like this. Does
anyone have suggestions on code I could use to do this?
Thank you