Search results

  1. NightPort

    Web Hosting and Domain Registering

    Ok, I have just taken over a webdeveloping project for some of my friends who are starting an online magazine. Anyway, the person that was originally doing this for some reason has the domain registered at a place that doesn't host the site but points to a host. I don't like this idea at all. I...
  2. NightPort

    Calculation

    Ok, I know I'm going to sound retarded here, but with all this I'm doing for a search function I can't seem to figure out something I know is just simple as hell. It's killing me. Anyway I need to take a value that is entered in one text box, and add it to one that was entered in another text...
  3. NightPort

    DLookup

    Ok, I have a Record Series Name, and with each name there is a corrosponding Retention. Now what I would like to do is lookup the retention based on the name that was selected in the combo box. I am pretty sure DLookup does this, but when I do it i am always getting a #Error in my retention...
  4. NightPort

    Automation

    First let me give a little background on what I am trying to do. I have a form where I enter in data on a publication that my company releases for my department. On that from I have a subform that holds all of the record management data. Now I have a table that holds all the things important...
  5. NightPort

    security through vba

    Can I write code that tells Access to run as a certain user depending on the windows login? I know the API calls to get the Windows user name. Can I have it check and see if, for example, "Staff" is logged in to Windows, then run the DB as "Peon", and if "Admin" is logged in to Windows, then run...
  6. NightPort

    Adding fields for total

    Ok, I have to creat a report that shows all the open files, and the closed files that have been processed. Now I want to know is it possible to create a field on the report that isn't in a table that will just add up the number of files that have been processed? If so how do I go about doing...
  7. NightPort

    Form not showing correctly

    Ok, small minor problem. I create a form using a query that i have made. It looks great in design mode, but then when I go to the form mode it doesn't show at all. Any ideas as to why it's doing that?
Back
Top Bottom