The Win2k Drivers should be good. Couple of things:
In Term Serv Setup, are clients allowed to connect printers
In User/Groups, is the connect client printers box checked
3rd, on the client, in the RDP software, is the Connect Printer box checked?
Try/Check those settings and let me know...
You could connect a recordset to the imported data then use the Replace function in VBA:
NewPNString = Replace(MySTRING, "-", "")
where mystring is the phone number with dashes and NewPNString has no dashes
COuld you not just use Form notation (For lack of a better term) to do this?
How about (assuming its a textbox on your subform)
me.txtbox = Forms!frm_MAINFORM!TxtValueYouWant
You could also set the control source of the text box on the subs to that. Try that.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.