Search results

  1. X

    Solved How to get the project name?

    To get the VBA Project Name, you have to use: Application.VBE.VBProjects(1).Name
  2. X

    Convert tables from Access to SQL

    Perhaps this video helps you:
  3. X

    HELLO GURUS

    Welcome to AWF! Phuduhutswana
  4. X

    Solved DLookUp

    Perhaps this example will help you:
  5. X

    How to make a large project?

    The maximum number of modules (counting forms and reports with modules) in a database is about 5000 according Colin Riddington's article(according Microsoft documentation is 1000). Moreover, you can organize your application using libraries to store some objects. I have an application where the...
  6. X

    Form DSum Calculation for Tax Year

    Perhaps you find this example useful. (Not fully testeted)
  7. X

    Form DSum Calculation for Tax Year

    Perhaps this example helps you to find the range: (Updated version)
  8. X

    Inroducing mdfOffman

    Welcome mdfOffman!
  9. X

    How to refer to objects in referenced db?

    Perhaps this old thread on this forum can help you with some examples. Search and look up this threat: "Opening a form in a library and retrieving a returned value"
  10. X

    Hello

    BBD, welcome to AWF!
  11. X

    Hi all I am new to this forum

    Hello and welcome, Benedict!
  12. X

    Hi I'm new of this forum

    Welcome Francesco.
  13. X

    Solved linking text box with after_update procedure using VBA.

    Yes, I agree with you. My post is only a warning.
  14. X

    Solved linking text box with after_update procedure using VBA.

    If I'm not mistaken, creating dynamic controls doesn't work on MDE/ACCDE databases, so I hope you don't have to convert your database.
  15. X

    Need to print a crosstab report without complete data

    I thing you'll need a dummy table with 52 rows, one for each week of the year and join it with your data.
  16. X

    Error Filtering on Lookup Field from a Query

    I can filter both columns without any issue too.
  17. X

    VBA MS Access Error Handling

    Perhaps you should use transactions to assure the stock is properly updated.
Back
Top Bottom