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 strongm 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. OrlandoG7

    Excel: Leading quote in cells when export from Access

    This would involve 2 steps but it seems to drop the ' =TRIM(B1) Then copy and paste values Orlando Data Management Services and Custom Programming Services
  2. OrlandoG7

    Multiple Category Search

    Are you using Access? If so, it sounds like you are using the "OR" operator instead of "AND". So it should be someting like this: Select Contact from table_Contacts WHERE Cat1 = checked AND Cat2 = checked AND Cat3 = checked. Orlando Data Management Services and Custom Programming Services
  3. OrlandoG7

    Anyone know a hosting company with good .NET support?

    Thanks candles, This company is partners with Interland.com, which seems to have good .NET support but it's on the expensive side. I'm considering another host called discountasp.net, which is priced more reasonably. Anyone know some other hosts I should check out before commiting?
  4. OrlandoG7

    Anyone know a hosting company with good .NET support?

    I'm having trouble migrating a C#.NET application with SQL Server to my current host. First it was dificult getting the application to connect to SQL Server and now there are e-mail problems. Hopefully someone will have had a good experience with a host and will share that information...
  5. OrlandoG7

    Security systems for Internet Banking

    From a network point of view, the user should be logging on to a secured website using perhaps SSL. If the user is on a WiFi network, then he should also enable encryption. If there is an application that resides on the user's desktop then he should place access restrictions on the folder...
  6. OrlandoG7

    Host Server on Roadrunner cable New York

    I'm not familiar with Apache. I've been meaning to try a dynamic dns service. It's a tool that alerts the 7 us dns servers of your ip address change even if you have a router or firewall. Has anyone had experience with these services? I know some are free. Right now I can only remeber the...
  7. OrlandoG7

    Host Server on Roadrunner cable New York

    Yes it is a static ip. And since my last post I found out that assigning a different port worked fine after all. I couldn't see the website using the WAN ip because I'm conecting from the private address. However, the website is visible to clients coming from outside my LAN.
  8. OrlandoG7

    Host Server on Roadrunner cable New York

    Has anyone successfully hosted a web server on the roadrunner network? I think they are blocking port 80. So I changed the port number to 8080, 8956, etc and none work. I can access the server via the private address (192.168.0.103) but not via the WAN IP 24.193.xx.xxx I'm running WinXP Home...
  9. OrlandoG7

    Get value from combobox

    It works. Thanks!
  10. OrlandoG7

    Get value from combobox

    I have a combobox tied to 2 fields on one table. the row source is: SELECT [tblBoats].[ID], [tblBoats].[BoatName] FROM tblBoats; When selecting a boatname from the combobox, I want the name of the boat to appear in a textbox on the same form. Private Sub Command16_Click()...
  11. OrlandoG7

    How do I Clone record?

    Thanks for both of the good sugestions. It gives me a great starting point.
  12. OrlandoG7

    How do I Clone record?

    Sorry FancyPrairie for confusion. I was hoping to get a vba or non-vba solution so I posted question on different forums. You suggested the method below. I can't get it to work properly. After below code is executed, a new record is created but field values are not transfered. does paste...
  13. OrlandoG7

    How do I Clone record?

    I tried doing this manually with the command bar and it doesn't work for me. Maybe because I have some fields that are calculated, others are locked, and there is an auto number field?
  14. OrlandoG7

    How do I Clone record?

    I would you be looking at a saved record and want to duplicate some of the fields onto a new record.
  15. OrlandoG7

    How do I Clone record?

    I need to duplicate some fields (not all fields) in my form and send them to a new record in the same form. I've read several postings about cloning records but don't understand how to implement it. Thanks, Orlando
  16. OrlandoG7

    How do I Clone record?

    I need to duplicate some fields (not all fields) in my form and send them to a new record in the same form. I've read several postings about cloning records but don't understand how to implement it. Thanks, Orlando
  17. OrlandoG7

    Multi-user app. NO SERVER. Access Front, SQL or MSDE back??

    James: Thanks for the feedback. Is your app running on a dedicated server or on a user's desktop?
  18. OrlandoG7

    Multi-user app. NO SERVER. Access Front, SQL or MSDE back??

    Hello. I've been asked to develop a 3 to 5 user Access db. There will be no server ($$$). The database needs to be hosted on the fastest computer (DELL P4, 256RAM, WIN2K Prof) and still be used as a desktop. The database will be relatively simple, it'll have 50-100 new customer records added...
  19. OrlandoG7

    Lost xp password. Please help!

    thanks linney. I went in through safe mode (f8), logged on as administrator (had no password), then removed user's password.
  20. OrlandoG7

    Lost xp password. Please help!

    Someone put a password on a client's xp machine. No one knows who did it or what the password is. Originally this computer did not have a password and there is no password recovery disk. I think the disk is NTFS. And there is another computer which might be identical to the one that I can't...

Part and Inventory Search

Back
Top