Search results

  1. M

    Copying record from one table to another

    In table 1, information is entered using a form. Table 2 has information stored on a temporarily basis where table 1 is perminate and contains years of data. What I am trying to do is have the information in the form copied into the temporary table 2 when it meets a condition and still enter...
  2. M

    Nameing system that really works

    How do others create a system to name the different fields and objects? Everywhere I look, they all seem to say the same thing, with ending the name with tble, or frm and others for the kind of object. To me this is not help since what it is in the type is always available to see in both the...
  3. M

    Nulls still not being counted

    After I used the Nz function, and changed the nulls to zeros, it still will not be seen when added to another number. I also tried the Val function and the absolute function.
  4. M

    How to get dates to sort in Chronological Order

    Thank you for your help.
  5. M

    How to get dates to sort in Chronological Order

    When it comes to dates, I need them to sort earliest to the latest and in the order that the calendar is, but instead when I sort them in Ascending order I get this: 2015/1 2015/10 2015/11 2015/12 2015/2 2015/3 2015/4 2015/5 2015/6 2015/7 2015/8 2015/9 2016/1 2016/2 2016/3 2016/4 2016/5 2016/6...
Back
Top Bottom