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 bkrike 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: corner40
  • Content: Threads
  • Order by date
  1. corner40

    Outlook only showing one day of email in Inbox

    we have a contractor that when she plugs her personal laptop into the network, connects to the exchange 2003 server(sbs) she can only see the current days emails. She has a secondary personal laptop that she plugs in and it displays all of her emails correctly. Both laptops display all emails...
  2. corner40

    Install BCM and Import BCM file with Office 2007 Enterprise

    Hi Everyone We have a new employee at our office. We are running Office 2007 Enterprise. He brought his Business Contact Manager file. I have read in numerous places that you can use Business Contact Manager in 2007 Enterprise. Is this actually the case? If not...how can I import/view his...
  3. corner40

    BCM 400 4.0 MOH over PRI fuzzy BGM is fine

    i have a BCM400 4.0 and the MOH is intermittently very fuzzy, while at the exact same time the Background Music through users sets is perfectly clear. Has any one else experienced this? Has there been a resolution? I found another thread on here that was similar in nature to this from 2005 but...
  4. corner40

    BCM400 Rls 3.0 Lan Port 1 IP Address

    Hey Guys Just a quick question. What is the Lan Port 1 IP address for a BCM400 rls3.0? 10.10.11.1 or 10.11.16.1 or 10.10.14.1 and do they use the ee_admin user name or the nnadmin? thanks Jeremy
  5. corner40

    Find IP Address of Callpilot

    I have a customer that recently swapped out there PC and now does not know the IP Address for their callpilot. I always thought there was a feature code that would tell you the IP Address from a set, but I'm at a loss for what it is. Does anyone know this feature code or else a different way...
  6. corner40

    BCM50 networked together

    I am going to be setting up a bcm50 in two different locations. They are going to be networked together via a vpn. What I would like to be able to do is this: Location A and B are different cites - a call comes into location A reception - on ring three it rings location A reception and...
  7. corner40

    Installing IIS

    Hi I am just about to partion my drive and install IIS on an NT Server. Is there anything special I should do or can someone direct me to a walkthrough. My guess is that it shouldn't be any harder then installing any other service but someone told me it was tricky, so...I haven't found...
  8. corner40

    BCM 400 Call Pilot Rest

    Could someone tell me how to reset the call pilot for a BCM 400? thanks Jeremy
  9. corner40

    Subform on Tabbed Form

    Hi Everyone I have a subform on a tab controlled form. I have a pop up search form that I use to find a record set. What I am trying to do is on the double click event for the list box on the search form, it sets the forms tag property to the specified item in the list box. the way I normally...
  10. corner40

    Refresh ALL List and Combo Boxes in one step

    Hi everyone is there a way to refresh/requery all the combo boxes and listboxes on a form/forms in one easy step as opposed to <controlname>.requery and hoping that the code fires when hoping, etc. I just keep seeming to have listboxes displaying the wrong info because of not updating. any...
  11. corner40

    Count to Display Zero if no value

    Hi I have a list box that is displaying a count for each productID on a given date. What I really need to do is also display if the count returned is '0'. here is the SQL for the two queries that create the listbox Original count query: SELECT First(PackageComponent.ProductID) AS [ProductID...
  12. corner40

    Delete Record Form Refresh

    Hi Everyone Seems like all my questions start out with this: I have a form(f_bookinghead, PK BookingGroupID) that has a sub-form(f_bookingheadform, PK BookingHeadID FK BookingGroupID) and also a sub-subform(f_BookingDetail, PK BookingDetailID, FK BookingHeadID). On f_bookingdetail i have a...
  13. corner40

    Highlight record in listbox where bound column = criteria

    hi guys I have a listbox "lstKidSelect" on form "forms![f_bookinghead]![f_bookingheadform]" that I need to do some things with. Most importantly I need to highlight a certain record when the form is opened. I have a listbox "ctlLstBxResult" on form "editbookingsearch" that is used to select the...
  14. corner40

    Opening a Form with sub-form and sub-subform based on criteria

    Hi everyone I asked a similar question not too long ago but have a new spin on it. Take a look and offer any help you can. I have a form(f_bookinghead primarykey "BookingGroupID") that has a subform(f_bookingheadform primarykey "BookingHeadID") and the subform has a subform(f_bookingdetail...
  15. corner40

    Opening a Form with sub-form and sub-subform based on criteria

    Hi everyone I asked a similar question not too long ago but have a new spin on it. Take a look and offer any help you can. I have a form(f_bookinghead primarykey "BookingGroupID") that has a subform(f_bookingheadform primarykey "BookingHeadID") and the subform has a subform(f_bookingdetail...
  16. corner40

    Cannot open any more Databases

    hi guys I have a form(no queries behind it) that has 28 listboxes. Each listbox has it's own rowsource. When the form is being opened it bombs with an error message "Cannot open any more Databases". I've never seen this problem before and I haven't had much luck in looking it up on the web...
  17. corner40

    Open form filtering on sub-subform criteria

    Hi everyone I have a form(f_bookinghead primarykey "BookingGroupID") that has a subform(f_bookingheadform primarykey "BookingHeadID") and the subform has a subform(f_bookingdetail primarykey "BookingDetailID"). The way my form is set up I can't use record selectors effectively. This makes...
  18. corner40

    Individual Text boxes having own &quot;rowsource&quot;

    hi everyone I have a form with approximately 60 text boxes on it. 30 of the textboxes I'd like to display a number from a table based on the date selected from a combo box at the top of the form and also a productid...the other 30 are going to work in a similar fashion but display differeny...
  19. corner40

    Code working in debug not runtime

    I have some code that when I step through it, it works as expected, but when i an just using the ap without stepping into the code it doesn't work as it should. Has anyone encountered this before...here is the code just to help any that I can. all suggestions are greatly appreciated. visitdate...
  20. corner40

    GoToRecord? not sure

    I have a form(f_bookinggroup) with a subform(f_bookinghead) and the subform has a subform(f_Bookingdetail). I have an on click event that uses a dlookup: bdID = DLookup("bookingdetailid", "bookingdetail", "bookingheadid = " & Me.BookingHeadID & " ", "kid = " & Me.lstKidSelect.Column(0) & " ")...

Part and Inventory Search

Back
Top