Search results

  1. S

    BVA Code to hide TextBox

    Hi, I want to print textbox in the reprot if value is >0. I have written follwing code but no effect of it. *********************** Private Sub Text98_GotFocus() Dim myVer As Currency myVer = Text98.Value If myVer >= 0 Then Me.Text98.Visible = True Else Me.Text98.Visible = False...
  2. S

    Use of script for Access Page

    Hi, We can format the access page using MS Script. I do not know how to use (Activate) MS Script with access page. I could not find any button on page to activate MS Script. Any advice highly appreciated.
  3. S

    Data Access Page

    Hi All, I have created a Data Access(DAP) Page to append the sales order received on phone. The Data Access Page is linked to query which has autonumber field to store the Sales Order. I have a textbox on DAP for Sales Order No. The autonumber generated in Table is different from autonumber...
Back
Top Bottom