So, as the subject suggests, I need to be able to set a limit to the number of "seats" available for an online class. As it stands, it has no limit. I'm new to SharePoint, and my company isn't offering much training right now, so please be patient and bear with me.
I have a SharePoint form that I can view in SharePoint Designer. It has fields that calculate number of Filled seats and Total number of seats (when creating the class). Now, as far as the code goes, that will be a cinch. But, I'm completely new to programming with MS tools, so Sharepoint Designer and Visual Studio are confusing me.
How do I check, when the user hits submit, that the number of Filled seats is < than the maximum allowed (Total)?
I have a SharePoint form that I can view in SharePoint Designer. It has fields that calculate number of Filled seats and Total number of seats (when creating the class). Now, as far as the code goes, that will be a cinch. But, I'm completely new to programming with MS tools, so Sharepoint Designer and Visual Studio are confusing me.
How do I check, when the user hits submit, that the number of Filled seats is < than the maximum allowed (Total)?