Search results

  1. A

    Form not working

    Hi, I've written a VBA code for my evaluation form to add the total. However, it does not work. It does not show me the total as I'm going through the evaluation. Could someone please help me out? This is my code: Option Compare Database Option Explicit Public Const strCYes = "_YES" Public...
  2. A

    Evaluation Form

    Hi, I have a form where it does an assement of the service in the call center. The evaluation form has 3 check boxes (yea, no, n/a). There are 163 employees that need to be evaluated on their performance. How would I go about setting this up? What I've done so far is made a table called...
  3. A

    Error Message

    I have a next button and previous button on my form. When I click on next this is the error that I get. "The expression On Click you entered as the event property setting produced the following error: Ambiguous name detected: Delete_Click. * The expression may not result in the name of a macro...
  4. A

    Textbox

    This might be really easy to do but I don't know how. I want to create a textbox that will accept unlimited characters. The highest it can go is 255, I want it as a comment area where the user can type in as much as they want w/o being warned that they've reached their limit. Does anyone know...
  5. A

    Loading data into a Form through Macro/Module

    Hi, I'm new to this Access programming. I'm designing a database that will pull employee information onto a form. I've designed the form but now my problem is getting the records from the query/tables i've designed into the form. I can see my data in my comboboxs when I open the drop down...
Back
Top Bottom