Search results

  1. C

    Changing an Unbound Textbox Value in Report Header are on Detail Format Event

    Ok, so i'm back and I'm having this problem. Is there a way to change a textbox value that's located on REPORT HEADER section? The event will be triggered in the DETAIL_FORMAT event. I tried debugging it and the value is changed, but it doesn't show on the visual report, is there a way around...
  2. C

    How to Dynamically Expand Detail Section of a Report?

    Ok, I have made a report that contains unbound controls(take note unbounded, since I generate the info from queries). I have a sample function like the following that moves the controls down as I add content. Private Function MoveTotals() Me!txtTotalDeductionTitle.Top =...
  3. C

    Textbox Validation - On Exit?

    Hi! I tried the search function of this forum to look for a solution for my problem but I can't seem to find it so I posted it instead, maybe I missed a few threads, not sure coz i'm quite dizzy right now. I have a form with around 45 textboxes, but i'm currently stuck up with a simple...
  4. C

    Error 2158 on a Recordset

    Hello, I'm new in these forums but and i'm fairly new at MS Access programming since I utilize java most of the time. I'm currently using Access 2003 and was wondering why I encounter an error with my Code. The Code is Below Private Sub cmdSave_Click() ' Dim thisText As String '...
Back
Top Bottom