Search results

  1. C

    Dbase to track sales performance

    Make your company pay for your schooling for access.
  2. C

    Sendobject

    Aye, but you should beable to tell it that "this program is ok". Like a firewall.
  3. C

    error during compacting a database

    Why don't you just import the stuff into a new one? It doesn't do anything but help.
  4. C

    Resizing database to fit different monitor sizes

    Its cheap. Looks cool too. I might buy it.
  5. C

    Weird Sizing Issue

    the front end downloads the back end data when it is being used. If you want to shrink it again, you have to compact and repair it.
  6. C

    Can Anyone Help?

    Go to school for access.. or get a tutorial book. Or even look at the Northwind database for examples. Seems you are trying to do things without knowing how or why you are doing it.
  7. C

    Clearing empty fields + moving others

    in the query just tell it in the criteria <>0 and not null then anything 0 or null (empty) wont be in the report.
  8. C

    exporting from excel

    Yea but I don't know if it automatically pulls from a database. I've never used it before, so I'm not sure. I usually use PHP and MySQL for online stuff.
  9. C

    exporting from excel

    Export as ASP? Uhh, I don't think its that easy...
  10. C

    "Microsoft Access can't start because there is no license for it on this machine"

    Try this or this 1. Find & rename Hatten.ttf: The presence of this font kicks of a "Microsoft Access can't start because there is no license for it on this machine" error message, so you must temporarily rename it. For some bizzrare reason, File Find did NOT ever search through the...
  11. C

    Exporting specific records to a Word Doc form

    # Launch Word and open a new blank document. # Go to the Tools Menu and select "MailMerge". # Under the heading, "Main Document", click on the "Create" button. # In this dropdown list, you will see four choices: Form Letters, Mailing Labels, Envelopes, and Catalogs......for this tutorial...
  12. C

    Super Global Function? lol

    Ah, cool. Thanks!
  13. C

    Hiding pg footer rpt header

    More simple than I assumed =)
  14. C

    Super Global Function? lol

    Not sure what this is called. What I would like.. is a function that works in all my programs. So as soon as I create a new DB, the function is usable in that DB. Is this possible? Also, if I send the DB to someone, will it be transferable with the DB? the functions would also be used in...
  15. C

    Hiding pg footer rpt header

    Why not clean the two up so you can avoid using code and avoid potentially making things buggy?
  16. C

    Monitor Global Variable

    yea, ok. I'm F'in retarded.... I got it... I feel so stupid. :(
  17. C

    Monitor Global Variable

    Tried a search on this, google and the boards. Perhaps there is a different name.. Anyways. I have this variable in a DB I took over, and it is causing annoying things to happen. I'm not sure what this variable is for. So I was wondering if there is a way to monitor what is happening to the...
  18. C

    Best way for sorting text field as numeric?

    Zip and post your Database?
  19. C

    Access on a LAN

    Heh, Doc, you are on an access forum. I'm sure all of us computer people know what Dilbert is.. rofl.
  20. C

    Textbox problem

    Me.textbox1 = "" me.textbox2 = "" me.textbox3.recordsource = "" 'for calculated controls I believe. But that erases the formula.
Back
Top Bottom