Is it possible in Microsoft Access 2000 To have a public Function with 3 optional parameters and Any combination of the 3 parameters could be passed?
For Example:
cc = current_count(,mtgdate,)
Where Current_Count is the name of the function. The first parameter is for the location, second parameter is for the date of the meeting and the 3rd parameter is for confirmed guests. In my sample above I'm counting all guests for a particular date but there could be any combination of those 3.
Any help would be appreciated.
For Example:
cc = current_count(,mtgdate,)
Where Current_Count is the name of the function. The first parameter is for the location, second parameter is for the date of the meeting and the 3rd parameter is for confirmed guests. In my sample above I'm counting all guests for a particular date but there could be any combination of those 3.
Any help would be appreciated.