I really like this program, I also appreciate this form. It amazes how helpful humans can really be.
To my question,
Is this legal
Dim Type(scname,sbreed,ssex,sdob)tycanine
Dim Type(sphone,sfirst,slast,inumdogs,tycanine)tyclient(500)
tyclient(1).tycanine.scname = txtbox1.text 'get error here
to get around the error
Dim Type(sphone,sfirst,slast,inumdogs,scname,sbreed,ssex,sdob)tyclient(500)
This is manageable solution for a client with one dog, many of my clients have 2 maybe 3 dogs. Which would look like
Dim Type(sphone,sfirst,slast,inumdogs,scname1,sbreed1,ssex1,sdob1,scname2,sbreed2.....
)tyclient(500)
is my solution my only alternative?
Thanks
To my question,
Is this legal
Dim Type(scname,sbreed,ssex,sdob)tycanine
Dim Type(sphone,sfirst,slast,inumdogs,tycanine)tyclient(500)
tyclient(1).tycanine.scname = txtbox1.text 'get error here
to get around the error
Dim Type(sphone,sfirst,slast,inumdogs,scname,sbreed,ssex,sdob)tyclient(500)
This is manageable solution for a client with one dog, many of my clients have 2 maybe 3 dogs. Which would look like
Dim Type(sphone,sfirst,slast,inumdogs,scname1,sbreed1,ssex1,sdob1,scname2,sbreed2.....
)tyclient(500)
is my solution my only alternative?
Thanks