Recent content by dean

  1. D

    Question Access 2010 runtime and developer extension

    i see. thanks for the enlightment. I guess I have to wait until then.
  2. D

    Question Access 2010 runtime and developer extension

    the beta version is released but not the retail version. I have 2007 version but I am curious about 2010. So you mean there is no developer extension and runtime files yet?
  3. D

    Question Access 2010 runtime and developer extension

    Hi, does anybody know if access 2010 has already have runtime files and or developer extension? I have googled for it but found none. Maybe somebody knew about it. thanks.
  4. D

    Computer Science versus Information Technology

    Hi, I just wanna get information on the difference between computer science and information technology. Please make you comments and inputs. Thanks a lot.
  5. D

    sum in form footer

    i have thought of that poppa smurf but it involves several calculations and the calculations are done in vba code. that is I cant make it on query recordsource.
  6. D

    sum in form footer

    In the detail section of the subform is bound textbox A, B, C and unbound textbox D It is in this kind of format what I have done: FORM HEADER DETAIL SECTION --------------------------------------------------------------- A B C D [textboxA]...
  7. D

    sum in form footer

    the subform has the recordsource to a table the three bounded textboxes in the detail section has a controlsource to one of the fields in the recordsource (table) and I have deliberately made one unbound textbox with no controlsource just for the purpose of making a calculations inside the...
  8. D

    sum in form footer

    thanks pbaldy. yes I know the data in the field are to sum and not the controls. but I cant still sum-up data in the unbound field from the detail section.
  9. D

    sum in form footer

    thanks for the reply MStef, but in the sample you gave me the two textbox in your detail section are all bound which makes it easy to make calculations in the textbox at your footer. However, my situation involves an UNBOUND textbox in the detail section which gives an error in my calculations...
  10. D

    Question Help on function keys and gotonextrecord

    thanks for this reply.
  11. D

    sum in form footer

    Hi guys! I have this problem and I cant figure it out how many times I have tried it myself. I have this subform, and it has 4 textbox: three that is bound and the one that is unbound form. when I do calculations in the bound textbox, i can successfully arrive at the sum of textbox3 but when...
  12. D

    Question Archiving old records

    I have created many databases and linked to the frontend. I have one database for transactions only. And I have other databases for customer and vendors. Since my database for transaction records is getting big, I am wondering how can I archive old records (years) so that only current (year...
  13. D

    Question Help on function keys and gotonextrecord

    Hi ! I am a new member of this forum and a newbie in Access. I joined this forum to ask for help. I have a form that has command buttons for addrecord, first, previous, next and last. I have no idea on how to solve this but what I want to achieve is when I click the next button, it will only...
Back
Top Bottom