iankerry
Registered User.
- Local time
- Today, 00:52
- Joined
- Aug 10, 2005
- Messages
- 190
Hi
I hope someone can help. I am on Access 2010
I have a line that says
Call DoRemote (strEmail, arrSummaryData(i).strPromoterName, arrSummaryData(i).dtDatefield, arrSummaryData(i).strFilmName, arrSummaryData(i).strVenue, arrSummaryData(i).curAdultTP, arrSummaryData(i).curChildTP, arrSummaryData(i).curFamilyTP, arrSummaryData(i).strEventID)
When I run the code I get Argument not optional.
I have a Public Function called DoRemote. And I only have it once (searching the internet this was a possible problem)
There isn't a clue as to where the problem is -
Can anyone tell me where to start looking? Is the error in the Call DoRemote line or might it be in the DoRemote Function?
many thanks.
ian
I hope someone can help. I am on Access 2010
I have a line that says
Call DoRemote (strEmail, arrSummaryData(i).strPromoterName, arrSummaryData(i).dtDatefield, arrSummaryData(i).strFilmName, arrSummaryData(i).strVenue, arrSummaryData(i).curAdultTP, arrSummaryData(i).curChildTP, arrSummaryData(i).curFamilyTP, arrSummaryData(i).strEventID)
When I run the code I get Argument not optional.
I have a Public Function called DoRemote. And I only have it once (searching the internet this was a possible problem)
There isn't a clue as to where the problem is -
Can anyone tell me where to start looking? Is the error in the Call DoRemote line or might it be in the DoRemote Function?
many thanks.
ian