Search results

  1. S

    nubers total to words

    I changed the module to my national currency but how to change encoding? I need UFT8 because when I type some symbols to thecode they are not right?
  2. S

    nubers total to words

    Thanks for your example, It works fine, however I'll have to update some of the code to make it in my local currency.
  3. S

    nubers total to words

    Then can you perhaps post some database example where numbers to words is used in a report
  4. S

    nubers total to words

    I'm having trouble implementing the code above, could someone edit my attached db example to output report total in words.
  5. S

    inset text box that requests information

    and what version may that be?
  6. S

    macro to filter data on query

    Hi, I need to make macro that would open my query (pagrindinis_faktura) find fieldname "Faktura" then in criteria enter information asked using popup message box. I will enter numbers like 21, 45 etc. I also need another macro that would reset so it would not filter anything.
  7. S

    inset text box that requests information

    The problem is that I create a huge report using access 2007 beta 2. it is a customised report. I created it from query. Now I had to customise it using access 2007 beta 1 as beta 2 does not allow data from queries only tables. So I done my report and forgot that supid thing to include one row...
  8. S

    nubers total to words

    So you tried it on reports and it works? What access version do you use?
  9. S

    nubers total to words

    Hi, I have a report where total is like 457.36$ Now I need to insert the same but like Four hundred fifty seven, 36 cents. Found something here but it is only for data eccess pages not reports? http://www.access-programmers.co.uk/forums/showthread.php?t=110524&highlight=numbers+words
  10. S

    inset text box that requests information

    Hi, I need to insert an empty textbox into a report with a label "custom words etc." and I want to get a popup where I can enter the phraze. When I enter the phaze I neet it to be displayed in my report. This way I could change it everytime I preview then print a report. Hope you ondertood :)
  11. S

    remember last entered data into textbox

    Hi, I have a simple form that requests to enter date using a textbox. How can make the date textbox to display last entered data (in this case last entered date like 2006.05.05) after used pushes button "new record"?
  12. S

    Making form "Page" filter on dropdown-list

    Hi, I'm making a web page in access "PAGES" and I need to filter the producs dropdown-box on what I select in the caregory dropdown-box. Is this possible :)
Back
Top Bottom