Recent content by howlettb

  1. H

    Writing Checks with Access 2010

    Does anyone know how to print checks using Access 2010. There must be software out there desinged to work with an existing Access database. Help! Thanks :o
  2. H

    Interactive Query

    Ok ... so I have another problem. I'm still working on trying to print checks from a database that I've created. Thanks to vbaInet, I was able to make $1 = one dollar (thank you very much). My problem now is trying to assign check numbers by typing in the 1st one. I've set up a form that...
  3. H

    Interactive Query

    Got it! Thank you so much!
  4. H

    Interactive Query

    OK ... so I've figured out part of my problem. The forms leading up to the query are set as pop ups. If I take the pop up option off - then the query results do open on top of the form. However, when I take the pop up option off the form, it spreads my form out to the whole page - when it's...
  5. H

    Interactive Query

    Hi. I've created a "clean up query" where I can put in specific information which I then want to edit (right there and then). I got everything to do what I want, except that the query results pop up behind the form asking for them. I know how to make a form/report a "pop up" ... can I do that...
  6. H

    Converting numbers into text

    OMG!!!!! Paul ... I got it. I have NO idea how, and it's not doing it at the right time yet, but I'll figure that out tomorrow. THANK YOU!!!! I'll play around with having it do it in the report as opposed to the form tomorrow, so I'm sure I'll have more questions. I owe you BIG!
  7. H

    Converting numbers into text

    screen shots would be great. Why is it bad practice to put it in the form. I'm not sure how to do it in a report. I can't express enough how much I appreciate your help. Thanks again!
  8. H

    Converting numbers into text

    Hi Paul ... I am SO sorry, but I am just not getting this. I created a field in my table called CurrencyText. Then I went to my form and in the Field named "CreditAmount" ... I went to after update ... and from there I'm lost. I know that I'm supposed to somehow type something in that will...
  9. H

    Converting numbers into text

    Thanks for your response. I actually already had that module - I'm just not sure how/where to use it. Let's say there is a CheckReport with a CurrencyNumber field ... and a CurrencyText field. I'm assuming that on the Check Report, I'd go to the "CurrencyText" field, and use this module as...
  10. H

    Converting numbers into text

    I want to be able to print checks from my database, but I'm having trouble figuring out how to change numbers (1,245.65) to text (One thousand, two hundred forty five and 65/100). Is it possible to do this? If so, do I do it in the Check Report, or somewhere else? Any help would be greatly...
Back
Top Bottom