Search results

  1. C

    Default font

    I have the same problem. I've tried re-installing.
  2. C

    Dealing with checkboxes - A solution.

    This is for anyone who has made a form with a lot of check boxes and wants to make a report out of them thats decent. Hopefully this simple example file is enough to assist people. Keywords: Checkbox Checkboxes report check boxes box
  3. C

    Checkboxes...

    But then it would be full of holes.. I could do a HUGE amount of code and have it so that if one option isnt there it moves it to the top, or something.. would be a crazy amount of code i think.. unless I wrote subroutines for it...
  4. C

    Checkboxes...

    Haha thanks =) I am basically trying to eliminiate the check boxes that arent checked, and not have them scattered everywhere. I guess I am stuck with this method though.
  5. C

    Checkboxes...

    Any idea how I can display this information a lot neater? Its a bunch of check boxes (I wasn't sure how to go about doing this without them, as they can choose multiple things, if it was just 1, I would have used a dropdown). I've been trying to fiddle with this for a while now with no good...
  6. C

    DateDiff Function Sample Database

    Cool, I tried searching tons of stuff. Just couldnt find it cause I didnt remember the name. Thank you.
  7. C

    DateDiff Function Sample Database

    Hey, its been a while since I've posted here, wow. I had a database that contained samples on different date functions (first of the month, last of the month, first weekday, etc...) I can not find it, I have tried searching. I am pretty sure I got it from here. Does anyone know where this is?
  8. C

    Trim Numbers

    Hmm, thank you all for your replies =)
  9. C

    Trim Numbers

    Tried to search for this, maybe I am searching the wrong term. Anyways.. I have a table linked from a large mainframe, and what I am trying to do is trim any numbers that are 1 million and over, and still keep it a number. Currently I have this: VEHICLE_KMS2...
  10. C

    How do I log out on users on a multi-user system?

    hmm If no one suggests anything better, could have the mainform have a timer, and it checks a table you have set up and if it finds a record, the record could be a message that you want to display, so it displays it. Could have it check every 10 min or something. I dunno... lol.
  11. C

    Is there a way to see the links between all tables, queries, reports?

    Somewhat possible, but not really. It wont pick up any VBA links, among other things. I tried this. Best way is to have documented the database from the beginning. Or take the time to document it.
  12. C

    Need Some Advice

    Do your school work yourself.
  13. C

    Deleted some code, now nothing works

    Haha I have a video collection database. Sorry to go off topic, just got a laugh from that heh.
  14. C

    Multiple instances of Access on one machine

    Double click the Icon twice.
  15. C

    move records

    I don't see a Checked out form or a Checked in form on your database btw.
  16. C

    move records

    Why not just have a "CheckedOut" Flag, and when you press the button, it checks it off? make a field in your table called "Checkedout" and make it a yes/no field. Put the control on your form, hidden if you want. On the button add the code me.chkCheckedOut = -1 Then filder the two forms.
  17. C

    Delete file based on query.

    You rule ghudson! Thanks, I will look into that command.
  18. C

    own wornings message

    warning. not worning.
  19. C

    Delete file based on query.

    I have to compare the start date of the employee to the creation date of the file. If the employee started work after his picture was created, the picture gets erased. If it was the User ID, it would be easy hehe. I am trying to figure out how to pull the file creation date from a file. I...
  20. C

    Delete file based on query.

    Ok, I have kind of a confusing thing. Every employee has an ID, and a start date. Some employees have pictures (stored in a folder). When someone is terminated, the picture does not get erased (as it shoud). So, I need to run a query that deletes any pictures older than the start date of the...
Back
Top Bottom