Search results

  1. D

    runtime error 3464 data type mismatch

    I have table with 4 field (1) ID (Primary Auto Increment) (2) TDate (3) BillNO (4) Taka (5) Vat and i have a form with text box "txtID", "txtTDate", "txtBillNo", "txtTaka", "txtVat" an a update button. I want to update record through the from with event procedure. i use the following code to...
  2. D

    Data Valivdation from a table

    I Have one Table named of "User" with following Column: ID as PK Autonumber and Name, And a form following with text box ID and Name All text box is unbound. when ID text box is updated with User's table id value its shows the name against the entered ID in the Unbound Name text box which ID is...
  3. D

    Input data validation of a Form

    All Access Experts please help me. I attach a access db file. please help me how to develop a db with following requirements. In transaction form i needs following input validation (1) when ACNo text field is null or filled with any number it checks existing data (Name field) from a...
Top Bottom