Recent content by S Acharya

  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

    Data Access Page Script

    Hi, Could you please let me know how to use MS Script with Access page as I could not find any button to use MS Script
  3. 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.
  4. S

    Data Access Page

    Hi Biblo, Sorry, I was away for some time and could not respond to you. I have created an Access Page using Design mode in Access. I have draged the Sales Order Field from the query to which page is linked. Thus Sales Order Field is only coming from query and not from two different tables...
  5. 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