Search results

  1. R

    Checkbox macro

    I have a checkbox on a form which when checked runs a macro, however it also runs the macro when I uncheck it. How can I have it so that the macro only runs when checkbox is checked?
  2. R

    I have a checkbox that runs a macro when ticked, however it also runs when I uncheck it. How can...

    I have a checkbox that runs a macro when ticked, however it also runs when I uncheck it. How can I have it only run the macro when ticked.
  3. R

    form printing all the forms!!

    i have command button on my form to print the current form. however when i selected it prints all the forms. how do i get it to just print the current form that i am looking at and also print it in landscape only?
  4. R

    Query not counting

    nw actually stands for Northwest followed by an address i just thought it was easier to call them NW1,NW2 etc for the purpose of this inquiry rather than fill the page with addresses.
  5. R

    Query not counting

    i am trying to run a query based on 2 fields one is called REGION and contains records such as NW1,NW2,SE1,SE2, etc. The other is called OFFICE and contains records such as SLA, NON SLA. What i am trying to achieve is to count how many NW records are SLA and how many are NON SLA. I am not...
  6. R

    Auto date update

    Thanks for your help. Works great!!
  7. R

    Auto date update

    Thanks for your help I thought the code was the way to go. Just one question where do I put this code? Is it in the control source for DUE DATE?
  8. R

    Auto date update

    I have a form with text box for DATE, a combo box for LENGTH OF DEPLOYMENT I.E 4, 6 or 8 weeks and a text box for DUE DATE. how do I get the DUE DATE box to update dependent on the DATE and the LENGTH OF DEPLOYMENT. I have put this statement in the DUE DATE property CONTROL SOURCE =[DEPLOYMENT...
  9. R

    text box calculation & data storage

    So how do I get the query to run after textbox2 data has been entered and display the results in textbox3. Are there any examples I can follow?
  10. R

    text box calculation & data storage

    Ok I think I know where your coming from concerning saving the data for text box 3. I'll try to explain. Text box 1 is a mV reading at a certain stage of calibration. text box2 is a mV reading at the the next stage. Text box 3 is the slope between the two readings. I think what you are saying is...
  11. R

    text box calculation & data storage

    This is a calibration sheet, each record in textbox1 and 2 are different every time therefore the calculated value (textbox3) is also unique, so is it best to use a query and how do I store the results?
  12. R

    text box calculation & data storage

    Yes I am storing values 1&2 but how do I get the query to store value three in the table?
  13. R

    text box calculation & data storage

    i have a form with 3 text boxes, i would like the user to enters data in box 1 & 2 and then display the result in box 3. However I need to store the result (box 3) in a table and I have read that you shouldn't store calculated fields in a table so what is the best way to go about this?
  14. R

    auto fill in form fields with table data

    Thanks for your help. I think I finally got my head around it. (at last!!!) You guys really know your stuff!!
  15. R

    auto fill in form fields with table data

    So can you tell me the answer or post back the database so that I can see what you mean?
  16. R

    auto fill in form fields with table data

    perhaps it will easier to just attach the database
  17. R

    auto fill in form fields with table data

    I have placed it in the VBA editor but still the only field in table2 that stores data is the TEMP field the others are blank? incidentally I am using access 2000 if that makes any difference.
  18. R

    auto fill in form fields with table data

    tried this link and after entering the me.textbox etc command it says the macro does not exist?
  19. R

    auto fill in form fields with table data

    Sorry I have not explained very well, new to forums. thanks in advance for your help. I'll try again. Table1 is used for the combo box on the form. Table2 is for the record storage there are more fields in table2 I just need help with the combo box. What I am trying to do is when the user...
  20. R

    auto fill in form fields with table data

    I have 2 tables as below : table1 TEMP PH4 PH7 PH10 30 4 7 7.9 20 6 8 9 10 7 7 7.9 table2 REC TEMP PH4 PH7 PH10 1 2 3 I also have a form relating to table 2 with a combobox for the temp on table1. how can i get the combobox selection to...
Back
Top Bottom