Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. footbinc

    Terminal Services printing

    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...
  2. footbinc

    Terminal Services printing

    Couple of Questions: Have you installed the printer drivers for that printer on all the terminal servers? Is the Printer USB?
  3. footbinc

    Formating Data

    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
  4. footbinc

    Display main table data on subform

    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.

Part and Inventory Search

Back
Top