Search results

  1. T

    Re-paint subform

    Hi I have a macro that does some calculations on a sub-form. I'm using it as an invoice. As I enter hours in the Time textbox the macro calculates the dollar amount in the Price textbox, triggered as I change the hours. The problem is that the results are not up to date. The access help said...
  2. T

    Syntax

    Hi I am trying to write a macro that finds a text box on an imeded form that is on a tab page. If it were a text box on an imbeded form I would use [Forms]![MainForm]![SubForm].[TextBox] With this syntax I get an error that says this is not an OLE object. What am I doing wrong Tom
  3. T

    Code for text box date event

    Hi I have a form with two text boxes. Box1 is for the date, Box2 is a comment. I want to have an 'on exit' event in Box2 that triggers Box1 to fill with todays date. This way I will know what day the comment was made. I am using a macro to do the job now, but I would like to use code. Thanks Tom
Top Bottom