Search results

  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

    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...
  6. 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.
  7. 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
  8. 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.
  9. 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.
  10. Thedon123

    records

    how do i check if there is atleast one record in the table in VB
  11. 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.
  12. Thedon123

    Mask

    when a user clicks in the box in the mask the cursor will start where the user normally clicks so it could be halfway into the mask. sio how do make the cursor go the start of mask rather than in the middle
  13. Thedon123

    cascading combo

    how would i stop somebody from selecting the bottom combo before thaey select the top one. so they should always start from the top
  14. Thedon123

    drop down box

    how can i generate an error if the value enetered in a drop down box is not in the drop down selection. e.g if i enter were in the drop down box and the value is not in there how can i generate my own error
  15. Thedon123

    Open a form window.

    probably a dumb question. when i click on a switchboard button it opens a form . that form seems to change window size all the time when it opens. how do i keep the form size constant so that when it opens it opens the same size all the time.
  16. Thedon123

    open form with value

    I am trying to open this form so that it displays the criteria the user has selected. The 2 criteria needed are C_Number and C_REP. The problem is i can only get it to open with C-NUMBER criteria it does not take into account the C_rep criteria. the code i used is below. how do i get it to...
  17. Thedon123

    if then else

    I have a problem. a user selects a values in an cascading combo. when he reaches the last one he clicks on select. this gives him an msg box telling the code of the last combo. what i am trying to do is to give him an error if there is nothing in the last combo. i.e it is blank which means the...
  18. Thedon123

    object

    how do i add an object in the object browser? problem i get an error saying method not found in form. i checked the object browser and it was not in there how d add one
  19. Thedon123

    Increment

    This is probably a silly question. Does anybody know how i would increment the alphabet. so from a to b etc
  20. Thedon123

    Search

    i have a text where the user enetrs a code. what i need to do is to check that the code he has entered is correct by checking it with the codes that are held in a query. ho would go about doing that.
Back
Top Bottom