Search results

  1. FuzMic

    Apps Menu bar and Tool bar become Add-In in A13

    Thinking how really as in 03 mdb in the start up "allow full menues", "allow built in toolbars" and "allow default shortcut menus" are all not selected.
  2. FuzMic

    Looking for a enhanced word processing report

    Come enlighten me.
  3. FuzMic

    Mastering SQL Server Housekeeping routines Quick

    Thanks friends, will study your leads.
  4. FuzMic

    Looking for a enhanced word processing report

    London something to dig in a few days time. Thank you. I love old things being much smaller & faster yet can achieve my humble needs. Cheerio!
  5. FuzMic

    Apps Menu bar and Tool bar become Add-In in A13

    Cheers mate. Will go back to the grinding wheel with changes. Meanwhile i notice that with a runtime Access there is no File, Add-Ins or Home, just the menus i wanted. From what i gather from your advice, your line "commandbars are converted as add in" is the key to its solution, how, can...
  6. FuzMic

    Mastering SQL Server Housekeeping routines Quick

    Hi everyone If we are using .mdb or .accdb as a split backend data file; it being a file we can rely on File System to back them up. We can also use “DBEngine.CompactDatabase” to compact and repair from the front end. If we are using eg SQL Server Express 2008 R2, are we unable to do this...
  7. FuzMic

    Apps Menu bar and Tool bar become Add-In in A13

    Hi guys I found that any .mde App made in A02-03; running them in A07, the Menu & Tool Bars shows up normally, but in A2013, see attached. How can we fix this to show the way we want it in the App.
  8. FuzMic

    Looking for a enhanced word processing report

    Thank you mate for your advice again. Following is my legacy findings. We can use .mdb (not necessary accdb) with memo field to create rich text forms & report in A07. However these RTF forms & reports when view in msccess below 2007, tags will not resolved. Such .mdb if complied in A02-03...
  9. FuzMic

    Looking for a enhanced word processing report

    Much appreciate your pointer
  10. FuzMic

    How to display date as dd-mm-yy

    Mark you are perfectly right. Thanks!
  11. FuzMic

    export report as xBRL in Access 03

    Doc Thank you for your care & effort. God bless.
  12. FuzMic

    Looking for a enhanced word processing report

    Ridders Thank you, got it. You mean that if the report field is bounded to a normal text field, latter must be converted to a memo field; right? When i view a memo field, only from Access 07 we can right click to go into Design View to do rich text formatting. I don't think we can do this...
  13. FuzMic

    Looking for a enhanced word processing report

    Hi members As I know it, msAccess report, text, unlike word processing, designer have limited control of its appearance. I am making some reports where text forms a big part of it with some fields from the database. How can i control the text part? In paragraph format i would like to do eg...
  14. FuzMic

    export report as xBRL in Access 03

    XBRL (eXtensible Business Reporting Language) like HTML tagging to have a uniform platform for comparable financial data
  15. FuzMic

    export report as xBRL in Access 03

    Hi guys I need to export a report in Access in xBRL, what is the best way if the report is in Access 03.
  16. FuzMic

    Legacy 07 to 2013 msAccess

    Colin Thanks Heaps, appreciate your help to move up this learning curve. :)
  17. FuzMic

    Legacy 07 to 2013 msAccess

    Thank you Colin Ranman & Colin Some thing new .. When i open a module in Access03 with a PtrSafe, there is a Syntax error as there is no VBA7. The converse is true if i open with Access13, the old declare is in red. However when i run it in Access03, there is no error. Is this what we...
  18. FuzMic

    Legacy 07 to 2013 msAccess

    Yes Sir, just walking in the rain now. Thank you Where to learn more on syntax of 64 bit declared
  19. FuzMic

    Legacy 07 to 2013 msAccess

    Hi guys I have been avoiding new version of Access, my last version in use is ms 07 Want to venture forward, i try to open an mdb written in 32 bit msAccess 03 and it generate errors. Decl function incompatible It says that project must be updated to 64 bit as the msOffice is 64bit...
  20. FuzMic

    How to display date as dd-mm-yy

    Thank you jdraw. I actually finally put dd-mm-yy in the format properties of the text box and input mask as 99\-99\-00;0; it of course worked as you have said. My earlier mistake is to put the format between "".
Back
Top Bottom