Search results

  1. M

    Sub Lists!!

    Hello, is there any way that I can create thhe following set of lists and sublists (or combo boxes and subcombos): A A1 A1.1 A1.2 A2 A3 B . . etc Thank you very much
  2. M

    Option Button!

    hello, I have a an option button, txtBoxA, and txtBoxB. txtBoxA already has a number in it. Now, when checking on the option button I want that same number contained in txtBoxA to show in txtBoxB. If anyone could give me a hand I would really appreciate it thank you
  3. M

    Calendar Help

    hello, Once I click on a date txtBox I would like a calendar to show up so I can pick a date from the calendar, so the date txtBox can be updated with the new date. How would I do this? Thank you
  4. M

    Creating Report from Form?

    report shudini, No, some information is not stored in a table. I just want to create a txtBox (which is not ina table) in a form, and show it on a report. thanks
  5. M

    Creating Report from Form?

    hello, Since I am new with Access, I would like to know if it's possible to create a report with information coming from a form (text boxes,etc), and if so how would I do it? thank you
  6. M

    Creating report from form??

    hello, Since I am new with Access, I would like to know if it's possible to create a report with information coming from a form (text boxes,etc), and if so how would I do it? thank you
  7. M

    Counter Help

    hello, I have "txtboxA" and "txtboxCount" on a form. When "txtboxA" is updated to a different value (number) I would like "txtboxCount" to save this value, meaning that "txtboxCount" would basically be a counter (it will be adding up all the values of "txtboxA"). How would I do this? I want...
  8. M

    Form Help

    Hello, I would like to do the following: I have a check box on a form. Once I check on this check box, I want text and combo boxes to be created dynamically in the form. So the action of checking on the check box would mean: create text and combo boxes. Is this possible to do with Access...
  9. M

    Tab Control Help!!

    Hi, I have a whole bunch of text boxes on a form. I would like to insert a tab control so I can insert some of these text boxes in different tabs (pages) so the form would look more presentable. My problem is that when I try to insert an existing text box into a new tab, that sam:( e txtbox...
  10. M

    Displaying an Error Message

    "txtBoxB" is basically a counter. It adds the values (that I type in) on other text boxes. The control source for "txtBoxB" is: = txtBoxM + txtBoxN + txtBoxO + ..... and so on. When "txtBoxB" reaches the value of "txtBoxA" I want to display the message thank you
  11. M

    Displaying an Error Message

    Hello, I have "txtBoxA" (where the user types in a number) and "txtBoxB" (which is updated automatically) on a form. I would like to display a message (Box message) that would not allow the user to go on when: "txtBoxB" gets updated and this updated value is greater than the value on...
  12. M

    Coding Help!!

    I inserted your code, but still the same - please check!! I put this code in the AfterUpdate part of the "txt_result" but still this result text box doesn't show me anything (it's blank). I'm probably missing something. I just go to the properties of "txt_result", go down to AfterUpdate, go...
  13. M

    Coding Help!!

    Hello, On a form: I have a text box "txtA". I have a combo box that displays "A" or "B" or "C" to select. When "A" is selected in the combo box, then I have to display double the value of "txtA" in any result text box (txt_result). I wanna do this using code (with an "if then" statement) ...
  14. M

    Combo box/ Text box Refreshing

    I followed what your steps and it worked just fine. Thank you very much.
  15. M

    Combo box/ Text box Refreshing

    Hello, I have a combo box displaying StockDescription on a form from a Stock table (StockDescription, StockPrice). Whenever I select a certain desc. from the combo box, I want it to be displayed the price on a searate text box. Whenever I select an item for the 2nd time, it doesn't update the...
  16. M

    URGENT Combo-box

    Hello, I have a Stock table with fields "StockDescription" and "StockPrice" I created a combo box to display all the "StockDescriptions" on a form. Now, once I select one description from the combo box, I want its correspondant StockPrice to show on any text box which I created on the same form...
Back
Top Bottom