Search results

  1. R

    Check box compiling

    I have a series of check boxes that once they are all checked, I need a field to say “Complete”. These are check boxes not option groups. Thanks
  2. R

    Learning VBA code ?

    I have learned so much from all the help that this forums provides. How and were do I start so I can give some back not just receive? Again thanks for all the help.
  3. R

    Combo box update

    I have a form that I use a combo box to pick a "department". When the department in no listed in the combo box I have a pop form to enter that department. My question is, how do I get my new "department" to be updated in the combo box so that I can select it. With out closing the form and...
  4. R

    Times totals

    I have a report based on a query that has [StartTime] and [EndTime]. I have a exp1 in my query ([EndTime]- [StartTime] that gives me my time worked for that entry. What I need, is that my report is divided by weeks from the date field and I need a total time “worked” by week and a grand total...
  5. R

    Total Time (format Problem ?)

    Thanks Plugged it in and it worked great. Thanks for the help.
  6. R

    Total Time (format Problem ?)

    I am running a query of time. It have 5 different categories of time in the short time format that I enter (12:00, 06:00, etc) When I total all the times it totals it in a 24 hour format and not in total hours worked. (12:00 + 06:00 + 06:00= 00:00, I need 24:00). Thanks so very much.
  7. R

    Divide in a weekly format

    I have a report, based on a query that I want to divide the categories on a weekly format from an input from the query. When the form starts it would ask for the starting and ending date and then divide the time up in to week one, week two, week three and week four. Thanks
  8. R

    weekly query

    I have a query that has [date],[employee],[start time], [end time],[total time] I need a criteria that will give me a report for the week that starts with the date requested when the query starts. Thanks
  9. R

    close from a tab control

    I have a form with a multi tab sub form. I would like one of the tabs to be a "Close form" and when press would close out the entire form. It would clean up my form. Thanks
  10. R

    hide a check box when checked

    How do you hide a check box once checked?
  11. R

    Form Perplexed

    Here is part of my db Ok, this is what I’ve done. I’m self taught, you know by trial and error, mostly error. This is one section of a multi tab sub form. As you can see it works fine to enter the info in once, but if someone comes back and hits the button again it enters all of the tasks in...
  12. R

    Form Perplexed

    I’m stumped, I’ve tried to do this in so many different ways and I still can’t get it to work the way I want it. So I’m starting all over again, anew. I’m all out of idea! I need to step back and ask for help! I have say 10 different task listed in a form. Not all tasks will be completed...
  13. R

    Auto fill form

    Auto fill form I have a list of procedures for them to choose from. What I would like to do is for them to file out a form (time, outcome, comments) as follows Time Procedure Outcome Comments Walk the dog Take out trash Do homework They will fill out the time, outcome and...
  14. R

    Cascading of pages

    I have an event procedure that opens a number of pages at one time. How do I open all these pages in the cascade style. Thanks
  15. R

    Print different report from a “To Print” page

    I have a form with multiple tabbed subforms that my employees will complete. What I would like is the last tabbed page to be my “To Print” page. They would go to that page and print out the required report to be printed. The main form is where all the data is entered, but depending on certain...
  16. R

    Print multiple report pages

    I have a data set that all are associated with a run number. I need to print reports from a form that consist of number individual reports on the one individual run number. I know its probably very simple once you explain it to me and make be feel like an idiot. Hey but I’ll learn from it...
  17. R

    start with a new record

    I have a subform that I want to start with a new record each time. How do I do that. I know I'll kick myself for not knowing or figuring it out. Thanks
  18. R

    Print from one form from another form

    I have a form and I need to print another form (work order) that has data from my original form. I know I can pull up the work order form and the press print. But is there a one step method of just telling it to print the work order form with the associated data. Thanks !!!!!!!!!!!!!
  19. R

    select multiple option groups with one button

    The button is a short cut to complete the form. I would rather it be empty if they did not use it, than to always be a defalt value.
  20. R

    select multiple option groups with one button

    I have a form with multiple option groups, case 1 is my norm, I want a button, that when pressed, will select case 1 of all my option groups. Thanks for the help.
Back
Top Bottom