Search results

  1. C

    Sub-Report Totals

    Good afternoon, I am working on a Sub-report. I have a column of numbers that I need to total up at the bottom of the sub-report (or report what ever is easier). Anyway, when i try to do this in the Report Footer it shows up after every record and not at the bottom. Maybe the query info...
  2. C

    Total Data In Fields

    Good Afternoon All, I have a table devoted to time spent on certain projects. I am trying to make a query to show the total time spent on each project (the data is not in time format) and then turn that into a percent for a report. I have tried doing a summary query, but that isn't giving me...
  3. C

    Linking Fields

    Good morning everyone:cool: I was wondering if there is a way to link one field from a table to another table? I have a main table that all of the data goes to and then a second table that the completed data goes to. I have made a query to show info from the main table and one field from the...
  4. C

    Link multiple fields from a subform

    Good Afternoon to all... I am looking to link more than one field from my subform to my main form. I have one field linked by properties (link child field/link master field). Is there a simple way to link another field from my subform to my main form? Please Help??? Cori
  5. C

    Addition

    HI!!! I have this report that has a subreport...I have a text box on the report that is totaling the catagories on the report and one from the subreport. It is pulling the data from the subreport, but it is not pulling the data from the main report. Can anyone take a look at this and see if...
  6. C

    Forms/Sub-forms

    I need to take a number from a catagory in a sub form and add it to a number in a form to give me a total. I have the text box set up and it gives me the total from the main form, but it wont incorporate the number from the sub-form into the total. is there some specific verbage i need to use...
  7. C

    totals

    is there a way that i can get a total from a number on a form and a number on a sub-form (I want to add the numbers from the form and sub-form and have the total appear in a text box on the form)
  8. C

    help

    I have two tables, one table has the general criteria (series number, description of the series, the begining number for the series and the end nubmer for the series) The second table stores the numbers once they have been pulled from the series. The code is supposed to work where it pulls a...
  9. C

    Start/Stop

    Good afternoon everyone, I am new to VBA and I was wondering if there is a way to have series of numbers start with one number and stop at another. Example Start with 0420850 and stop when it reaches 0421000. Any help would be greatly appreciated.
  10. C

    Sub-Report Dates

    I have a report that promts for a date range which works beautifully, however the subreport i have also has dates on it...Is there a way to make the dates on the subreport correspond with the date range entered on the main report??? thank you for any help that is provided ;)
  11. C

    Show One Week at a Time

    Hi I have a database that every one records time spent on different projects. I have the formula to show the daily total, but how would i show the weekly total? Any help would be wonderful...Thanks
  12. C

    Beginning/End Series

    I have a database that was put together long before I took it over. After up dating some of the data I have found that it is not working as you would think it should. It is set up to start a series of numbers and end when it gets to a certain number. If you put in 1001 in the beginning field...
Back
Top Bottom