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: *

  • Users: Tuck007
  • Order by date
  1. Tuck007

    Win2k Pro as VPN server

    As I stated in my first post, yes, the NIC has a static IP and is connected to the WAN, the other NIC is connected to the LAN. I will send you the IP. .:TUCK:.
  2. Tuck007

    Win2k Pro as VPN server

    There is no firewall protecting the NIC that is on the WAN. How would I check to make sure IP Protocol GRE is on, and how would I turn that protocol on if it's not? .:TUCK:.
  3. Tuck007

    Win2k Pro as VPN server

    I am having problems using Windows 2000 Proffesional as a VPN server for a small network. Here is the present configuration: VPN Server: -Windows 2k Pro with Incoming Connection setup for VPN -Users are setup for connections -A range of IPs are specified: 192.168.1.125~149 -There are two NICs in...
  4. Tuck007

    iis server - any way to stop executable file upload

    If I follow, you want to filter or restrict FTP users from uploading executables to the FTP directory? Well, I don't think you could filter the actual content of the files being uploaded. Basically, you filter who is uploading files, using account security, no anonymous uploading. Now...
  5. Tuck007

    Date Format in ASP Pages

    First thought that jumped to my head was get the time and date from another server. When you say, not outputting dates correctly, what do you mean? Show an example and the code that you're using to generate the date. .:TUCK:.
  6. Tuck007

    How to I begin to setup IIS with my ISP

    Your Win XP machine, or your router should get he IP address. IT kind of depends on how your ISP has you setup on their network and how your home network is setup. Typically, your ISP provides you a static IP address, that gets assigned to one machine that is the web server. Your ISP is...
  7. Tuck007

    Problems with multiple domains

    Windows 2000 should have them under Start>Administrative Tools>Internet Service Manager or Start>Settings>Control Panels>Administrative Tools>Internet Service Manager I would suggest making a shortcut (right click on it's icon, pull to 'Send to...' and select 'Desktop [create shortcut]') to...
  8. Tuck007

    Track Email in Exchange, Not in Outlook

    Thanks, but I found out my the emails got delivered to another mailbox. So it's a different problem blarg. .:TUCK:.
  9. Tuck007

    Can Send but Cannot receive

    Found out that all the email addressed to this mailbox was getting delivered to another mailbox. Not sure if the mailbox that they got delivered to is setup to be the 'catch-all' for the domain. Does anyone know how I can check that? .:TUCK:.
  10. Tuck007

    Track Email in Exchange, Not in Outlook

    Are you refering to 'Enable offline use' option for Outlook 2k? I went through and enable and disable these setting in the client, but no new email. .:TUCK:.
  11. Tuck007

    Track Email in Exchange, Not in Outlook

    I am having a similar problem. Posted in two other threads, so if I get any ideas from those, will post them here too. I haven't tried restarting the exchange service. I might give that a go. Do you have logging enabled? It might help show you what's happening. .:TUCK:.
  12. Tuck007

    Not receiving Hotmail through Exchange

    I am having a similar problem. A new mailbox, just one, is having the same problem, email just disappears, but for all messages, even return receipts. .:TUCK:.
  13. Tuck007

    Can Send but Cannot receive

    I'm seeing a similar problem, but no one is sending 200 MB files. A new mailbox can send emails but can not receive emails, except locally from other users on the network. I am more knowledge with Exchange 5.5, but can move through 2000 a-okay. Checking the mailbox queues and the badmail, I do...
  14. Tuck007

    Form Query return from Numeric to Alpha Numeric

    YOu know when you've been staring at something and you know the answer is there... then someone comes along and says, try this, and you do, and the light goes on and everything is clear and you go "Ooooooh god I'm dumb sometimes." Thanks! .:TUCK:.
  15. Tuck007

    Form Query return from Numeric to Alpha Numeric

    Access converts it all to STRING values. The SQL looks like this in the end and it doesn't want to work out right: SELECT DISTINCTROW qryTK_HOURS.EmployeeNumber AS [Emp Num], tblJB_JOBS.UserCodeT_1 AS [Job Num], tblByChris_Hour_Types.PayChexID AS [Hour Type], Sum(qryTK_HOURS.OvertimeHours) AS...
  16. Tuck007

    Form Query return from Numeric to Alpha Numeric

    So far, all the suggestions have been right on the mark, thanks! I have one other item I am trying to work out for this query. I think I want to use a IF(contition,THEN|ELSE) type of statement to display regular hours versus OT hours. The PayChex system that this gets fed into reads each line...
  17. Tuck007

    Form Query return from Numeric to Alpha Numeric

    I think I follow you, create a seperate table that uses the ID number that wopuld match the hour types from the previous table, join them with either a left or right, and it will show the proper code. Thanks! I was playing around with IF statements in the query, and your suggestion work out much...
  18. Tuck007

    Form Query return from Numeric to Alpha Numeric

    I'm not sure if this is a query or report type of question. Our present system wants a specific file format for the payroll. Employee #, JOb #, Hour Type (E01 - E05), and Amount of hours. Three of these are easy and done. The Hour Types is what I have questions about. The database has them...
  19. Tuck007

    Access 2000 Between Dates Query

    PHV, Thanks! I thought that would just ask me twice, but I entered it and ran the query and it ran as it should. Pops up and asks for one End Date. Thanks again! .:TUCK:.
  20. Tuck007

    Access 2000 Between Dates Query

    I don't normally use Access, and I am sure something like this has been coverd once before, so thanks ahead if anyone knows a thread I can go look in before wasting peoples time. I am creating a query for a time keeping report. I'd like to prompt the user for a Time Period End Date that will be...

Part and Inventory Search

Back
Top