I can't seem to find any info on this anywhere on the net. I know it's prolly real basic but I'm new at thisl.
Say I have a sub procedure in VB6.0 that creates a new entry in a database...
Public Sub Create(RefNum as Long, Name as String)
How do I call it and use it? I tried...
oObj.Create (200,"Joe") but the error says "Cannot use parentheses when calling a Sub".
Thanks in advance
