Recent content by RowdyRoddy

  1. R

    Make field visible after clicking button

    I am not sure if it's possible. The textbox Na2CO3, HCL, HO3 and Plain is actually depends on the combobox Test ID, where if I choose a test then all the record related to the test which are Na2CO3, HCL, HO3 and Plain from a table will be shown on the textbox. Or is there any good way to do this?
  2. R

    Make field visible after clicking button

    Nope it's not
  3. R

    Make field visible after clicking button

    Hi everyone! How do I make row 2 to 10 invisible at first and when you click the button Add Test(cmdAdd) once the row 2 will become visible and when you click again row 3 will appear and so on. I know how to make it invisible by changing it in the properties but how do I make it appear when I...
  4. R

    Create temporary table and clear it after that in Form

    There you go. Thanks in advance!
  5. R

    Create temporary table and clear it after that in Form

    Sorry, I don't really understand what you mean by bound form. I've checked the thread but it seems a little bit different. Can you explain a bit more of this? I only have 1 table created and there are only 5 fields which are testid, na2co3, hcl, ho3 and plain. There is 1 combobox which is the...
  6. R

    Create temporary table and clear it after that in Form

    Hello everyone! I am new to access here! I want to create a temporary table just for showing it in a subform. I'm creating a form that when choosing a test(s), all data related to the test will be shown based on the test you have chosen. Let say I want to add 10 tests, that means the tests...
Back
Top Bottom