Search results

  1. S

    How to add a data control to a form ?

    how to add a data control into a form in access ?
  2. S

    add a data control to a form..

    how to add a data control to a form ?
  3. S

    How to check the values of a particular form is changed or not

    i want 2 things to be done. 1. i dont like the existing add button. what i want is no have a save button so that data will be saving after. 2 nd ly, if a person modifies existing ata and tries to navigate another recored, my form should have to confirm the update,.
  4. S

    How to check the values of a particular form is changed or not

    how to check this
  5. S

    code to open a form from another

    Private Sub Command5_Click() DoCmd.OpenForm (Form_Form2) End Sub where command5 is in form 1 this is not working... sorry i'm a beginner to vb and vba.. what am doing wrong here ?
  6. S

    code to open a form from another

    full code please...
  7. S

    code to open a form from another

    hi i have a form where the invoice is printed. there's a text field to enter the item number. but if the item is not availaable, i planned to have a button there which i hoped to open the item form to add an item. how can i do this? i'm familiar with c# and in C# it was something like f.show()...
  8. S

    Column Size in Number Data Format

    thanx buddy :)
  9. S

    Column Size in Number Data Format

    hi i want to limit the data size of a number format to 4 how can i do this ?:D
  10. S

    reset the autonumber ?

    i designed a dtabase and few tables have autonumbers as primary keys. in the development process, i had to enter and manipulate the db with dummy data and now the autonumber has incremented to 25. eventhough i delete all the entries hoping the numbering will start from 1, it doesnt happen...
  11. S

    construct a form using design view to insert data to multiple tables

    without creating a form through the wizard, what is the way to create a form using the design view and coding manually ? is there a way of doing this ? pls explain coz i'm new to access VBA. but i'm fluent in C# so is there a way ??:confused::confused::confused:
  12. S

    Auto Increment for non integer ?

    hi i have a table called invoice. the primary key supposed to be not only a number, but also a string. i thought of making the primary key as follows. INV001, INV002 etc. is there a way to auto increment such string values ? if yes how to ? if no, can anyone suggest me a way of having a...
Back
Top Bottom