Re: Error in Call statement
- From: "Steve Gerrard" <mynamehere@xxxxxxxxxxx>
- Date: Sat, 29 Mar 2008 14:45:07 -0700
Marv wrote:
Public Sub AdjustPrtLine(ModelRec)
' do something
End Sub
However, when I try to run it I get the message:
" Only user defined types defined in public pbject modules can be
coerced to or from a variant or passed to a late bound function."
Try declaring a type for ModelRec, instead of leaving it a variant:
Public Sub AdjustPrtLine(ModelRec As RecordC)
.
- References:
- Error in Call statement
- From: Marv
- Error in Call statement
- Prev by Date: Re: Error in Call statement
- Next by Date: Trouble connecting to SQL Server express over Peer to Peer network
- Previous by thread: Re: Error in Call statement
- Next by thread: Trouble connecting to SQL Server express over Peer to Peer network
- Index(es):
Relevant Pages
|