Search results

  1. J

    other remove item from combobox question

    Another remove item from combobox question Ok I found this question that someone else asked but it wasnt clear about what to do. I have a table with years in it (lets say 1995 - 2004) I have a tabbed form with one of the tabs having a subform. on that sub form I have a combobox listing all...
  2. J

    Ok im confused

    Ok with that hearty note, How can I get that value to show up on a different text box on a different subform. (I tried finding this but had no clue what to search for)
  3. J

    Ok im confused

    Why is this so difficult?? I have a field on a form with a calculation on it. It works!! However I want that too fill out a field on a DIFFERENT table. HOW THE HECK DO I DO THAT!!!!!
  4. J

    VERY simple Input Mask question

    yeah but that wont store that in table. This is the conclusion that ive come too from viewing other posts on this subject
  5. J

    VERY simple Input Mask question

    Ok I got this text field that is to be 8 characters. However someone of the employees have a 0 infront of their number. If the user puts in the employees number without the 0 I want the system to put the 0 in. I want this to do the same you do in Excel. You know if you highlight a cell or...
  6. J

    spincontrol help

    IM using Access XP When I get into the VB code, I see the forms on the left at the top right drop down I see my control sources at the right I do indead see the declarations I dont however see the SpinButton in the objects dropdown
  7. J

    spincontrol help

    ok I have a text box with a spin control next to it. I have the spin control linked to the text box and the value does change. However the onlky time it shows the updated value is if I click in the text box. Can't I have the form refresh or the textbox refresh whenever I push one of the spin...
  8. J

    "working" type progress bar

    Yeah, THanks I actually found this one on my computer im now try to vamp it to work. Im makinga new form with this progress bar. its gonna open then close when its done. not working though LOL
  9. J

    "working" type progress bar

    That link doesnt work. I need this example
  10. J

    open record based on doubleclick of list

    Ok I got a search form I use to find records. The list is based on a query. When I double click on a item in the list. I have is successfully going to that record on the main form where all the data is. However instead of opening up ALL the records and displaying that search record. I...
  11. J

    combo box problem (should be simple)

    I cant answer your major problem but to change the box type right click on the text box or what have you and click on CHANGE TO. You get options to what you want to change it too.
  12. J

    MANY enableing issues

    PROBLEM!! Ok it enables the text boxes correctly however it locks and disables the boxes that I need to fill in. In other words. I go to a record that has bax one and 2 filled in. They are now enabled and unlocked. However becuase box 2 is enabled and unlocked I need box3 to also be but box4...
  13. J

    call a sub from a seperate object

    Damnit! Ok for the onclick event of the tab (Number of cows) I put CALL MODULE1 In the Module 1 I put CALL [Form_cowstotal subform] GOTO Cowstotal_click (This is the same routine I use to refresh the list when I click a button on the subform) What am I doing wrong? In theory when I click...
  14. J

    call a sub from a seperate object

    Do you then have to call that module from the function or what?
  15. J

    call a sub from a seperate object

    call a sub from 2 different sunforms Ok this is a first for me so mind my dumbness youknow how in the VB editor, you have on the left hand side all your forms. You click on on and you see all the subroutines for that one form. How do you call a subroutine from two different forms. The reason...
  16. J

    show record set count for a table on another form

    I have a recrdsetcount for a table displayed on a form. I also have a startup screen. I want to show that recordsetcount on a different form. However that form works off of another table. The way I was thinking of doing it would have to have that form open inorder to read what was in that text...
  17. J

    search listbox

    I have an updated question regarding this post. I have the list of filtered records based on my search text box. It works like a charm. I also got it to open up the record I double click on.. However after it opens it, it wont show ALL the other records. It shows just that one record. That...
  18. J

    Delete from List box

    yeah your right I appoligize I try to cram everything into one and I am truley sorry. Yes, that is correct. The Listbox is based off a query based off a table. In otherwords im using the query obviously to just filter for on screen viewing. When I delete from the list (based off a query) I...
  19. J

    Delete from List box

    Wow ok I totally DID not understand that. :( I guess I need to find more detailed posts then. Thanks
  20. J

    MANY enableing issues

    Thanks for the database. It gave me some ideas. However I used a different method that I made up and it works perfectly fine. However I have one final problem. How do I get it to change per record. Ok lets save person one has box 1 and 2 filled out and person 2 only has box 1 fille out the...
Top Bottom