Recent content by Teresa Allen

  1. T

    Combobox Requery Save Error

    The problem I'm having is that there is data in the combobox on the main form when I open the employee form so when it goes back to the main form it can requery the combobox because it needs to save the record before it requeries. I've got the requery working it's the saving of the record on...
  2. 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...
  3. T

    Visual Basic Error when copying

    Can anyone also tell me why my evelope icon on this forum message always has a black dot on it?
  4. 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?:)
  5. T

    Help with on error msg box

    That worked thank you.
  6. T

    Help with on error msg box

    Runtime error '490' Thanks
  7. 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)...
  8. 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