Search results

  1. C

    Odd problem with combo box

    Windows restart window?
  2. C

    Tab control anomaly in Access 2003?

    Reason I asked for the DB is it didn't do it on mine, I wasn't sure if mine was the same layout as yours.
  3. C

    Tab control anomaly in Access 2003?

    can you email me the db? jj_gogo attt telus dottt net
  4. C

    ACCESS & MYOB compatability

    Better off asking in an MYOB forum i think.. More people there would deal with that situation more often. Or ask Myob. They make the software.
  5. C

    Form erasing/deleting itself

    I'll do a repair and compress and see how it goes. It doesn't do it very often.
  6. C

    workdays

    I meant do a search within the forum... There are already plenty of posts about this.
  7. C

    workdays

    Please, do a search... don't be so lazy...
  8. C

    Graphs show on screen but don't print out

    Why do people always want to use forms to print and wonder why it doesnt work?
  9. C

    Form erasing/deleting itself

    I have a database that keeps track of people going on a cruise. I am not the one who uses this database, I just maintain it. Once in a while the most used form (the one to add and edit people on each account) deletes itself. There is no code that would tell the form to erase itself, and the...
  10. C

    Auto Exit after idle time

    Put it into the modules area, and the functions are automatically linked to forms, just have to call them.
  11. C

    Negative first

    Fixed it. Changed the group from "Each value" to "Interval" that fixed it.
  12. C

    Negative first

    Here is an example.
  13. C

    Negative first

    Only one field in the sort. The number has been summed from other numbers, so its a number. Its formatted as currency in the Query and the Report.
  14. C

    Negative first

    Yea, thats what I did, and it puts negative first.
  15. C

    Can It Be Done?!

    this is the start of the data: <table id="dataTable" so after you have VB save the page and open it for editing, you would look for that, and start to parse with SQL for each row after that adding records to a table. not too hard if you figure out the parsing part. <table id="dataTable"...
  16. C

    archiving system

    "highily expected"?? I don't think we really are expected to do anything... Anywho. Why are you using an access DATABASE to zip files? Why not make a VB application?
  17. C

    Negative first

    Hey, I tried searching for this, also tried the help files. Guess I'm not sure what to ask... On reports or queries or anything really, I always get negatives first, how can I stop this? Instead of 0 -2 -5 500 200 100 id rather have 500 200 100 0 -2 -5
  18. C

    Conecting to a mdb on the internet.

    Did you even search for this? here
  19. C

    Mail Merge is Reversing My Dates

    Someone has their system settings set to Something else. Check them in Control Panel: Regional and Language settings
  20. C

    Refresh form from report

    Yea, I did know the diff, sorry, just typed it wrong heh. It worked perfectly, thanks =) I was trying to use the name of the sub form as seen in the database window, not what the main form had it as, so I figured that out heh. Thanks again.
Back
Top Bottom