Search results

  1. S

    Create a new .mdb with vba

    hi is there a command or function that i can use to create a new database (.mdb) to a location that would be entered by a user I essentialy want to be able create a back-end and put tables in it i dont have a problem with coping table in a database but i cant create one with nothing in it...
  2. S

    Use ½ as 0.5

    hi i have a table where a field is a diameter of a pipe. This diameter is entered by a form as an integer or as a fraction of type : ¼ ½ ¾ i need to calculate the average of these diameters, but it wil take the fractions as text and not use them is there a function or setting i can use to...
  3. S

    Join 2 report in 1

    hi i have two reports that are different but that i would like to be shown together. They are now as two reports so if i want to view them i have to open the two reports in different windows in preview mode. I would like them to open in 1 window and have one at the end of the other one without...
  4. S

    Access a record in a subform

    hi i learned acces by myself so there are thing i really don't know how to do : i'm trying to get the information in records in a subform so i can put all the data of the record in differents textbox in my form. By pressing a button, the info of the selected record in the subform would be put...
  5. S

    Is there an option for ...?

    hi i'm trying to create a report that shows data by year but where the data repeats itself every year until the specified date. In the table where the data is, field is for the year until this amount has to be counted So if the data is set for 2011, it should be present in the report for 2009...
  6. S

    Reference to loop in subreport

    hello i have a subreport in a report and im trying to get the results of the subreport in my report. The problem is that i want to get the sub total that are calculated via the loop of Sorting and Grouping. So i want the result of 3 sums that are defined in the same control (text Box). I can...
  7. S

    linking data between reports

    hi im making many reports and i would like to use some of the results of one report in an other one. The resultof the expression to get the value of the textbox in the first report always gives me an #Error as a result. Is it possible to create links between reports or do i have to create a...
Back
Top Bottom