Recent content by Thedon123

  1. Thedon123

    move data from main form to subform

    I need to move a value from a main form to subform so that i can use it in a calculation in the subform. the subform is derived from a table. How can i do this?
  2. Thedon123

    Removing close button

    How do i remove the close X button from the main database screen. is there a way to do this.
  3. Thedon123

    Form amn subform

    I have database that has a mein form with a subform. the main form has the user details and has 3 primary keys the user id , invoice number and invoice letter. when the user has to enter a specific product for the user he does it in the subform. what i need to do is to get the value of how...
  4. Thedon123

    count problem

    I have records as below a 1 b 1 c 1 a 2 b 2 a 3 i am trying to count the number of records for 1 and the number of records in 2 and the number of records in 3 separately. How can i do this
  5. Thedon123

    find a record

    Thank you very much
  6. Thedon123

    find a record

    I have a button that opens a form a form where i add data. This form "ADD NAMES" is dependant on there being a user selected alraedy in another table. When there are no users in this table it opens the form anyway and causes it to crash. So the question is how do i get the the button when...
  7. Thedon123

    Tabbing subform

    I cannot tab from subform to subform that are on one form. Does anybody know how i can get that to work.
  8. Thedon123

    query

    I have query with value A B C D E 0 1 2 3 1 0 0 0 0 0 1 2 0 9 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 I need to filter out all the 0 0 0 0 0 records from the query how would i do that. A B C D E repsent trhe different fields
  9. Thedon123

    Database window

    I want to disable the shift +enter on the icon that allows the user to access the database window. how would i do that.
  10. Thedon123

    default button

    i am using the vbyesno command. when it come up the cursor is positioned on no how do i make yes the default cursor position.
  11. Thedon123

    records

    how do i check if there is atleast one record in the table in VB
  12. Thedon123

    wheel on mouse

    thanks a lot mate
  13. Thedon123

    wheel on mouse

    when i turn the whell on the mouse it changes my record to the next. is there a way to disable the wheel on the mouse for access with locking the field. I would rather it scrolled down the page.
  14. Thedon123

    Mask

    my mistake it is working brilliantly
  15. Thedon123

    Mask

    it doesnt seem to work its asks me for a macro name.
Top Bottom