Search results

  1. I

    Working with MemoField

    Dear Friends I have develope an Memo field where the users types in the Letters / Statement of Account with general comments on dates and text etc. Additionally I have created unique FieldsNames based on the table. This FieldName can also be inserted/placed in the Memo Field anywhere.(Simple as...
  2. I

    List of Functions

    Thanks Wayne
  3. I

    Exporting/Publishing a macro to Word Document

    I want to export a report to MS Word or Publish to MS Word - but at the same time I have a small codes which is also a part of the report required to exported to MS Word along with the Report to a Document. Anyone in here can help me resolve the issue
  4. I

    List of Functions

    I am looking for a VB Code that would list down all the User define function and procedure. Like I know how to list the names of modules but now I want to list each and every function in each modules. Can anyone in here explain me how to achieve this list? Thanks
  5. I

    Excel Macro Message

    It can be a workbook or a single worksheet or any customized Macro button on the toolbar linked to the macro or a part of References/Add Ins will trigger the message. Empty event will also trigger the confirmation message as it depends on what code is being about to be executed on openstatement...
  6. I

    Listing Reports in a Listbox

    I also sugguest you stick to the idea of RuralGuy otherwise you'll have restrict the list with some additional creteria - as there are ways of listing all table, queries, forms, REPORTS macros. All is possible.
  7. I

    problem while send fax

    Dear Friends, I have Customer Data with Names and Tel/fax No and am using WinFax prof to send faxes via modem to my customers. I have to select the Fax Driver from Print panel and that automatically brings up the win fax prof wizard for sending faxes, requesting the recipient fax No, cover page...
  8. I

    Request for expert tips

    Dear friends I have a data entry forms unbound fields and are added to the table when a users clicks a save button - all the fields are having validation code and are checked on exit the current status of the value entered by the users is correct or not and subsequently and makes a...
  9. I

    Planning Webpage in Access

    Dear friends Its a new idea and I havent seriously worked or thought about it and neither I have a clue whats it going to be like? Idea is - I have a .html scripts with graphics mouse pointer with time/date and currency rates. Is it possible to activate and hide the page over the network in...
  10. I

    Problem while Compacting Database

    Thanks - looking for tips on how to decompile??? and yes I did make sure that no one is logged in. I am planning to do, is to create another blank.mdb and then import all the objects - how's that? any comments plz
  11. I

    Problem while Compacting Database

    Dear Friends I have a .mdb password protected with all types of objects (tables, queries, forms, reports, codes, functions, modules, etc) they too are password protected in VB, the .mdb works fine but when I tried to repair and compact the database from the menu tools option, very recently it...
  12. I

    Problem while Compacting Database

    Dear Friends I have a .mdb password protected with all types of objects (tables, queries, forms, reports, codes, functions, modules, etc) they too are password protected in VB, the .mdb works fine but when I tried to repair and compact the database from the menu tools option, very recently it...
  13. I

    Text get selected on opening the forms

    Dear All I have a form with memo field as [acLetter]. Now whenever I open the form the text in the memo forms are all selected/highlighted in all the records. Is there any settings required to disable this feature or have I missed out something, so that the text should not be selected at the...
  14. I

    Using Memo Field

    Thanks stats I know that - but bcoz of the teacher with little working experience and to sumup the fast action the entire action is now required the way process works - BUT never the less I did manage to create my on Mergemail simple features and now its on production.
  15. I

    Using Memo Field

    Dear Friends Something thats very important has just put me on halt i mean a mail merge feature that I want to use from MS Word into MS Access. I have an application for School on MS Access - all the Class teachers have the access to their class student and subsiqently they login and feed in...
  16. I

    Merging word document with Access query

    You got to create another column/field say Iprint with a value of 0 Fill the column (Iprint) with 0 value and then select as many as you want by changing it to 1 or any number of your choice now you can query the column to print/merge all dcoument that not equal to 0 hope this help
  17. I

    Message Box

    Yes the code works GREAT -- Thanks but as said its worth discussing this issue
  18. I

    Message Box

    dim vouchno as long vouchno=123456 msgbox ("Entry saved with voucher no " & vouchno") Request assistance over here to change the fonts appearing in the message box with vouchno ie 123456 to be displayed in Bold Thanks
  19. I

    Help me modify this code so it links TWO fields instead of just one

    thats bcoz you have entered a space in the begining and at the end of the field me![nameQSEorTO] - try this line hopefully this should resolve the issue with date as well ..... stLinkCriteria = "[dateIncident] = #" & Me![dateIncident] & "# AND [nameQSEorTO] = '" & Me![nameQSEorTO] & "'"
  20. I

    Using Access to Fax Reports

    Dear Friends, I have Customer Data with Names and Telephone No and am now using third party WinFax prof to send Faxes via modem to my customers. Like I have to select the Fax Driver from Print panel and that automatically brings up the win fax prof wizard for sending faxes, requesting the...
Back
Top Bottom