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 SkipVought 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. nerdcore

    Installed Exchg, now I have an AD schema mismatch, HELP!

    I am getting Active Directory schema mismatch errors after installing Exchange 2003 on a 2003 member server, on a network with 2 existing 2000 server domain controllers. Here is all the relevant information I can think of. Let me know if you need anything else. Thanks!!! - Installed exchange...
  2. nerdcore

    Should I make Exchange a DC? DNS?

    A couple quick questions. I am moving email hosting in-house for a client. They have two Windows 2000 Domain Controllers currently. The new server is 2003 with Exchange 2003. Questions: - Should I make this server a Domain Controller? - Does exchange still automatically add a mailbox and...
  3. nerdcore

    Install Exchange into existing domain with different domain name

    I am going to be installing Exchange 2003 on a new Windows Server 2003 machine. The existing network has 2 Windows 2000 domain controllers, and the domain name on this network is "domain.local". Email is currently hosted externally through a POP3 service. We are bringing email in-house for...
  4. nerdcore

    Programming for Citrix.... Considerations

    I have developed an application for a client. It's done using VBA in Reflections, which is a terminal emulator. The client now wants to put this application on a Citrix server. I have never developed anything for a Citrix or Terminal server before. My question is: What things do I need to...
  5. nerdcore

    Need database architechture advice for Franchise Tracking system

    I need to create a Franchisee tracking system for a client. I am working for the world headquarters of a Franchise System and they have 100+ franchise companies (just think McDonald's on a smaller scale). They have a database system in place now but it was not designed to properly accomodate...
  6. nerdcore

    cfif - trying to get a checkbox to display an SQL bit field

    thanks for the input guys....i am going to use the checkboxes because i feel it is a bit cleaner and easier to run down a list of 100 items and just check them off rather than drop down/select a yes/no. I am cfparam-ing all my checkboxes on the submit page so i can capture any blank (false)...
  7. nerdcore

    cfif - trying to get a checkbox to display an SQL bit field

    I don't know exactly which forum to post this in but since I'm using coldfusion to build this app I'm trying here first. I have an MS SQL Server 2000 backend. I am developing a front end using coldfusion. I am using normal HTML input tags rather than CF tags for the fields. I am BRAND NEW to...
  8. nerdcore

    tracking/approving data changes before they are written to live data

    I have a client who has a database with an SQL 2000 backend and a Microsoft Access front end. It's huge :) (like 450 forms, 400 tables, 150 reports, etc.) There is one form (it also has a subform) on which they would like to track any changes made, and NOT write these changes to the live...
  9. nerdcore

    changing font to small caps

    I have a report that prints out name badges from a database. This report has always been done by hand in Word, and the names were formatted with the "small caps" effect which will translate all the lowercase characters into uppercase letters, and the uppercase letters into bigger...
  10. nerdcore

    Security constants - can't find a list

    I'm creating a "secure" database using the .mdw file and user/group permissions. I have a switchboard form with about 8 buttons that open up the various data entry forms in the database. What I need to do is upon loading the switchboard form, test the permissions that the CurrentUser...
  11. nerdcore

    Do relationships belong in Front End or Back End?

    I have a database that has a Front End with all forms/queries/reports, and a Back End with the Tables. When I used the database splitter, it created the relationships in the back end as well as left the original relationships in the front end. I am now adding two new tables to the Back End...
  12. nerdcore

    Apply custom Toolbar to ALL reports on Startup in VB

    Hi, I would like to apply a custom toolbar to all reports when I open my database. Being that new reports are always being developed and management of these gets difficult, I would like to have a routine that automatically applies the toolbar to ALL reports upon startup. I know you can just...
  13. nerdcore

    Trapping Primary Key Violation Error

    Thanks HomeAlone! That solved my problem (in 4 different forms/tables) :D
  14. nerdcore

    Trapping Primary Key Violation Error

    The problem is there is no apparent Error number for the primary key violation. At least it doesn't come up in the MessageBox. The OnError event seems to belong inside a sub however this error is not happening inside a sub. It is happening when moving to the next record. Any help?
  15. nerdcore

    Trapping Primary Key Violation Error

    I would like to trap the primary key violation error when a user enters a duplicate name on a form. My table is set up with a FranchieNumber field that is the primary key. This field is bound on a Form. If a user enters a duplicate FranchiseNumber they will get a key violation error when...
  16. nerdcore

    Installed a Firewall, now Internal DNS Doesn't work

    I want to reply to my own thread here with a bit more possibly relevant info. When I open the DNS MMC Snap-in, I see an entry under Forward Lookup Zones for "." What is this? I read on the Microsoft site that this is not necessary and may cause DNS not to work, as it is for...
  17. nerdcore

    Installed a Firewall, now Internal DNS Doesn't work

    I installed a SonicWALL firewall to replace our Windows 2000 proxy server that we were previously using. My network consists of a Windows 2000 Domain controller that has DNS installed, and about 30 clients. All of the client machines had a proxy software client, and were configured to use the...
  18. nerdcore

    Refresh a Form

    You can use the following line of VBA Code to refresh the record set for the main form (insert your form name of course) Forms![your_main_form].Requery I am using this right after a Docmd.Close statement, however it should work fine in the OnClose event.
  19. nerdcore

    Compacting a shared database?

    I have a split database with both the front end and backend on a server. I have about 10 users in this database and have the front end set to "compact on close". Is this OK? Are there any potential problems or bugs that could cause corruption or does access realize that another user...
  20. nerdcore

    Form w/ VBA Code for User Management

    Does anyone know of a pre-made form with accompanying VBA code that handles user/security management for my Access database and workgroup file? There is a really nifty one that I have on a database that my company had developed by a third party but of course they will not give me the source. I...

Part and Inventory Search

Back
Top