Search results

  1. T

    Combobox Requery Save Error

    I have been through many of these threads to try to figure this out on my own but I've had no luck. Lot's of combobox question but I couldn't find this one. I have a training form with a button that will add new employees if the one your trying to enter training on is not in the list (employee...
  2. T

    Visual Basic Error when copying

    Almost every time I try to copy a form or report, I receive a Path/File access error:'VB10.tmp' when I click okay it gives me a second error message of Name conflicts with existing module, project or object name. Can anyone tell me why and what to do to correct it?:)
  3. T

    Help with on error msg box

    I have this code witten and workes correctly but I need an error msg box that pops up if the Hyperlink file is not found can anyone help me with this? I'm not sure if it should be on error or an if statement? Private Sub Document_Number_Text__Box_DblClick(Cancel As Integer)...
  4. T

    Form Calculation

    This is my first message, I have a form where I calcuate a field containing minutes multiplied by a target speed (another table) based on a product. (downtime.Minutes * product.target speed) pretty simple the relationship between the two tables is the product, but now they want to increase...
Back
Top Bottom