Search results

  1. S

    Change the value of bounded field from form

    If my text field is bounded with a combo box. Then how to change its value. For example if my price field is bounded with combo box and by entering the code in combo box price come in text box field and when i try to change it it says that value cant be changed because it is bounded with combo...
  2. S

    Question Change Value of bounded field

    If my text field is bounded with a combobox. Then how to change its value. For exapmle if my price field is bounded with combo box and by entering the code in combo box price come in textbox field and when i try to change it it says that value cant be changed because it is bounded with combo...
  3. S

    Conditional Printing

    If my form consist of several text boxes & the value of some text boxes is 0 then what will the the vb command for a button that it prints the text which is > 0. Mean that the text boxes with 0 values should not be displayed in print out?????????????? :confused::confused::confused::confused...
  4. S

    Question Conditional Printing.

    If my form consist of several text boxes & the value of some text boxes is 0 then what will the the vb command for a button that it prints the text which is > 0. Mean that the text boxes with 0 values should not be displayed in print out?????????????? :confused::confused::confused::confused...
  5. S

    Time & Date

    How to display current Time & Date on the Access Form.
  6. S

    Reset Command for text boxes (To 0)

    I have Created a receipt based on database. Now with command button i am able to reset all combo boxes in form but i am unable to reset all text boxes to 0. (Default Value). Can any one help me by creating a code that 0 value come in all the boxes of form along with resetting all the combo boxes.
  7. S

    Automatic Value

    How will that type of field be created that when i enter the product number in one field then product value come into other field automatically:confused:???? I am uploading sample database Please help?
  8. S

    Question Lookup

    How to create a form that if i enter product id rest of the product detail comes on that form automatically. For example i have a database of books & if i enter book id by using combo box rest of its detail, Book Tittle, Author Name, and its price comes on to the form automatically in other...
  9. S

    Report Coding

    What will be the VB coding for a report that it shows the records from a fields which value is greater then 1. Suppose i want to show fine in a report & i dont want to show the records with 0 fine.
  10. S

    Table Data! Help Needed

    How to create a field that if data is selected in one table from parent table in a child table it is not available for other child tables. For example in a CD rent shop there are tables of costumers, CD'S, Loan, Return, Reserve. Now a costumer wants to reserve a CD and the data from CD table is...
  11. S

    Question Change Password Form

    How to create change password from of existing users in access without creating new table. If a database having several users. They logon to database through login form & a user wants to cannge his existing password. This from contains User Name, Old Password, New Password, Verify New...
  12. S

    Question Login form code error.

    I am creating login page for my database there is some problem with its coding in form please help?
  13. S

    Question How to restrict a field for limited entries in MS Access?

    I am creating a database of library for my university in ms access. i have to add a restriction in which a student can not borrow more than 5 books. so i have to add a restriction on student id that he is allowed to borrow only 5 books. In same database i have to create a teachers table. There...
Top Bottom